| openstackgerrit | Min Pae proposed openstack/taskflow: Adding notification points for job completion https://review.openstack.org/241708 | 00:06 |
|---|---|---|
| *** jamielennox is now known as jamielennox|away | 00:08 | |
| kevinbenton | zzzeek: do you have some time to field some more sqlalchemy questions? | 00:10 |
| zzzeek | kevinbenton: yes | 00:10 |
| kevinbenton | zzzeek: i'm going to abandon the inheritance pattern | 00:11 |
| zzzeek | kevinbenton: hooray :) | 00:11 |
| kevinbenton | zzzeek: however, i still want a single 'standard attributes' (name still in flux) that all objects will have a FK relationship to | 00:11 |
| kevinbenton | zzzeek: just use a basic integer for that | 00:12 |
| zzzeek | kevinbenton: that's a good idea, use m2o relationship and you can load it | 00:12 |
| zzzeek | kevinbenton: its all about waht query patterns are dominant | 00:12 |
| kevinbenton | zzzeek: what i want to know is the best way to automatically have sqlalchemy insert a new record into the 'standard attributes' table whenever we create a port, network, whatever | 00:12 |
| zzzeek | kevinbenton: if load all types of objects in one big SELECT is dominant then joined inh makes sense, otherwise no | 00:13 |
| kevinbenton | zzzeek: right, that would definitely be a rare case | 00:13 |
| zzzeek | kevinbenton: when you're in the __init__() method, or optionally use the instance init() event to do the same thing, create the RelatedThing() object for your new object and assign it | 00:13 |
| kevinbenton | zzzeek: ok, so that would work if e.g. port had a non-nullable relationship to this new table | 00:14 |
| kevinbenton | zzzeek: the creation in the init would result in a new record before the port record | 00:14 |
| *** achanda has joined #openstack-oslo | 00:15 | |
| kevinbenton | zzzeek: and by assigning it, sqlalchemy will do the auto increment integer lookup for me? | 00:15 |
| zzzeek | kevinbenton: yes | 00:15 |
| kevinbenton | zzzeek: excellent. anything i can do to automatically populate a discriminator field? | 00:17 |
| kevinbenton | zzzeek: just so someone glancing at the 'standard attribute' table can tell which type of object it belongs to | 00:17 |
| zzzeek | kevinbenton: hmmm OK so you want the discriminator on the related object for some reason? you can just make that part of the constructor call | 00:17 |
| zzzeek | kevinbenton: right | 00:17 |
| zzzeek | kevinbenton: that also makes the whole thing movable to joined-inheritance in Python w/o changing the database | 00:18 |
| kevinbenton | zzzeek: right, but i suspect that won't happen just based on what the majority of the queries do | 00:18 |
| kevinbenton | zzzeek: ok. that was all i had for now. thanks for your time! | 00:19 |
| zzzeek | great | 00:21 |
| *** jamielennox|away is now known as jamielennox | 00:21 | |
| *** takedakn has joined #openstack-oslo | 00:27 | |
| *** yamahata has joined #openstack-oslo | 00:28 | |
| *** jeckersb_gone is now known as jeckersb | 00:35 | |
| *** achanda has quit IRC | 00:35 | |
| openstackgerrit | Joshua Harlow proposed openstack/taskflow: Instead of a multiprocessing queue use a pipe https://review.openstack.org/244376 | 00:35 |
| *** takedakn has quit IRC | 00:40 | |
| *** amotoki has joined #openstack-oslo | 00:41 | |
| *** yamahata has quit IRC | 00:49 | |
| *** bana_k has quit IRC | 00:52 | |
| *** lixiaoy1 has joined #openstack-oslo | 00:57 | |
| *** lixiaoy1 has quit IRC | 00:59 | |
| *** yamahata has joined #openstack-oslo | 01:06 | |
| *** sputnik13 has quit IRC | 01:09 | |
| *** bana_k has joined #openstack-oslo | 01:17 | |
| *** yamahata has quit IRC | 01:21 | |
| *** mriedem has joined #openstack-oslo | 01:31 | |
| openstackgerrit | Joshua Harlow proposed openstack/taskflow: Instead of a multiprocessing queue use a pipe + select https://review.openstack.org/244376 | 01:35 |
| *** itisha has joined #openstack-oslo | 01:39 | |
| *** mtanino has quit IRC | 01:45 | |
| *** mc_nair has quit IRC | 02:03 | |
| *** bana_k has quit IRC | 02:06 | |
| openstackgerrit | Merged openstack/oslo-incubator: Updated from global requirements https://review.openstack.org/244187 | 02:19 |
| openstackgerrit | Joshua Harlow proposed openstack/taskflow: Instead of a multiprocessing queue use a socketpair + select https://review.openstack.org/244376 | 02:32 |
| *** gcb has joined #openstack-oslo | 02:36 | |
| *** achanda has joined #openstack-oslo | 02:54 | |
| *** dims has quit IRC | 02:57 | |
| *** dims has joined #openstack-oslo | 03:07 | |
| openstackgerrit | Merged openstack/oslo.versionedobjects: Updated from global requirements https://review.openstack.org/243938 | 03:13 |
| *** dims has quit IRC | 03:14 | |
| openstackgerrit | Merged openstack/oslo.service: Updated from global requirements https://review.openstack.org/244234 | 03:14 |
| *** dims has joined #openstack-oslo | 03:16 | |
| *** mriedem has quit IRC | 03:18 | |
| openstackgerrit | Merged openstack/oslo.messaging: Updated from global requirements https://review.openstack.org/244188 | 03:23 |
| *** dims has quit IRC | 03:25 | |
| *** rjaiswal has quit IRC | 03:45 | |
| *** stevemar_ has quit IRC | 03:49 | |
| *** stevemar_ has joined #openstack-oslo | 03:50 | |
| *** itisha has quit IRC | 03:51 | |
| *** stevemar_ has quit IRC | 03:53 | |
| *** cprmrf__ has quit IRC | 04:02 | |
| *** bana_k has joined #openstack-oslo | 04:16 | |
| *** ozamiatin has joined #openstack-oslo | 04:44 | |
| openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: Make "Connect(ing|ed) to AMQP server" log messages DEBUG level https://review.openstack.org/244023 | 04:47 |
| *** edleafe has quit IRC | 04:57 | |
| *** achanda has quit IRC | 05:04 | |
| *** links has joined #openstack-oslo | 05:07 | |
| *** gonzalo2kx has joined #openstack-oslo | 05:19 | |
| gonzalo2kx | hello | 05:19 |
| gonzalo2kx | could anyone advice how i could obtain the oslo-incubator from stable-kilo release | 05:20 |
| gonzalo2kx | i have attempted sudo git clone https://github.com/openstack/oslo-incubator/tree/stable/kilo | 05:20 |
| gonzalo2kx | response is " repository not found" | 05:21 |
| gonzalo2kx | sorry i had a typo | 05:24 |
| gonzalo2kx | git clone https://github.com/openstack/oslo-incubator.git -b stable/kilo | 05:24 |
| *** diana_clarke has left #openstack-oslo | 05:33 | |
| *** jecarey has joined #openstack-oslo | 05:44 | |
| *** jecarey has quit IRC | 05:48 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/stevedore: Updated from global requirements https://review.openstack.org/244454 | 05:58 |
| *** jecarey has joined #openstack-oslo | 06:01 | |
| *** achanda has joined #openstack-oslo | 06:05 | |
| *** jecarey has quit IRC | 06:05 | |
| *** jecarey has joined #openstack-oslo | 06:06 | |
| *** jecarey has quit IRC | 06:10 | |
| *** achanda has quit IRC | 06:10 | |
| *** jerrygb has quit IRC | 06:14 | |
| *** bana_k has quit IRC | 06:14 | |
| *** achanda has joined #openstack-oslo | 06:15 | |
| *** browne has quit IRC | 06:23 | |
| *** sc68cal has quit IRC | 06:45 | |
| *** links has quit IRC | 06:45 | |
| *** bana_k has joined #openstack-oslo | 06:56 | |
| *** links has joined #openstack-oslo | 07:05 | |
| *** sirushti has quit IRC | 07:14 | |
| *** gibi has quit IRC | 07:16 | |
| *** sirushti has joined #openstack-oslo | 07:17 | |
| *** gibi has joined #openstack-oslo | 07:17 | |
| *** nkrinner has quit IRC | 07:17 | |
| *** nkrinner has joined #openstack-oslo | 07:17 | |
| *** achanda has quit IRC | 07:20 | |
| *** stevemar_ has joined #openstack-oslo | 07:21 | |
| *** yamamoto has quit IRC | 07:22 | |
| *** salv-orlando has joined #openstack-oslo | 07:23 | |
| *** stevemar_ has quit IRC | 07:24 | |
| *** harlowja_at_home has joined #openstack-oslo | 07:27 | |
| *** bana_k has quit IRC | 07:31 | |
| *** harlowja_at_home has quit IRC | 07:54 | |
| *** yamamoto has joined #openstack-oslo | 08:01 | |
| *** mhickey_ has joined #openstack-oslo | 08:10 | |
| *** mhickey_ has quit IRC | 08:14 | |
| *** yamamoto has quit IRC | 08:29 | |
| *** sc68cal has joined #openstack-oslo | 08:31 | |
| *** andymaier has joined #openstack-oslo | 08:35 | |
| *** andymaier_ has joined #openstack-oslo | 08:35 | |
| *** andymaier_ has quit IRC | 08:38 | |
| *** amotoki has quit IRC | 08:40 | |
| *** Pablo|off| has joined #openstack-oslo | 08:40 | |
| *** salv-orlando has quit IRC | 08:46 | |
| *** achanda has joined #openstack-oslo | 08:47 | |
| *** yamamoto has joined #openstack-oslo | 08:47 | |
| *** Pablo|off| is now known as pcaruana | 08:48 | |
| *** rcernin has joined #openstack-oslo | 08:50 | |
| *** yamamoto has quit IRC | 08:56 | |
| *** ozamiatin has quit IRC | 09:02 | |
| *** gcb has quit IRC | 09:04 | |
| *** zqfan has joined #openstack-oslo | 09:04 | |
| *** gcb has joined #openstack-oslo | 09:05 | |
| openstackgerrit | Julien Danjou proposed openstack/oslo.messaging: Remove oslo.context dependency https://review.openstack.org/240947 | 09:07 |
| *** ozamiatin has joined #openstack-oslo | 09:07 | |
| *** yassine__ has joined #openstack-oslo | 09:07 | |
| *** ozamiatin has quit IRC | 09:08 | |
| *** yamamoto has joined #openstack-oslo | 09:12 | |
| *** yamamoto has quit IRC | 09:16 | |
| *** achanda has quit IRC | 09:34 | |
| *** ihrachys has joined #openstack-oslo | 09:35 | |
| *** gcb has quit IRC | 09:37 | |
| haypo | jd__: about https://review.openstack.org/240947 : listener of notifications don't expect a complete context? sorry, i don't know how it is used | 09:38 |
| haypo | i'm asking if it's safe to replace context.get_admin_context() with {} | 09:38 |
| *** mhickey_ has joined #openstack-oslo | 09:44 | |
| *** openstackgerrit has quit IRC | 09:46 | |
| jd__ | haypo: it just doesn't care | 09:46 |
| *** openstackgerrit has joined #openstack-oslo | 09:46 | |
| *** ozamiatin has joined #openstack-oslo | 09:47 | |
| haypo | jd__: who are listeners? any openstack service? | 09:49 |
| *** andymaier has quit IRC | 09:58 | |
| jd__ | haypo: any service | 10:09 |
| jd__ | in reality I think only Ceilometer supports that | 10:10 |
| jd__ | and it does not care since the context is fake | 10:10 |
| haypo | jd__: "supports that" you mean using the context? | 10:10 |
| jd__ | it doesn't use the context neither | 10:10 |
| jd__ | the context is just a fake admin context | 10:11 |
| jd__ | there's no interest | 10:11 |
| jd__ | there's no useful info | 10:11 |
| haypo | oh, context.get_admin_context() is fake? | 10:11 |
| *** openstackgerrit has quit IRC | 10:16 | |
| haypo | oh... i see... the contxt has no tenant, no token, etc. is only has the flag "is_admin=True" :-) | 10:16 |
| haypo | it* only | 10:16 |
| *** openstackgerrit has joined #openstack-oslo | 10:16 | |
| *** yamamoto has joined #openstack-oslo | 10:17 | |
| *** yamamoto has quit IRC | 10:22 | |
| haypo | jd__: -1 for https://review.openstack.org/#/c/240947/ you must first update ceilometer to stop using the removed RequestContextSerializer class | 10:28 |
| haypo | jd__: or modify your change to *deprecate* the class? | 10:28 |
| haypo | jd__: (but i'm now ok to drop the dependency and drop context in middleware.py) | 10:29 |
| *** yamamoto has joined #openstack-oslo | 10:37 | |
| openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Add config options to specify dynamic ports range https://review.openstack.org/244067 | 10:40 |
| *** yamamoto has quit IRC | 10:45 | |
| *** pblaho_ has joined #openstack-oslo | 10:48 | |
| *** ihrachys_ has joined #openstack-oslo | 10:48 | |
| *** rcernin_ has joined #openstack-oslo | 10:48 | |
| *** ihrachys has quit IRC | 10:48 | |
| *** rcernin has quit IRC | 10:49 | |
| *** rcernin has joined #openstack-oslo | 10:50 | |
| *** ihrachys has joined #openstack-oslo | 10:50 | |
| *** pblaho has quit IRC | 10:51 | |
| *** ihrachys_ has quit IRC | 10:52 | |
| *** pblaho_ has quit IRC | 10:52 | |
| *** rcernin_ has quit IRC | 10:53 | |
| openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Update zmq-deployment guide according to the new driver https://review.openstack.org/244132 | 10:53 |
| *** pblaho has joined #openstack-oslo | 10:54 | |
| openstackgerrit | Julien Danjou proposed openstack/oslo.messaging: Remove oslo.context dependency https://review.openstack.org/240947 | 11:04 |
| openstackgerrit | Julien Danjou proposed openstack/oslo.messaging: serialize: deprecate RequestContextSerializer https://review.openstack.org/244562 | 11:04 |
| *** e0ne has joined #openstack-oslo | 11:09 | |
| *** jamielennox is now known as jamielennox|away | 11:12 | |
| *** dims_ has joined #openstack-oslo | 11:14 | |
| *** jerrygb has joined #openstack-oslo | 11:15 | |
| haypo | i tried to replace MySQLdb with PyMySQL in Trove, but i got the error: | 11:19 |
| haypo | (pymysql.err.InternalError) (1091, u"Can't DROP 'name'; check that column/key exists") [SQL: u'ALTER TABLE datastore_versions DROP INDEX name'] | 11:19 |
| haypo | my change: https://review.openstack.org/#/c/225915/ | 11:19 |
| haypo | does someone know how to fix such error? | 11:19 |
| *** jerrygb has quit IRC | 11:19 | |
| haypo | is it a bug in a migration script? | 11:20 |
| haypo | the failing test is "ERROR: proboscis.case.MethodTest (test_mysql_migration)" | 11:20 |
| dims_ | rpodolyaka : seen this? ^^^ | 11:22 |
| *** yamamoto has joined #openstack-oslo | 11:46 | |
| *** gcb has joined #openstack-oslo | 11:47 | |
| *** ozamiatin has quit IRC | 11:49 | |
| *** ndipanov has quit IRC | 11:50 | |
| *** yamamoto has quit IRC | 11:51 | |
| *** gcb_ has joined #openstack-oslo | 11:59 | |
| *** gcb has quit IRC | 12:03 | |
| *** yamamoto has joined #openstack-oslo | 12:23 | |
| *** gordc has joined #openstack-oslo | 12:34 | |
| *** ozamiatin has joined #openstack-oslo | 12:44 | |
| *** fultonj has joined #openstack-oslo | 13:07 | |
| *** pradk has joined #openstack-oslo | 13:12 | |
| *** jerrygb has joined #openstack-oslo | 13:15 | |
| openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq] Make bind address configurable https://review.openstack.org/244642 | 13:15 |
| openstackgerrit | Oleksii Zamiatin proposed openstack/oslo.messaging: [zmq][matchmaker] Distinguish targets by listener types https://review.openstack.org/244036 | 13:16 |
| *** gcb_ has quit IRC | 13:17 | |
| *** jerrygb_ has joined #openstack-oslo | 13:18 | |
| *** jerrygb has quit IRC | 13:22 | |
| *** dims_ has quit IRC | 13:24 | |
| *** ozamiatin has quit IRC | 13:25 | |
| *** dims has joined #openstack-oslo | 13:26 | |
| openstackgerrit | Daisuke Fujita proposed openstack/oslo.log: The user_identity format flexibility https://review.openstack.org/218139 | 13:26 |
| *** ozamiatin has joined #openstack-oslo | 13:27 | |
| *** MVenesio has joined #openstack-oslo | 13:29 | |
| *** gcb_ has joined #openstack-oslo | 13:30 | |
| *** edmondsw has joined #openstack-oslo | 13:32 | |
| *** ozamiatin has quit IRC | 13:37 | |
| *** stevemar_ has joined #openstack-oslo | 13:38 | |
| *** jerrygb_ has quit IRC | 13:39 | |
| openstackgerrit | Tom Cammann proposed openstack/oslo.config: Add hostname config type https://review.openstack.org/238517 | 13:40 |
| *** edleafe has joined #openstack-oslo | 13:41 | |
| gcb_ | dims, are you around ? | 13:41 |
| dims | gcb_ pong | 13:41 |
| *** ozamiatin has joined #openstack-oslo | 13:41 | |
| gcb_ | do have little time review https://review.openstack.org/#/c/243001/ ? | 13:42 |
| openstackgerrit | Tom Cammann proposed openstack/oslo.config: Add .DS_Store to .gitignore https://review.openstack.org/244661 | 13:43 |
| gcb_ | I'm working on let CONF.set_override with enforce_type=True by default in some projects | 13:44 |
| dims | gcb_ left a comment | 13:48 |
| *** boris-42 has quit IRC | 13:48 | |
| gcb_ | dims, thanks | 13:49 |
| haypo | stable/liberty branch of cliff is blocked by csv/unicodecsv (python34 gate fails), please review https://review.openstack.org/#/c/244665/ which should fix it | 13:50 |
| *** e0ne has quit IRC | 13:51 | |
| *** e0ne has joined #openstack-oslo | 13:52 | |
| openstackgerrit | Merged openstack/oslo.db: Detect not-started _TransactionFactory in legacy https://review.openstack.org/244323 | 14:00 |
| *** e0ne has quit IRC | 14:04 | |
| *** mriedem has joined #openstack-oslo | 14:04 | |
| *** kgiusti has joined #openstack-oslo | 14:05 | |
| *** rlrossit has joined #openstack-oslo | 14:06 | |
| *** yamamoto has quit IRC | 14:06 | |
| *** _amrith_ is now known as amrith | 14:07 | |
| *** salv-orlando has joined #openstack-oslo | 14:12 | |
| *** e0ne has joined #openstack-oslo | 14:13 | |
| *** binarin has joined #openstack-oslo | 14:18 | |
| openstackgerrit | Julien Danjou proposed openstack/oslo.messaging: Remove oslo.context dependency https://review.openstack.org/240947 | 14:19 |
| openstackgerrit | Julien Danjou proposed openstack/oslo.messaging: serialize: deprecate RequestContextSerializer https://review.openstack.org/244562 | 14:19 |
| *** mc_nair has joined #openstack-oslo | 14:21 | |
| *** jerrygb has joined #openstack-oslo | 14:22 | |
| *** pm90_ has joined #openstack-oslo | 14:24 | |
| *** MVenesio has quit IRC | 14:26 | |
| *** regXboi has joined #openstack-oslo | 14:29 | |
| *** MVenesio has joined #openstack-oslo | 14:31 | |
| *** jecarey has joined #openstack-oslo | 14:57 | |
| *** pm90_ is now known as pratikmallya | 14:58 | |
| *** dims has quit IRC | 15:01 | |
| *** cprmrf has joined #openstack-oslo | 15:03 | |
| *** cdent has joined #openstack-oslo | 15:04 | |
| *** BAKfr has quit IRC | 15:06 | |
| *** yamamoto has joined #openstack-oslo | 15:06 | |
| *** dims has joined #openstack-oslo | 15:07 | |
| *** stevemar_ has quit IRC | 15:08 | |
| mhorban_ | Hi guys, could you please look at https://review.openstack.org/#/c/241143/ . I added logger name argument into wsgi.Server __init__ method | 15:08 |
| *** BAKfr has joined #openstack-oslo | 15:09 | |
| *** yamamoto has quit IRC | 15:11 | |
| *** pballand has quit IRC | 15:13 | |
| *** gonzalo2kx has quit IRC | 15:15 | |
| openstackgerrit | Marian Horban proposed openstack/oslo.service: Logger name argument was added into wsgi.Server constructor https://review.openstack.org/241143 | 15:15 |
| *** thangp has joined #openstack-oslo | 15:24 | |
| *** gcb_ has quit IRC | 15:27 | |
| openstackgerrit | Marian Horban proposed openstack/oslo.service: Change info log message to warning on graceful shutdown timeout exceeding https://review.openstack.org/241158 | 15:28 |
| *** stevemar_ has joined #openstack-oslo | 15:29 | |
| *** mtanino has joined #openstack-oslo | 15:31 | |
| *** nkrinner has quit IRC | 15:32 | |
| *** mriedem is now known as mriedem_away | 15:33 | |
| dims | mhorban_ ack one sec | 15:35 |
| *** salv-orlando has quit IRC | 15:46 | |
| *** achanda has joined #openstack-oslo | 15:51 | |
| *** pradk_ has joined #openstack-oslo | 15:55 | |
| *** pradk has quit IRC | 15:55 | |
| *** pradk_ is now known as pradk | 15:56 | |
| *** achanda has quit IRC | 16:02 | |
| *** achanda has joined #openstack-oslo | 16:03 | |
| *** achanda has quit IRC | 16:04 | |
| *** pratikmallya has quit IRC | 16:06 | |
| *** sigmavirus24_awa is now known as sigmavirus24 | 16:10 | |
| haypo | jd__: do you want to remove RequestContextSerializer *today* in oslo.messaging? you deprecate it in a previous change -- https://review.openstack.org/#/c/240947/4 | 16:10 |
| *** zqfan is now known as zqfan_afk | 16:11 | |
| *** ihrachys has quit IRC | 16:13 | |
| jd__ | haypo: I replied in the review | 16:15 |
| *** sjmc7 has left #openstack-oslo | 16:15 | |
| *** stevemar_ has quit IRC | 16:17 | |
| *** cprmrf__ has joined #openstack-oslo | 16:17 | |
| *** mriedem_away is now known as mriedem | 16:17 | |
| *** links has quit IRC | 16:18 | |
| *** stevemar_ has joined #openstack-oslo | 16:18 | |
| haypo | jd__: i don't understand your reply :-/ | 16:18 |
| jd__ | haypo: how do you want me to express "merge this patch when 2.9 is out" in my patch? | 16:19 |
| jd__ | you can merge both and tag the first 2.9 and second one 3.0 if you want | 16:19 |
| jd__ | I don't think we want to do that, but we could | 16:19 |
| jd__ | I just can't express that in a patchset | 16:19 |
| *** cprmrf has quit IRC | 16:20 | |
| haypo | jd__: you may change the change state to WIP to ensure that it's not merged by mistake, no? | 16:21 |
| *** kbyrne has joined #openstack-oslo | 16:21 | |
| jd__ | it's not a WIP, it's finished | 16:21 |
| jd__ | I -2'ed myself | 16:22 |
| jd__ | sad day! | 16:22 |
| haypo | "I -2'ed myself" did you commit suicide? | 16:23 |
| haypo | :) | 16:23 |
| haypo | jd__: why not leaving the class unchanged but remove the context in middleware.py? | 16:23 |
| jd__ | sounds like it | 16:23 |
| jd__ | haypo: you mean doing another patch? | 16:23 |
| haypo | jd__: you can propose another change in a few months to really remove the class, no? | 16:23 |
| haypo | jd__: yes | 16:24 |
| jd__ | I can do that | 16:24 |
| haypo | it's just to have a softer transition plan until "everybody" stopped using this now deprecated class | 16:24 |
| haypo | (ceilometer?) | 16:24 |
| *** MVenesio_ has joined #openstack-oslo | 16:29 | |
| *** MVenesio has quit IRC | 16:30 | |
| *** ozamiatin has quit IRC | 16:38 | |
| *** pratikmallya has joined #openstack-oslo | 16:41 | |
| *** pratikmallya has quit IRC | 16:45 | |
| *** pratikmallya has joined #openstack-oslo | 16:46 | |
| *** rcernin has quit IRC | 16:50 | |
| *** rlrossit has quit IRC | 16:53 | |
| *** rlrossit has joined #openstack-oslo | 16:55 | |
| *** bana_k has joined #openstack-oslo | 16:55 | |
| *** ihrachys has joined #openstack-oslo | 17:00 | |
| *** e0ne has quit IRC | 17:02 | |
| *** fultonj has left #openstack-oslo | 17:04 | |
| *** bana_k has quit IRC | 17:05 | |
| *** pcaruana has quit IRC | 17:06 | |
| *** bana_k has joined #openstack-oslo | 17:07 | |
| *** pballand has joined #openstack-oslo | 17:09 | |
| *** exploreshaifali has joined #openstack-oslo | 17:13 | |
| *** rcernin has joined #openstack-oslo | 17:24 | |
| *** mhickey_ has quit IRC | 17:40 | |
| *** MVenesio has joined #openstack-oslo | 17:40 | |
| *** MVenesio_ has quit IRC | 17:41 | |
| *** david-lyle has quit IRC | 17:46 | |
| *** e0ne has joined #openstack-oslo | 17:50 | |
| *** cdent has quit IRC | 17:53 | |
| *** bnemec has quit IRC | 18:21 | |
| *** rlrossit has quit IRC | 18:22 | |
| *** achanda has joined #openstack-oslo | 18:26 | |
| *** rlrossit has joined #openstack-oslo | 18:27 | |
| *** browne has joined #openstack-oslo | 18:29 | |
| *** yassine__ has quit IRC | 18:31 | |
| *** bana_k has quit IRC | 18:37 | |
| *** yamahata has joined #openstack-oslo | 18:38 | |
| *** sputnik13 has joined #openstack-oslo | 18:42 | |
| *** EmilienM has quit IRC | 18:42 | |
| *** EmilienM has joined #openstack-oslo | 18:45 | |
| *** e0ne has quit IRC | 18:47 | |
| *** yamahata has quit IRC | 18:50 | |
| adam_g | dims, https://review.openstack.org/#/c/243839/ sorry for delay on that, was out yesterday | 18:53 |
| *** mriedem has quit IRC | 18:58 | |
| *** cprmrf__ has quit IRC | 18:58 | |
| *** pballand has quit IRC | 19:02 | |
| *** mriedem has joined #openstack-oslo | 19:05 | |
| *** sputnik13 has quit IRC | 19:08 | |
| *** zqfan_afk has quit IRC | 19:16 | |
| *** rohit_ has joined #openstack-oslo | 19:19 | |
| rohit_ | harlowja_: seeing this in the logs, (kazoo.client): 2015-11-12 19:03:27,523 WARNING connection _connect_attempt Connection dropped: outstanding heartbeat ping not received | 19:20 |
| rohit_ | after which the hearbeats stop | 19:20 |
| *** achanda has quit IRC | 19:21 | |
| rohit_ | that uses icmp ping, i suppose? | 19:21 |
| *** achanda has joined #openstack-oslo | 19:21 | |
| *** sputnik13 has joined #openstack-oslo | 19:22 | |
| *** bana_k has joined #openstack-oslo | 19:27 | |
| *** bana_k has quit IRC | 19:27 | |
| harlowja_ | rohit_ no, tcp | 19:27 |
| rohit_ | ok | 19:28 |
| harlowja_ | rohit_ i think this is similar to the other guy who was using eventlet, and eventlet is starving that heartbeat thread | 19:28 |
| harlowja_ | and that starvation causes heartbeat to die | 19:28 |
| rohit_ | harlowja_: with the tooz fix, things work for a while but then te hearbeats die out | 19:28 |
| harlowja_ | stuff to try rohit_ https://gist.github.com/harlowja/edb99afc0e603dded908 | 19:28 |
| harlowja_ | right, i'm guessing heartbeat thread is still starved | 19:28 |
| harlowja_ | Level 5:kazoo.client:Received Ping | 19:29 |
| harlowja_ | Level 5:kazoo.client:Sending request(xid=-2): Ping() | 19:29 |
| harlowja_ | u should see stuff like that | 19:29 |
| harlowja_ | if u aren't, then ya, its getting starved | 19:29 |
| rohit_ | ok, will trey that | 19:29 |
| harlowja_ | i have some ideas what to do about this, basically stop using eventlet greenthreads for the heartbeat thread | 19:29 |
| harlowja_ | but haven't tried to figure out how to do a mixed-thread kazoo handler yet | 19:29 |
| harlowja_ | *that stops using eventlet-green threads for this critical thread | 19:29 |
| rohit_ | ok | 19:29 |
| * harlowja_ doesn't trust eventlet to not starve that thread... | 19:31 | |
| *** bnemec has joined #openstack-oslo | 19:33 | |
| *** pratikmallya has quit IRC | 19:35 | |
| *** pm90_ has joined #openstack-oslo | 19:40 | |
| *** sputnik13 has quit IRC | 19:41 | |
| dims | mriedem haha | 19:44 |
| dims | mriedem now we break stuff only on tuesdays :) | 19:44 |
| *** sputnik13 has joined #openstack-oslo | 19:44 | |
| mriedem | \o/ | 19:47 |
| *** mc_nair has quit IRC | 19:48 | |
| *** sputnik13 has quit IRC | 19:52 | |
| *** sputnik13 has joined #openstack-oslo | 19:54 | |
| *** crc32 has joined #openstack-oslo | 19:57 | |
| *** ozamiatin has joined #openstack-oslo | 19:57 | |
| *** mhickey_ has joined #openstack-oslo | 20:00 | |
| *** ihrachys has quit IRC | 20:03 | |
| *** ihrachys has joined #openstack-oslo | 20:04 | |
| *** yassine__ has joined #openstack-oslo | 20:04 | |
| *** ericksonsantos has quit IRC | 20:05 | |
| *** ozamiatin has quit IRC | 20:06 | |
| *** mc_nair has joined #openstack-oslo | 20:11 | |
| *** jdandrea has joined #openstack-oslo | 20:12 | |
| *** pballand has joined #openstack-oslo | 20:15 | |
| jdandrea | Getting an oslo_config error across a number of Liberty-based releases. Suspecting pilot error but unsure how to troubleshoot. Clues sought: http://paste.openstack.org/show/478728/ | 20:16 |
| dims | jdandrea check [DEFAULT] section in say nova.conf and look for verbose see if it is True | 20:21 |
| dims | jdandrea if so, just remove that line | 20:21 |
| jdandrea | dims: Will do, unless they want verbose logging, hmm. Is it something I should file against? | 20:22 |
| dims | jdandrea http://git.openstack.org/cgit/openstack/oslo.log/tree/oslo_log/log.py#n367 | 20:24 |
| jdandrea | dims: *nodnod* | 20:25 |
| jdandrea | Is that error a bug or a feature, I mean. (Maybe it's the latter?) | 20:26 |
| dims | jdandrea the issue is around that area, not sure exactly what your scenario is :) so please dig in and let me know. | 20:28 |
| dims | jdandrea last i remember was doing this https://github.com/openstack/oslo.log/commit/2eb86ad924eb07dacbd7b9d3e1f918cd7c84bd2a | 20:28 |
| jdandrea | dims: Ahh, I see. We can check on our end and see if something's amiss there. Thank you! | 20:28 |
| *** sputnik13 has quit IRC | 20:51 | |
| *** rlrossit has quit IRC | 20:53 | |
| *** sputnik13 has joined #openstack-oslo | 20:55 | |
| *** rlrossit has joined #openstack-oslo | 20:58 | |
| *** yassine__ has quit IRC | 21:02 | |
| *** sputnik13 has quit IRC | 21:08 | |
| *** pm90__ has joined #openstack-oslo | 21:08 | |
| *** sputnik13 has joined #openstack-oslo | 21:09 | |
| *** pm90_ has quit IRC | 21:11 | |
| *** yamamoto has joined #openstack-oslo | 21:16 | |
| openstackgerrit | Merged openstack/oslo.messaging: Make "Connect(ing|ed) to AMQP server" log messages DEBUG level https://review.openstack.org/244023 | 21:20 |
| *** achanda has quit IRC | 21:23 | |
| *** yamamoto has quit IRC | 21:24 | |
| *** stevemar_ has quit IRC | 21:25 | |
| *** achanda has joined #openstack-oslo | 21:26 | |
| *** achanda has quit IRC | 21:26 | |
| *** achanda has joined #openstack-oslo | 21:27 | |
| *** pm90_ has joined #openstack-oslo | 21:39 | |
| *** shardy has quit IRC | 21:39 | |
| *** pm90__ has joined #openstack-oslo | 21:42 | |
| *** sputnik13 has quit IRC | 21:43 | |
| *** pm90_ has quit IRC | 21:44 | |
| *** thangp has quit IRC | 21:44 | |
| *** sputnik13 has joined #openstack-oslo | 21:48 | |
| *** achanda has quit IRC | 21:54 | |
| *** achanda has joined #openstack-oslo | 21:54 | |
| *** e0ne has joined #openstack-oslo | 21:54 | |
| *** mriedem has quit IRC | 22:00 | |
| *** jamielennox|away is now known as jamielennox | 22:05 | |
| *** exploreshaifali has quit IRC | 22:05 | |
| *** yamamoto has joined #openstack-oslo | 22:05 | |
| *** MVenesio has quit IRC | 22:08 | |
| *** ViswaV has joined #openstack-oslo | 22:12 | |
| *** regXboi has quit IRC | 22:15 | |
| *** david-lyle has joined #openstack-oslo | 22:16 | |
| *** boris-42 has joined #openstack-oslo | 22:19 | |
| *** dims_ has joined #openstack-oslo | 22:23 | |
| *** dims has quit IRC | 22:25 | |
| *** crc32 has quit IRC | 22:35 | |
| *** crc32 has joined #openstack-oslo | 22:36 | |
| *** BAKfr has quit IRC | 22:38 | |
| *** crc32 has quit IRC | 22:39 | |
| *** crc32 has joined #openstack-oslo | 22:39 | |
| *** BAKfr has joined #openstack-oslo | 22:40 | |
| *** pm90_ has joined #openstack-oslo | 22:44 | |
| *** pm90__ has quit IRC | 22:47 | |
| *** kgiusti has quit IRC | 22:48 | |
| *** rlrossit has quit IRC | 22:49 | |
| *** mhickey_ has quit IRC | 22:50 | |
| *** jecarey_ has joined #openstack-oslo | 22:52 | |
| *** jecarey has quit IRC | 22:55 | |
| *** jecarey_ has quit IRC | 22:56 | |
| *** stevemar_ has joined #openstack-oslo | 22:56 | |
| *** stevemar_ has quit IRC | 22:59 | |
| *** sigmavirus24 is now known as sigmavirus24_awa | 22:59 | |
| *** sputnik13 has quit IRC | 23:01 | |
| *** sputnik13 has joined #openstack-oslo | 23:01 | |
| *** sputnik13 has quit IRC | 23:03 | |
| *** crc32 has quit IRC | 23:03 | |
| *** sputnik13 has joined #openstack-oslo | 23:04 | |
| openstackgerrit | gordon chung proposed openstack/pycadf: make generate_uuid return valid uuid https://review.openstack.org/240979 | 23:04 |
| *** sputnik13 has quit IRC | 23:07 | |
| *** sputnik13 has joined #openstack-oslo | 23:07 | |
| *** sputnik13 has quit IRC | 23:09 | |
| *** sputnik13 has joined #openstack-oslo | 23:10 | |
| *** sputnik13 has quit IRC | 23:12 | |
| *** sputnik13 has joined #openstack-oslo | 23:12 | |
| *** jamielennox is now known as jamielennox|away | 23:13 | |
| openstackgerrit | Min Pae proposed openstack/taskflow: Adding notification points for job completion https://review.openstack.org/241708 | 23:14 |
| *** gonzalo2kx has joined #openstack-oslo | 23:18 | |
| *** mc_nair has quit IRC | 23:20 | |
| *** ihrachys has quit IRC | 23:21 | |
| *** jamielennox|away is now known as jamielennox | 23:22 | |
| *** jecarey has joined #openstack-oslo | 23:28 | |
| *** ihrachys has joined #openstack-oslo | 23:30 | |
| openstackgerrit | Joshua Harlow proposed openstack/taskflow: Correctly apply deciders across flow boundaries https://review.openstack.org/244922 | 23:31 |
| *** pradk has quit IRC | 23:33 | |
| *** jecarey has quit IRC | 23:33 | |
| *** gordc has quit IRC | 23:35 | |
| *** pradk has joined #openstack-oslo | 23:35 | |
| *** nikhil_k_ has joined #openstack-oslo | 23:37 | |
| *** nikhil_k has quit IRC | 23:40 | |
| openstackgerrit | Merged openstack-dev/pbr: Cleanup jeepyb and pypi-mirror special casing https://review.openstack.org/235508 | 23:51 |
| *** achanda has quit IRC | 23:55 | |
| *** e0ne has quit IRC | 23:56 | |
| *** ihrachys has quit IRC | 23:57 | |
| *** pm90_ has quit IRC | 23:57 | |
| *** sputnik13 has quit IRC | 23:58 | |
| *** sputnik1_ has joined #openstack-oslo | 23:58 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!