*** sputnik13 has quit IRC | 00:04 | |
*** zzzeek has quit IRC | 00:07 | |
*** browne has quit IRC | 00:08 | |
*** ViswaV has quit IRC | 00:11 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Document more of the retry subclasses special keyword arguments https://review.openstack.org/192017 | 00:17 |
---|---|---|
*** stevemar has joined #openstack-oslo | 00:18 | |
*** vilobhmm has quit IRC | 00:19 | |
*** david-lyle has quit IRC | 00:24 | |
*** tsekiyama has quit IRC | 00:27 | |
*** dims has quit IRC | 00:33 | |
*** _amrith_ is now known as amrith | 00:39 | |
*** dims has joined #openstack-oslo | 00:46 | |
*** tobe has joined #openstack-oslo | 01:19 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 01:20 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo-incubator: Add last_request_id only if it is not none https://review.openstack.org/190288 | 01:31 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo-incubator: Get rid of oslo-incubator copy of middleware https://review.openstack.org/187354 | 01:33 |
openstackgerrit | Lei Zhang proposed openstack/oslotest: Avoid automatic mock replacements https://review.openstack.org/191665 | 01:35 |
*** browne has joined #openstack-oslo | 01:37 | |
*** amrith is now known as _amrith_ | 01:41 | |
tchaypo | Nakato: one of these days, there’s going to be a notification here about an update to my WIP update to the pbr tests | 01:42 |
tchaypo | Nakato: it includes a patch to test-requirements to pull in your changes to pip | 01:42 |
tchaypo | Nakato: on my machine at least, the tests still fail - the right requirements still aren’t being installed | 01:42 |
openstackgerrit | James Polley proposed openstack-dev/pbr: WIP: more extensive testing of requirement parsing https://review.openstack.org/187823 | 01:43 |
tchaypo | oh look, there it is | 01:43 |
Nakato | tchaypo: I think you need to set a branch | 01:50 |
*** dims has quit IRC | 01:50 | |
Nakato | "up_vend_pkg_resources" | 01:51 |
Nakato | *tests* | 01:52 |
*** amotoki has joined #openstack-oslo | 02:04 | |
tchaypo | oh. | 02:05 |
tchaypo | don’t forget to “tox —recreate” to make it refresh its venv | 02:05 |
tchaypo | (he says, because he has made that mistake several times already this morning and therefore assumes everyone else forgets all the time as well) | 02:05 |
*** david-lyle has joined #openstack-oslo | 02:08 | |
Nakato | Github is being slow today. :( | 02:11 |
tchaypo | *facepalm* | 02:11 |
tchaypo | the testrepository and funcutils requirements are in the `test` extra | 02:14 |
tchaypo | so they won’t be included unless we install that | 02:15 |
Nakato | Well I managed to break PBR | 02:18 |
pleia2 | it's a rite of passage | 02:18 |
pleia2 | congrats :) | 02:18 |
Nakato | And by that I mean it hates what I've done to requirements.txt | 02:19 |
*** amotoki has quit IRC | 02:20 | |
*** amotoki has joined #openstack-oslo | 02:31 | |
tchaypo | Nakato: it’s running the wrong pip | 02:37 |
Nakato | tchaypo: yea, it's not updating it | 02:37 |
tchaypo | it’s running pip from inside the venv we create in the test; we want it to run pip from the tox venv | 02:38 |
*** amotoki has quit IRC | 02:39 | |
*** amotoki has joined #openstack-oslo | 02:39 | |
Nakato | tchaypo: try: $(source .tox/pyNN/bin/active && pip install -r test-requirements.txt) and check if pip gets upgraded for you. It's not for me. | 02:42 |
Nakato | tchaypo: nevermind | 02:44 |
tchaypo | https://www.irccloud.com/pastebin/DDEst94z/ | 02:44 |
tchaypo | ;) | 02:44 |
Nakato | the storage location was throwing me off for editable packages... | 02:44 |
tchaypo | gah | 02:45 |
tchaypo | i keep doing One More Thing before getting lunch but the One More Thing keeps getting harder because i haven’t had lunch | 02:46 |
tchaypo | I’m going for lunch. Right now. | 02:46 |
*** stpierre has quit IRC | 02:53 | |
*** amotoki has quit IRC | 03:01 | |
*** stevemar has quit IRC | 03:06 | |
*** tobe has quit IRC | 03:20 | |
*** tobe has joined #openstack-oslo | 03:23 | |
*** amotoki has joined #openstack-oslo | 03:24 | |
openstackgerrit | Joshua Harlow proposed openstack/automaton: Add optional machine conversion into a pydot graph https://review.openstack.org/191526 | 03:27 |
openstackgerrit | Joshua Harlow proposed openstack/automaton: Add optional machine conversion into a pydot graph https://review.openstack.org/191526 | 03:28 |
*** sdake has quit IRC | 03:32 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: No longer need kazoo lock custom retry code https://review.openstack.org/182146 | 03:36 |
*** mtanino has quit IRC | 03:43 | |
*** dims has joined #openstack-oslo | 03:46 | |
*** dims has quit IRC | 03:51 | |
*** redrobot has quit IRC | 03:55 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: No longer need kazoo lock custom retry code https://review.openstack.org/182146 | 03:59 |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Make performing leader election during 'run_watchers' optional https://review.openstack.org/192052 | 04:07 |
*** sdake has joined #openstack-oslo | 04:17 | |
*** achanda has joined #openstack-oslo | 04:29 | |
*** rpodolyaka1 has joined #openstack-oslo | 04:38 | |
*** tobe has quit IRC | 04:47 | |
*** amotoki has quit IRC | 04:59 | |
*** arnaud___ has joined #openstack-oslo | 05:06 | |
*** tobe has joined #openstack-oslo | 05:07 | |
*** dulek has joined #openstack-oslo | 05:11 | |
openstackgerrit | Jon Grimm proposed openstack/oslotest: Allow ``OS_DEBUG`` environment variable to specify log level. https://review.openstack.org/192055 | 05:13 |
openstackgerrit | Jon Grimm proposed openstack/oslotest: Allow ``OS_DEBUG`` environment variable to specify log level. https://review.openstack.org/192055 | 05:16 |
*** nkrinner has joined #openstack-oslo | 05:18 | |
*** zz_jgrimm is now known as jgrimm | 05:20 | |
*** achanda has quit IRC | 05:20 | |
*** amotoki has joined #openstack-oslo | 05:21 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: No longer need kazoo lock custom retry code https://review.openstack.org/182146 | 05:21 |
*** arnaud___ has quit IRC | 05:28 | |
*** yamahata has joined #openstack-oslo | 05:28 | |
openstackgerrit | Joshua Harlow proposed openstack/automaton: Add optional machine conversion into a pydot graph https://review.openstack.org/191526 | 05:29 |
*** stevemar has joined #openstack-oslo | 05:30 | |
*** tobe has quit IRC | 05:37 | |
*** vilobhmm has joined #openstack-oslo | 05:40 | |
*** rpodolyaka1 has quit IRC | 05:49 | |
*** achanda has joined #openstack-oslo | 05:54 | |
*** ihrachyshka has joined #openstack-oslo | 05:55 | |
*** ihrachyshka has quit IRC | 06:01 | |
*** tobe has joined #openstack-oslo | 06:02 | |
*** sdake has quit IRC | 06:14 | |
tchaypo | when it deigns to arrive | 06:17 |
tchaypo | nakato: my next patch has tests WHAT ACKSHELLY PASS by pulling in your patch | 06:18 |
Nakato | Ugh, so testing in python 2 is not as promessing. | 06:18 |
tchaypo | once your patch lands we can tweak my test to just pull the latest released pip and setuptools and then land it | 06:19 |
Nakato | WHAT ACKSHELLY? | 06:19 |
openstackgerrit | James Polley proposed openstack-dev/pbr: WIP: more extensive testing of requirement parsing https://review.openstack.org/187823 | 06:19 |
*** achanda_ has joined #openstack-oslo | 06:21 | |
*** achanda has quit IRC | 06:22 | |
*** dikonoor has joined #openstack-oslo | 06:33 | |
*** vilobhmm has quit IRC | 06:41 | |
tchaypo | bah. | 06:43 |
tchaypo | it looks like it only worked for me for py27 because of something I’d done within the venv | 06:43 |
*** salv-orlando has joined #openstack-oslo | 06:44 | |
*** vilobhmm has joined #openstack-oslo | 06:44 | |
*** vilobhmm has quit IRC | 06:45 | |
*** salv-orl_ has joined #openstack-oslo | 06:46 | |
*** salv-orlando has quit IRC | 06:49 | |
*** ihrachyshka has joined #openstack-oslo | 06:50 | |
*** rpodolyaka1 has joined #openstack-oslo | 06:56 | |
*** greghaynes has quit IRC | 07:08 | |
*** greghaynes has joined #openstack-oslo | 07:11 | |
flaper87 | sileht: https://review.openstack.org/#/c/186671/ :) | 07:12 |
sileht | flaper87, woot the py34 pass ! | 07:12 |
flaper87 | sileht: yup yup! | 07:13 |
flaper87 | jd__: ^^^^^^^^ | 07:14 |
* flaper87 wonders where dims is :P | 07:14 | |
*** shardy_ has joined #openstack-oslo | 07:15 | |
*** shardy has quit IRC | 07:16 | |
*** browne has quit IRC | 07:19 | |
*** shardy_ has quit IRC | 07:21 | |
*** shardy has joined #openstack-oslo | 07:21 | |
*** achanda_ has quit IRC | 07:22 | |
*** rpodolyaka1 has quit IRC | 07:31 | |
*** gordc has joined #openstack-oslo | 07:38 | |
*** tobe has quit IRC | 07:40 | |
*** tobe has joined #openstack-oslo | 07:47 | |
*** haypo has joined #openstack-oslo | 07:50 | |
*** shardy_ has joined #openstack-oslo | 07:52 | |
*** shardy has quit IRC | 07:53 | |
*** shardy_ has quit IRC | 07:57 | |
*** shardy has joined #openstack-oslo | 07:58 | |
*** shardy has quit IRC | 07:58 | |
*** shardy has joined #openstack-oslo | 08:01 | |
*** tobe has quit IRC | 08:06 | |
*** yassine has joined #openstack-oslo | 08:09 | |
*** tobe has joined #openstack-oslo | 08:16 | |
*** jaosorior has joined #openstack-oslo | 08:27 | |
*** yamahata has quit IRC | 08:29 | |
*** rpodolyaka1 has joined #openstack-oslo | 08:35 | |
*** ozamiatin has joined #openstack-oslo | 08:36 | |
openstackgerrit | James Polley proposed openstack-dev/pbr: WIP: more extensive testing of requirement parsing https://review.openstack.org/187823 | 08:43 |
*** rushiagr_away is now known as rushiagr | 08:44 | |
*** ozamiatin has quit IRC | 08:46 | |
*** viktors|afk has quit IRC | 08:47 | |
*** rpodolyaka1 has quit IRC | 08:47 | |
*** ozamiatin has joined #openstack-oslo | 08:51 | |
*** viktors has joined #openstack-oslo | 08:51 | |
*** yamahata has joined #openstack-oslo | 08:52 | |
*** stevemar has quit IRC | 08:52 | |
flaper87 | sileht: https://review.openstack.org/#/c/191778/ | 08:53 |
sileht | flaper87, done | 08:54 |
flaper87 | sileht: danke :D | 08:54 |
*** rpodolyaka1 has joined #openstack-oslo | 08:54 | |
flaper87 | sileht: when o.m timesout waiting for a reply, does it try again? | 08:56 |
flaper87 | times out* | 08:56 |
sileht | flaper87, nop | 08:56 |
*** yamahata has quit IRC | 08:57 | |
sileht | flaper87, from the kombu PoV, we retry until we reach the timeout set by the application (defaulted to 60s) | 08:58 |
flaper87 | sileht: ok, just wanted to confirm | 08:59 |
*** cdent has joined #openstack-oslo | 09:10 | |
*** e0ne has joined #openstack-oslo | 09:12 | |
openstackgerrit | IWAMOTO Toshihiro proposed openstack/oslo.concurrency: Fix LockFixture docstring https://review.openstack.org/192112 | 09:16 |
*** dims has joined #openstack-oslo | 09:18 | |
*** e0ne is now known as e0ne_ | 09:21 | |
*** dims has quit IRC | 09:23 | |
*** e0ne_ has quit IRC | 09:25 | |
*** e0ne has joined #openstack-oslo | 09:28 | |
*** gordc has quit IRC | 09:41 | |
openstackgerrit | Merged openstack/oslo.messaging: Enable amqp's protocol unit tests everywhere https://review.openstack.org/186671 | 09:42 |
*** gordc has joined #openstack-oslo | 09:43 | |
*** tobe has quit IRC | 09:46 | |
openstackgerrit | Merged openstack/oslo.messaging: Use `inferred=True` by default https://review.openstack.org/191778 | 09:49 |
*** achanda has joined #openstack-oslo | 09:50 | |
*** yassine has quit IRC | 09:51 | |
*** tobe has joined #openstack-oslo | 09:56 | |
*** rpodolyaka1 has quit IRC | 09:59 | |
*** rpodolyaka1 has joined #openstack-oslo | 09:59 | |
*** exploreshaifali has joined #openstack-oslo | 10:01 | |
*** e0ne is now known as e0ne_ | 10:06 | |
*** gordc has quit IRC | 10:08 | |
*** r0j4z0 has joined #openstack-oslo | 10:11 | |
*** e0ne_ has quit IRC | 10:12 | |
*** gordc has joined #openstack-oslo | 10:12 | |
*** rpodolyaka1 has quit IRC | 10:17 | |
*** e0ne has joined #openstack-oslo | 10:17 | |
*** r0j4z0 has quit IRC | 10:24 | |
openstackgerrit | Vipin Balachandran proposed openstack/oslo.vmware: Exception hierarchy refactoring https://review.openstack.org/114503 | 10:36 |
*** gordc has quit IRC | 10:36 | |
openstackgerrit | Vipin Balachandran proposed openstack/oslo.vmware: Raise VimFaultException for unknown faults https://review.openstack.org/192139 | 10:36 |
*** gordc has joined #openstack-oslo | 10:37 | |
*** claudiub has joined #openstack-oslo | 10:38 | |
*** _amrith_ is now known as amrith | 10:46 | |
*** tobe has quit IRC | 10:50 | |
*** tobe has joined #openstack-oslo | 10:51 | |
claudiub | harlowja: hello. You voted +2 on the windows oslo service workers spec. Could you also +A it. :D https://review.openstack.org/#/c/191168/ | 10:55 |
*** tobe has quit IRC | 10:56 | |
*** salv-orl_ has quit IRC | 11:09 | |
*** gordc has quit IRC | 11:11 | |
*** e0ne is now known as e0ne_ | 11:12 | |
*** gordc has joined #openstack-oslo | 11:13 | |
openstackgerrit | Vipin Balachandran proposed openstack/oslo.vmware: Deprecate unused exceptions https://review.openstack.org/192149 | 11:18 |
*** rpodolyaka1 has joined #openstack-oslo | 11:20 | |
*** dims has joined #openstack-oslo | 11:21 | |
*** gordc has quit IRC | 11:21 | |
*** e0ne_ has quit IRC | 11:23 | |
*** dims has quit IRC | 11:25 | |
*** dims has joined #openstack-oslo | 11:29 | |
*** salv-orlando has joined #openstack-oslo | 11:32 | |
*** amrith is now known as _amrith_ | 11:33 | |
*** achanda has quit IRC | 11:37 | |
*** e0ne has joined #openstack-oslo | 11:37 | |
*** yassine has joined #openstack-oslo | 11:40 | |
*** yassine has quit IRC | 11:40 | |
*** salv-orlando has quit IRC | 11:43 | |
*** yassine has joined #openstack-oslo | 11:43 | |
dims | flaper87: jd__: could i please get your opinion on this? https://review.openstack.org/#/c/190472/ | 11:46 |
*** gordc has joined #openstack-oslo | 11:50 | |
gordc | sileht: can you define topics with dot separator? ie. topic.name? it doesn't break any rules right? | 11:51 |
flaper87 | gordc: it doesn't. It's actually common for having "more readable" routing keys | 11:53 |
*** yassine has quit IRC | 11:53 | |
*** yassine has joined #openstack-oslo | 11:53 | |
flaper87 | jd__: lol, we basically -1'd on the same thing | 11:53 |
flaper87 | :P | 11:54 |
jd__ | great minds think alike | 11:54 |
gordc | flaper87: cool cool. thanks for the confirmation. | 11:56 |
*** ganso_ has joined #openstack-oslo | 11:57 | |
*** gordc has quit IRC | 11:58 | |
*** stpierre has joined #openstack-oslo | 12:01 | |
*** ozamiatin has quit IRC | 12:03 | |
*** ozamiatin has joined #openstack-oslo | 12:04 | |
dims | thanks guys :) | 12:07 |
*** rpodolyaka1 has quit IRC | 12:13 | |
*** salv-orlando has joined #openstack-oslo | 12:15 | |
*** gordc has joined #openstack-oslo | 12:15 | |
*** bknudson has quit IRC | 12:22 | |
openstackgerrit | Vipin Balachandran proposed openstack/oslo.vmware: Exception hierarchy refactoring https://review.openstack.org/114503 | 12:26 |
*** rpodolyaka1 has joined #openstack-oslo | 12:27 | |
*** pblaho has joined #openstack-oslo | 12:36 | |
*** alexpilotti has joined #openstack-oslo | 12:38 | |
*** gordc has quit IRC | 12:42 | |
*** redrobot has joined #openstack-oslo | 12:42 | |
*** redrobot is now known as Guest74993 | 12:42 | |
*** Guest74993 is now known as el_robot_rojo | 12:43 | |
*** el_robot_rojo is now known as redrobot | 12:44 | |
*** bknudson has joined #openstack-oslo | 12:50 | |
*** amotoki has quit IRC | 12:56 | |
*** yamahata has joined #openstack-oslo | 13:01 | |
openstackgerrit | Vipin Balachandran proposed openstack/oslo.vmware: Raise VimFaultException for unknown faults https://review.openstack.org/192139 | 13:04 |
openstackgerrit | Vipin Balachandran proposed openstack/oslo.vmware: Deprecate unused exceptions https://review.openstack.org/192149 | 13:04 |
*** zzzeek has joined #openstack-oslo | 13:05 | |
openstackgerrit | Vipin Balachandran proposed openstack/oslo.vmware: Deprecate unused exceptions https://review.openstack.org/192149 | 13:07 |
*** rushiagr is now known as rushiagr_away | 13:10 | |
*** jdandrea has left #openstack-oslo | 13:18 | |
openstackgerrit | javeme proposed openstack/oslo.utils: add RetryDecorator to excutils.py https://review.openstack.org/192188 | 13:19 |
*** sdake has joined #openstack-oslo | 13:32 | |
*** sdake has quit IRC | 13:32 | |
*** sdake has joined #openstack-oslo | 13:33 | |
*** achanda has joined #openstack-oslo | 13:42 | |
dhellmann | dims: I'm looking at the zmq feature branch request now. What name do you want for that? | 13:44 |
dhellmann | sileht: ^^ | 13:45 |
*** mriedem_away is now known as mriedem | 13:46 | |
*** e0ne is now known as e0ne_ | 13:51 | |
*** e0ne_ is now known as e0ne | 13:54 | |
dims | thanks dhellmann | 13:57 |
dims | sileht: https://review.openstack.org/#/c/192206/ | 13:57 |
sileht | dims, done | 13:59 |
dims | thanks! | 13:59 |
*** mriedem is now known as mriedem_meeting | 13:59 | |
*** rpodolyaka1 has quit IRC | 13:59 | |
*** amotoki has joined #openstack-oslo | 14:00 | |
*** rpodolyaka1 has joined #openstack-oslo | 14:00 | |
*** jecarey has joined #openstack-oslo | 14:01 | |
*** achanda has quit IRC | 14:05 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:16 | |
*** nkrinner has quit IRC | 14:19 | |
*** mriedem_meeting is now known as mriedem | 14:21 | |
dims | dhellmann: ping, am putting together a list of things oslo folks would like other projects to adopt - https://etherpad.openstack.org/p/dims | 14:22 |
dims | sileht: flaper87: jd__: cores, liaisons... ^^^ | 14:23 |
openstackgerrit | Doug Hellmann proposed openstack/oslotest: always rebuild cross-test venv https://review.openstack.org/192218 | 14:23 |
dhellmann | dims: think you've got my top 3 | 14:23 |
haypo | dims: would it be possible to give an (incomplete) list of projects which should be updated for each item? | 14:24 |
dims | those are the MUST(s), we can add some SHOULD(s) and COULD(s) too | 14:25 |
dims | haypo: no, i did not want to do that | 14:25 |
haypo | dims: ok | 14:25 |
dims | should add a 0) make sure you have a Oslo Liaison | 14:25 |
dhellmann | dims: ++ | 14:26 |
*** mtanino has joined #openstack-oslo | 14:28 | |
dims | sending the email now | 14:34 |
*** achanda has joined #openstack-oslo | 14:34 | |
eezhova | dims, hi! wanted to ask when it is possible to try to make oslo.service release? | 14:39 |
eezhova | dims, this week, perhaps? | 14:40 |
*** rpodolyaka1 has quit IRC | 14:42 | |
dims | eezhova: everything you need is in? | 14:45 |
dims | then yes, we could do one even today | 14:45 |
dims | since it will not break anything | 14:46 |
eezhova | dims, API is fixed, basic docs are added | 14:46 |
dims | ack let me check once more | 14:46 |
eezhova | dims, can unmerged patch to openstack-infra/devstack-gate - devstack-vm-gate-wrap.sh be a problem? | 14:47 |
*** e0ne is now known as e0ne_ | 14:47 | |
*** e0ne_ is now known as e0ne | 14:47 | |
dims | eezhova: no | 14:47 |
*** rpodolyaka1 has joined #openstack-oslo | 14:47 | |
*** dulek has quit IRC | 14:48 | |
*** harlowja_at_home has joined #openstack-oslo | 14:49 | |
dims | eezhova: looks like marian's review ran into issues - https://review.openstack.org/#/c/190175/ | 14:49 |
*** stevemar has joined #openstack-oslo | 14:50 | |
eezhova | dims, last I looked there was a problem with a test he added | 14:50 |
*** kgiusti has joined #openstack-oslo | 14:51 | |
eezhova | dims, do you prefer to make a release after his patch merges? | 14:52 |
eezhova | dims, I'm afraid I have to go now, so we probably can postpone the release until tomorrow? | 14:57 |
*** kgiusti1 has joined #openstack-oslo | 15:01 | |
*** kgiusti has quit IRC | 15:02 | |
dims | sure eezhova | 15:02 |
harlowja_at_home | eezhova, https://review.openstack.org/#/c/191710/ dims also if u are interested | 15:03 |
harlowja_at_home | i'm hoping the ironic folks can be a good test-bed for moving to futurist and can maybe even figure out the best way to adapt it to oslo.service | 15:03 |
harlowja_at_home | and then we'll be able to use that model for others (as we want/choose to) | 15:03 |
*** achanda has quit IRC | 15:03 | |
openstackgerrit | Marian Horban proposed openstack/oslo.service: Eventlet service fixed https://review.openstack.org/192239 | 15:03 |
openstackgerrit | Marian Horban proposed openstack/oslo.service: Graceful shutdown WSGI/RPC server https://review.openstack.org/190175 | 15:04 |
*** jaypipes has quit IRC | 15:06 | |
openstackgerrit | Joshua Harlow proposed openstack/oslo.utils: Use monotonic lib. to avoid finding monotonic time function https://review.openstack.org/190377 | 15:09 |
*** achanda has joined #openstack-oslo | 15:10 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Use monotonic lib. to avoid finding monotonic time function https://review.openstack.org/190381 | 15:10 |
harlowja_at_home | monotonic has landed into g-r, yaaaaa | 15:11 |
harlowja_at_home | 2 years after i initially proposed it, woot, lol | 15:12 |
harlowja_at_home | ha | 15:12 |
harlowja_at_home | https://review.openstack.org/#/c/190377/ dims if u get a chance (one that rechecks) | 15:12 |
*** yamahata has quit IRC | 15:12 | |
haypo | harlowja_at_home: great | 15:19 |
haypo | harlowja_at_home: next step is to configure eventlet to use it! | 15:19 |
harlowja_at_home | haypo, now just release your version/lib ;) | 15:19 |
harlowja_at_home | oh, u talking about the futurist stuff | 15:20 |
haypo | harlowja_at_home: i remember that eventlet uses the system clock which is not monotonic | 15:20 |
harlowja_at_home | ah | 15:20 |
harlowja_at_home | ya, i've heard that to | 15:20 |
haypo | harlowja_at_home: i'm replying to your monotonoic stuff | 15:20 |
openstackgerrit | Marian Horban proposed openstack/oslo.service: Eventlet service fixed https://review.openstack.org/192239 | 15:20 |
harlowja_at_home | haypo, kk :) | 15:20 |
harlowja_at_home | ya, there is some extra monkey patch required for that i hear haypo | 15:20 |
harlowja_at_home | double monkey patching, lol | 15:20 |
haypo | harlowja_at_home: i'm not really motivate to reimplement the pep418, it already took several months to implement it in python 3 :-p | 15:20 |
harlowja_at_home | ultra-monkey-patch | 15:21 |
harlowja_at_home | haypo, fair enough :) | 15:21 |
harlowja_at_home | btw haypo https://bugs.python.org/issue24451 (patch there); was that what u were thinking (if u get some time) | 15:21 |
haypo | WTF? i wrote https://wiki.openstack.org/wiki/Oslo/blueprints/time_monotonic ?? | 15:21 |
* harlowja_at_home needs to sign the PSF cla stuffs | 15:21 | |
harlowja_at_home | it says 'Victor Stinner - victor.stinner@enovance.com' | 15:22 |
harlowja_at_home | lol | 15:22 |
harlowja_at_home | guess thats u | 15:22 |
haypo | harlowja_at_home: someone hijacked my username | 15:22 |
harlowja_at_home | https://wiki.openstack.org/w/index.php?title=Oslo/blueprints/time_monotonic&action=info | 15:22 |
harlowja_at_home | lol | 15:22 |
harlowja_at_home | Date of page creation14:43, 7 April 2014 | 15:22 |
haypo | seriously, i don't remember that | 15:22 |
harlowja_at_home | :-P | 15:22 |
openstackgerrit | Marian Horban proposed openstack/oslo.service: Graceful shutdown WSGI/RPC server https://review.openstack.org/190175 | 15:22 |
haypo | harlowja_at_home: well, this guy confirms that eventlet uses the wrong clock | 15:23 |
harlowja_at_home | lol | 15:23 |
harlowja_at_home | ya, ultra-monkey-patch | 15:23 |
harlowja_at_home | monkey patching the thing that monkey patches the other things, lol | 15:23 |
haypo | 2. Make eventlet's hub use it: | 15:24 |
haypo | eventlet.hubs._threadlocal.hub = | 15:24 |
haypo | eventlet.hubs.get_default_hub().Hub(monotonic_time) | 15:24 |
harlowja_at_home | ya, i wonder if we can get a eventlet API in eventlet that does this automatically... | 15:24 |
harlowja_at_home | vs ultra-monkey-patching it in | 15:24 |
harlowja_at_home | u'd think the eventlet folks would be receptive to that... | 15:24 |
haypo | see also https://github.com/eventlet/eventlet/issues/132 | 15:24 |
harlowja_at_home | ya, maybe should just get a PR there then or something | 15:25 |
harlowja_at_home | and u should release https://bitbucket.org/haypo/misc/src/tip/python/pep418.py as a lib lol | 15:25 |
*** achanda has quit IRC | 15:25 | |
haypo | harlowja_at_home: there are not enough libs to get a monotonic clock? | 15:26 |
harlowja_at_home | more libs! | 15:26 |
harlowja_at_home | lol | 15:26 |
harlowja_at_home | yours looks more comprehensive (from a glance) | 15:26 |
openstackgerrit | Merged openstack/automaton: Updated from global requirements https://review.openstack.org/191616 | 15:29 |
haypo | harlowja_at_home: the best would be to fix the issue in eventlet directly | 15:30 |
harlowja_at_home | haypo, yup | 15:30 |
harlowja_at_home | agreed | 15:30 |
haypo | harlowja_at_home: it's a shame that eventlet doesn't use a monotonic clock for timeouts :-/ | 15:30 |
harlowja_at_home | yup | 15:30 |
harlowja_at_home | +200 | 15:30 |
harlowja_at_home | dims, dhellmann https://review.openstack.org/#/c/191985/ if u are intersted also | 15:34 |
harlowja_at_home | poof goes the ironic copy (or first steps at that) | 15:34 |
* harlowja_at_home probably should rework there exception usage in a later patch... | 15:35 | |
*** rjaiswal has joined #openstack-oslo | 15:37 | |
*** tsekiyama has joined #openstack-oslo | 15:37 | |
dims | dhellmann: https://review.openstack.org/#/c/190288/ - do we start writing tests? :( | 15:39 |
*** jgrimm is now known as zz_jgrimm | 15:41 | |
harlowja_at_home | jd__, in https://review.openstack.org/#/c/182146/ do u know where the results u found that failed are? :-P | 15:43 |
harlowja_at_home | 'the original failure looks suspicious, race condition in the group part of the file driver?' ? | 15:43 |
harlowja_at_home | doesn't know if jenkins keeps the X recheck logs, lol | 15:44 |
harlowja_at_home | if it triggers again, i guess we'll find out then :-P | 15:45 |
jd__ | harlowja_at_home: http://logs.openstack.org/46/182146/6/check/gate-tooz-python34/a090843/console.html | 15:46 |
*** zz_jgrimm is now known as jgrimm | 15:46 | |
jd__ | harlowja_at_home: just scroll in the history of the review :) | 15:46 |
harlowja_at_home | hmmm, u killed the unpacking | 15:47 |
harlowja_at_home | lol | 15:47 |
harlowja_at_home | Unpack failed: error = 0 | 15:47 |
harlowja_at_home | lol | 15:47 |
harlowja_at_home | super-duper-error-messages | 15:47 |
harlowja_at_home | lol | 15:47 |
*** ihrachyshka has quit IRC | 15:47 | |
harlowja_at_home | i'll see what i can find, probably getting someone deleting a file while its being read or something... | 15:48 |
*** yassine has quit IRC | 15:50 | |
harlowja_at_home | error = 0 obviously, lol | 15:50 |
*** arnaud___ has joined #openstack-oslo | 15:52 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/oslo-incubator: Add last_request_id only if it is not none https://review.openstack.org/190288 | 15:54 |
*** harlowja_at_home has quit IRC | 15:54 | |
dims | harlowja: jd__: easy one hopefully ^^ | 15:55 |
ttx | dims: would be good to mention your liberty cycle requests in the "horizontal" section of the cross-project meeting today | 15:57 |
ttx | to give it extra attention | 15:57 |
dims | ttx: ack. unfortunately i won't make it today. will request dhellmann to spot-light it | 15:58 |
dims | ttx: good idea | 15:58 |
*** sputnik13 has joined #openstack-oslo | 16:03 | |
openstackgerrit | Merged openstack/futurist: Use monotonic lib. to avoid finding monotonic time function https://review.openstack.org/190386 | 16:05 |
*** haypo has quit IRC | 16:06 | |
*** achanda has joined #openstack-oslo | 16:10 | |
*** dikonoor has quit IRC | 16:14 | |
*** browne has joined #openstack-oslo | 16:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/futurist: Updated from global requirements https://review.openstack.org/192278 | 16:23 |
*** amotoki has quit IRC | 16:28 | |
dims | dhellmann: ping | 16:28 |
*** coreywright has joined #openstack-oslo | 16:28 | |
dhellmann | dims: I can mention the email for you | 16:28 |
*** ashleighfarnham has joined #openstack-oslo | 16:29 | |
dims | dhellmann: thanks! one more - oslo.cache, looks like we just populated it from cookie cutter. what are my choices if i want to get some files from keystone and add it to oslo.cache? | 16:29 |
dhellmann | dims: for https://review.openstack.org/#/c/190288 are we breaking any backwards-compatibility requirements by changing the behavior? | 16:29 |
dhellmann | dims: you want to save the history? | 16:29 |
dims | dhellmann: not that i can tell | 16:30 |
dhellmann | dims: the header won't be there if the request id isn't set, right? | 16:30 |
dims | dhellmann: right | 16:31 |
dhellmann | would anything be expecting the header to be present and empty? | 16:31 |
dims | dhellmann: i grepped all the codebases i had for x_request_id and did not see anything fishy i could break | 16:33 |
*** dikonoor has joined #openstack-oslo | 16:33 | |
dhellmann | dims: ok | 16:34 |
*** arnaud___ has quit IRC | 16:35 | |
dims | dhellmann: this header was in support of https://bugs.launchpad.net/heat/+bug/1342922 which points to a cross project spec - https://review.openstack.org/#/c/156508/ - so it seems like no one has used it yet | 16:36 |
openstack | Launchpad bug 1342922 in heat "request id not captured" [Medium,Triaged] | 16:36 |
dims | dhellmann: on the other topic, trying to avoid 105+ reviews from keystone | 16:38 |
dims | history | 16:38 |
dims | like what we ended up for versionutils | 16:38 |
*** ViswaV has joined #openstack-oslo | 16:38 | |
dhellmann | dims: ok, I'm +2 on the client change then | 16:39 |
*** vilobhmm has joined #openstack-oslo | 16:39 | |
dhellmann | dims: for the history import, with that many patches we need to talk to the infra team about how to import it as a branch and then we can review the merge commit to bring it into master | 16:39 |
dims | dhellmann: cool | 16:40 |
dims | will raise it there | 16:40 |
dhellmann | ++ | 16:40 |
*** rushiagr_away is now known as rushiagr | 16:43 | |
*** sputnik13 has quit IRC | 16:45 | |
*** e0ne has quit IRC | 16:48 | |
dims | sdague: when you get a chance, a g-r bump for oslo.utils please - https://review.openstack.org/#/c/191965/ | 16:50 |
sdague | dims: done | 16:52 |
dims | much appreciated! :) | 16:52 |
*** sputnik13 has joined #openstack-oslo | 16:52 | |
*** sputnik13 has quit IRC | 16:53 | |
*** sputnik13 has joined #openstack-oslo | 16:53 | |
coreywright | dims: alaski said you might know 1. who we can graciously ask to review https://review.openstack.org/191242 and 2. what oslo.messaging's release timeline is (if/when we get something merged, how long will it take to make a release) | 16:56 |
dhellmann | coreywright: we try to release as often as weekly, though it depends on where we are in the cycle | 16:56 |
coreywright | dhellmann: yeah, that's what i was curious about: where in the cycle is oslo.messaging? | 16:57 |
dhellmann | well, I meant that we're unlikely to release the week of a milestone or other deadline, but otherwise watch for releases on monday/tuesday of any given week | 16:57 |
coreywright | gotcha | 16:58 |
dims | dhellmann: L-1 is next week right? | 16:58 |
dims | coreywright: yep, will review. | 16:59 |
dhellmann | dims: yes | 16:59 |
coreywright | dims: thanks! right now just getting it reviewed is my biggest concern | 16:59 |
dims | coreywright: ack | 16:59 |
*** ihrachyshka has joined #openstack-oslo | 17:00 | |
*** cdent has quit IRC | 17:02 | |
*** rpodolyaka1 has quit IRC | 17:06 | |
*** rpodolyaka1 has joined #openstack-oslo | 17:06 | |
*** amotoki has joined #openstack-oslo | 17:11 | |
harlowja | sputnik13 relasre of taskflow ok with u? | 17:12 |
coreywright | dims: thanks for the review! | 17:13 |
sigmavirus24 | stevemar: stop trying to help people on the mailing list | 17:13 |
*** rpodolyaka1 has quit IRC | 17:15 | |
stevemar | sigmavirus24, my help magically fixed devstack tho | 17:15 |
coreywright | sileht: thanks for the review on 191242! | 17:15 |
sigmavirus24 | stevemar: I don't believe that | 17:16 |
stevemar | sigmavirus24, don't you believe in magic? | 17:16 |
sigmavirus24 | on | 17:16 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/automaton: Updated from global requirements https://review.openstack.org/192293 | 17:18 |
harlowja | well thats a odd review, lol | 17:19 |
*** sdake has quit IRC | 17:19 | |
harlowja | +0 -0 :-/ | 17:19 |
*** sdake_ has joined #openstack-oslo | 17:19 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/futurist: Updated from global requirements https://review.openstack.org/192278 | 17:19 |
harlowja | hmmm, weird reviews | 17:21 |
harlowja | updating setup.py with no changes :-/ | 17:21 |
*** rushiagr is now known as rushiagr_away | 17:25 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.cache: Updated from global requirements https://review.openstack.org/192303 | 17:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.concurrency: Updated from global requirements https://review.openstack.org/192304 | 17:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.context: Updated from global requirements https://review.openstack.org/192305 | 17:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.db: Updated from global requirements https://review.openstack.org/192306 | 17:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.i18n: Updated from global requirements https://review.openstack.org/192307 | 17:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.log: Updated from global requirements https://review.openstack.org/192308 | 17:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.middleware: Updated from global requirements https://review.openstack.org/192309 | 17:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.policy: Updated from global requirements https://review.openstack.org/192310 | 17:26 |
*** ViswaV has quit IRC | 17:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.reports: Updated from global requirements https://review.openstack.org/191618 | 17:26 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.serialization: Updated from global requirements https://review.openstack.org/192311 | 17:26 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.service: Updated from global requirements https://review.openstack.org/192312 | 17:26 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.utils: Updated from global requirements https://review.openstack.org/192313 | 17:26 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.versionedobjects: Updated from global requirements https://review.openstack.org/192314 | 17:26 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.vmware: Updated from global requirements https://review.openstack.org/192315 | 17:26 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslosphinx: Updated from global requirements https://review.openstack.org/192316 | 17:26 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslotest: Updated from global requirements https://review.openstack.org/192317 | 17:26 |
harlowja | ok, those seem all messed up :-/ | 17:27 |
harlowja | and/or odd | 17:27 |
*** yamahata has joined #openstack-oslo | 17:36 | |
*** achanda has quit IRC | 17:36 | |
*** sputnik13 has quit IRC | 17:36 | |
*** jaypipes has joined #openstack-oslo | 17:37 | |
bknudson | the permissions were changed.old mode 100755new mode 100644 | 17:38 |
harlowja | ah | 17:38 |
harlowja | k | 17:38 |
bknudson | harlowja: I don't know if it's expected or not. | 17:39 |
harlowja | seems ok i guess, not sure if it matters | 17:39 |
*** Ritz has joined #openstack-oslo | 17:40 | |
*** sputnik13 has joined #openstack-oslo | 17:42 | |
*** rjaiswal has quit IRC | 17:44 | |
sputnik13 | harlowja +1000000 | 17:46 |
sputnik13 | for taskflow release | 17:46 |
sputnik13 | :) | 17:46 |
harlowja | 1 trillion billiion | 17:46 |
harlowja | ok dhellmann if u get some time, can i request a taskflow 0.11 release + tag for commit d2c01658d0 | 17:47 |
harlowja | verifed by sputnik13 | 17:47 |
harlowja | :-P | 17:47 |
dhellmann | harlowja: I can do it now if you'll be around for a while in case it breaks something | 17:48 |
harlowja | i will be | 17:48 |
harlowja | thx :) | 17:48 |
dhellmann | harlowja: it looks like that's HEAD, right? | 17:49 |
harlowja | correct | 17:49 |
dhellmann | ok. When do you think you'll be hitting a 1.0? | 17:49 |
harlowja | hmmmmm | 17:49 |
harlowja | sputnik13 what u think? | 17:50 |
harlowja | :-P | 17:50 |
sputnik13 | ummm, "depends" :) | 17:50 |
dhellmann | ok, now that you're in several projects I think you should count on a 1.0 by the end of this cycle | 17:50 |
dhellmann | harlowja: tag done | 17:51 |
*** dikonoor has quit IRC | 17:51 | |
sputnik13 | the speed up stuff that harlowja has been working on, improvements on logging, and some of the convenience/accessibility stuff we've been talking about | 17:51 |
sputnik13 | I feel like these should all be done before a 1.0 | 17:51 |
sputnik13 | what do you think harlowja | 17:51 |
harlowja | seems fair to me | 17:51 |
harlowja | sputnik13 oh, and want to drop all deprecationed things for 1.0 | 17:52 |
harlowja | that seems fine with me | 17:53 |
harlowja | *deprecated things* | 17:54 |
sputnik13 | deprecate all the things? | 17:54 |
harlowja | :-P | 17:54 |
harlowja | yes, that, lol | 17:54 |
harlowja | *mainly remove all deprecated things tagged with debtcollector for 1.0 as that stuff shouldn't really be in a 1.0 release | 17:55 |
harlowja | *imho | 17:55 |
sputnik13 | end of this cycle gives us... 4 months? | 17:56 |
sputnik13 | 5? | 17:56 |
Ritz | Hello Oslo Gurus ! I am working on a issue to stop oslo Notification listeneners gracefully , i am able to stop the listener now but there seems to be 2 problems | 17:56 |
harlowja | sputnik13 something like that i guess | 17:56 |
Ritz | 1>Wait doesnt wait for the current process to finish | 17:57 |
*** achanda has joined #openstack-oslo | 17:57 | |
Ritz | 2>I added a delay teporararily so that i can finish the execution of current ongoing process and looks like since i had stopped the listener it is unable to communicate back with Rabbbit | 17:58 |
Ritz | 2015-06-16 17:48:58,387 - attis-server - DEBUG - Traceback (most recent call last): 2015-06-16 17:48:58,387 - attis-server - DEBUG - File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/eventlet/hubs/poll.py", line 115, in wait 2015-06-16 17:48:58,388 - attis-server - DEBUG - listener.cb(fileno) 2015-06-16 17:48:58,388 - attis-server - DEBUG - File "/opt/stack/venvs/openstack/local/lib/python2.7/site-pac | 17:58 |
Ritz | 2015-06-16 17:48:58,389 - attis-server - DEBUG - self._resolve_links() 2015-06-16 17:48:58,389 - attis-server - DEBUG - File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/eventlet/greenthread.py", line 232, in _resolve_links 2015-06-16 17:48:58,389 - attis-server - DEBUG - f(self, *ca, **ckw) 2015-06-16 17:48:58,390 - attis-server - DEBUG - File "/opt/stack/venvs/openstack/local/lib/python2.7/site- | 17:58 |
Ritz | 2015-06-16 17:48:58,390 - attis-server - DEBUG - File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/oslo_messaging/_executors/impl_eventlet.py", line 51, in complete 2015-06-16 17:48:58,390 - attis-server - DEBUG - exit(None, None, None) 2015-06-16 17:48:58,391 - attis-server - DEBUG - File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ 2015-06-16 17:48:58,391 - attis-server - DEBUG - sel | 17:59 |
Ritz | 2015-06-16 17:48:58,392 - attis-server - DEBUG - File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/oslo_messaging/notify/dispatcher.py", line 77, in __call__ 2015-06-16 17:48:58,392 - attis-server - DEBUG - incoming.acknowledge() | 17:59 |
Ritz | 2015-06-16 17:48:58,393 - attis-server - DEBUG - File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 78, in acknowledge 2015-06-16 17:48:58,393 - attis-server - DEBUG - self.acknowledge_callback() | 17:59 |
Ritz | 2015-06-16 17:48:58,394 - attis-server - DEBUG - File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py", line 138, in acknowledge | 17:59 |
harlowja | :-/ | 17:59 |
harlowja | paste.openstack.org ? | 17:59 |
Ritz | oops sorry | 18:00 |
harlowja | np :) | 18:00 |
*** rpodolyaka1 has joined #openstack-oslo | 18:00 | |
Ritz | http://paste.openstack.org/show/295863/ | 18:00 |
*** ViswaV has joined #openstack-oslo | 18:00 | |
*** ViswaV has quit IRC | 18:05 | |
*** rpodolyaka1 has quit IRC | 18:07 | |
*** rpodolyaka1 has joined #openstack-oslo | 18:08 | |
*** ViswaV has joined #openstack-oslo | 18:08 | |
Ritz | due to this problem my service doesnt gracefully stop and then when i wait (sleep for some time) and then stop the server and again start the server later the message is again requeued and start processing all over again | 18:10 |
Ritz | does any one have any experience with this ? | 18:11 |
*** ihrachyshka has quit IRC | 18:12 | |
dhellmann | Ritz: are you using the oslo service framework, or did you build your own? because I think this works within the service framework | 18:13 |
Ritz | i havent built my own.. i am just using oslo messaging eventlet executor | 18:14 |
dhellmann | Ritz: are you using oslo.service or the similar code from oslo-incubator? | 18:15 |
Ritz | sorry for my lack of knowledge but i am not using oslo.service | 18:16 |
dhellmann | Ritz: ok, you might want to look at how that works to see if it gives any clues about what's different with your project. | 18:18 |
dhellmann | Ritz: I think http://git.openstack.org/cgit/openstack/oslo.service/tree/oslo_service/service.py#n518 is the relevant line | 18:18 |
dhellmann | hmm, well, maybe not that line | 18:18 |
Ritz | ok .. | 18:19 |
dhellmann | Ritz: you need an example of a project that sets up a service with oslo.messaging, I guess. Most of the other projects to be doing that. | 18:20 |
* krotscheck hasn't been able to nail down gordc recently | 18:21 | |
krotscheck | I have a patch chain in oslo_middleware, can any of the other cores look at it and give me feedback? https://review.openstack.org/#/c/190753/1 | 18:22 |
krotscheck | (It starts there ^^) | 18:22 |
*** achanda has quit IRC | 18:22 | |
Ritz | ok Doug | 18:23 |
Ritz | i am taking a look at that | 18:23 |
Ritz | thanks | 18:23 |
dhellmann | Ritz: are you calling stop and wait in the right order? | 18:24 |
*** crc32 has joined #openstack-oslo | 18:24 | |
dhellmann | krotscheck: it looks like https://review.openstack.org/#/c/190753/1 changes process_response() not parse_response(), is that just a typo in the commit message? | 18:25 |
openstackgerrit | Michael Krotscheck proposed openstack/oslo.middleware: Added request to process_response https://review.openstack.org/190753 | 18:26 |
krotscheck | dhellmann: Urm. Yes. Fixed. | 18:26 |
Ritz | yes i checked that code ... what i do is after i call start() i call wait() | 18:26 |
Ritz | now when i want to stop the server i have written a sigterm_handler() and then i call the stop() | 18:27 |
Ritz | it does stop the listener and if the current thread but calling wait is not working | 18:28 |
dhellmann | Ritz: ok, I think that's not going to work. Have you looked at the implementation of wait and stop? | 18:28 |
Ritz | i put some print statements in the wait() and i see it goes though most of code but it is not able to detect that currently the thread is being executed | 18:28 |
*** crc32 has quit IRC | 18:29 | |
dhellmann | http://git.openstack.org/cgit/openstack/oslo.messaging/tree/oslo_messaging/server.py | 18:29 |
Ritz | so eventually i thing it releases the connection object on abstractchannel | 18:29 |
dhellmann | wait discards the object that stop is supposed to be talking to | 18:29 |
Ritz | and thats why when the process finally finishes it doesnt get the connection object(since wait thought no more process are runin ) | 18:29 |
dhellmann | I think you need to call stop and then wait, both inside your signal handler | 18:29 |
dhellmann | Ritz: sileht may correct me, but I don't think the intent is to call stop and wait from different threads | 18:30 |
Ritz | oh | 18:31 |
Ritz | ok | 18:31 |
Ritz | lemme paste the actual code | 18:31 |
*** achanda has joined #openstack-oslo | 18:31 | |
Ritz | http://paste.openstack.org/show/296020/ This is the code which initiates and starts the server also has a sigterm handler | 18:33 |
Ritz | this is the code where actual listener is configured http://paste.openstack.org/show/296021/ | 18:33 |
Ritz | if you see i have used a singleton object so that i can get handle to the object | 18:34 |
openstackgerrit | Randall Nortman proposed openstack/oslo.messaging: Restore debug logging of each message in AMQPListener https://review.openstack.org/191242 | 18:34 |
Ritz | dont know if i am doing anything wrong :( | 18:38 |
dhellmann | Ritz: why do you call wait() on line 55? | 18:38 |
Ritz | Doug when i removed that line my service came down (may be because i am not initiating a daemon to keep my service running ) | 18:40 |
dhellmann | Ritz: ok, I think you should look at how a project like nova sets this up in their code, using the oslo-incubator version of the service classes. It does all of this stuff for you, so investing time in figuring out how it works will save you time in reinventing it. | 18:41 |
*** crc32 has joined #openstack-oslo | 18:43 | |
Ritz | ok sure i can take a look at that | 18:45 |
*** e0ne has joined #openstack-oslo | 18:47 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Use the 'driver_lock' around read operations https://review.openstack.org/192357 | 18:48 |
*** amotoki has quit IRC | 18:49 | |
*** sputnik13 has quit IRC | 18:52 | |
*** _amrith_ is now known as amrith | 18:54 | |
*** zzzeek has quit IRC | 19:04 | |
*** ozamiatin has joined #openstack-oslo | 19:05 | |
*** zzzeek has joined #openstack-oslo | 19:05 | |
*** yamahata has quit IRC | 19:06 | |
*** sdake_ is now known as sdake | 19:13 | |
openstackgerrit | Merged openstack/automaton: Updated from global requirements https://review.openstack.org/192293 | 19:14 |
*** sdake has quit IRC | 19:15 | |
*** sdake has joined #openstack-oslo | 19:16 | |
*** Rockyg has joined #openstack-oslo | 19:16 | |
*** exploreshaifali has quit IRC | 19:17 | |
*** achanda has quit IRC | 19:18 | |
openstackgerrit | Joshua Harlow proposed openstack/futurist: Allow adding periodic callables at runtime https://review.openstack.org/191998 | 19:21 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo-incubator: Updated from global requirements https://review.openstack.org/192381 | 19:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.concurrency: Updated from global requirements https://review.openstack.org/192304 | 19:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.db: Updated from global requirements https://review.openstack.org/192306 | 19:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.log: Updated from global requirements https://review.openstack.org/192308 | 19:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.messaging: Updated from global requirements https://review.openstack.org/192382 | 19:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.serialization: Updated from global requirements https://review.openstack.org/192311 | 19:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.versionedobjects: Updated from global requirements https://review.openstack.org/192314 | 19:22 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/oslo.vmware: Updated from global requirements https://review.openstack.org/192315 | 19:22 |
*** harlowja has quit IRC | 19:25 | |
openstackgerrit | Merged openstack/futurist: Updated from global requirements https://review.openstack.org/192278 | 19:31 |
openstackgerrit | enikanorov proposed openstack/oslo-incubator: Allow FixedIntervalLoopingCall continue after exceptions in callee https://review.openstack.org/191530 | 19:35 |
*** rpodolyaka1 has quit IRC | 19:35 | |
*** ozamiatin has quit IRC | 19:40 | |
*** jgrimm is now known as zz_jgrimm | 19:46 | |
*** rjaiswal has joined #openstack-oslo | 19:58 | |
*** sdake_ has joined #openstack-oslo | 20:16 | |
openstackgerrit | Marian Horban proposed openstack/oslo.service: Test for instantaneous shutdown fixed https://review.openstack.org/192427 | 20:17 |
*** Kevin_Bishop has joined #openstack-oslo | 20:18 | |
*** sdake has quit IRC | 20:20 | |
*** exploreshaifali has joined #openstack-oslo | 20:28 | |
*** tsekiyam_ has joined #openstack-oslo | 20:33 | |
*** tsekiyam_ has quit IRC | 20:33 | |
*** tsekiyama has quit IRC | 20:36 | |
*** Kevin_Bishop has quit IRC | 20:44 | |
*** e0ne has quit IRC | 20:53 | |
*** ozialien has joined #openstack-oslo | 21:08 | |
ozialien | hi, after experimenting a bit with the notification api of olso I came to the conclusion that a topic is a queue prefix in rabbitmq i.e. <topic>.info, <topic>.error, <topic>.warn. And that you have to wire rabbitmq itself to put things into those 3 queues. Is this a correct conclusion or am I completely misinterpreting things. | 21:10 |
*** vilobhmm1 has joined #openstack-oslo | 21:13 | |
*** vilobhmm has quit IRC | 21:13 | |
*** harlowja has joined #openstack-oslo | 21:13 | |
*** vilobhmm has joined #openstack-oslo | 21:14 | |
*** vilobhmm1 has quit IRC | 21:17 | |
openstackgerrit | Flavio Percoco proposed openstack/oslo.messaging: Remove the amqp requirements https://review.openstack.org/192417 | 21:22 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/oslo.messaging: Ensure consumer app don't use wait before stop https://review.openstack.org/192437 | 21:23 |
*** zz_jgrimm is now known as jgrimm | 21:29 | |
openstackgerrit | Merged openstack/taskflow: Updated from global requirements https://review.openstack.org/192392 | 21:30 |
*** ndipanov has quit IRC | 21:30 | |
*** Daviey has quit IRC | 21:30 | |
openstackgerrit | Merged openstack/tooz: Updated from global requirements https://review.openstack.org/192393 | 21:37 |
openstackgerrit | Joshua Harlow proposed openstack/oslo.service: Use monotonic.monotonic and stopwatches instead of time.time https://review.openstack.org/190372 | 21:45 |
*** claudiub has quit IRC | 21:49 | |
*** stpierre has quit IRC | 21:49 | |
*** mriedem is now known as mriedem_away | 21:55 | |
*** harlowja has quit IRC | 22:00 | |
*** harlowja has joined #openstack-oslo | 22:02 | |
*** sdake_ is now known as sdake | 22:02 | |
*** ozamiatin has joined #openstack-oslo | 22:09 | |
*** jecarey has quit IRC | 22:12 | |
*** bknudson has quit IRC | 22:13 | |
openstackgerrit | Michael Krotscheck proposed openstack/oslo.middleware: Added request to parse_response https://review.openstack.org/190753 | 22:18 |
openstackgerrit | Michael Krotscheck proposed openstack/oslo.middleware: Use correct oslo_middleware.base methods in CORS middleware. https://review.openstack.org/190758 | 22:19 |
openstackgerrit | Michael Krotscheck proposed openstack/oslo.middleware: Support PasteDeploy https://review.openstack.org/191238 | 22:19 |
openstackgerrit | Michael Krotscheck proposed openstack/oslo.middleware: CORS Middleware defers to server response. https://review.openstack.org/190836 | 22:19 |
*** ashleighfarnham has quit IRC | 22:19 | |
*** ashleighfarnham has joined #openstack-oslo | 22:20 | |
*** alexpilotti has quit IRC | 22:21 | |
*** jgrimm is now known as zz_jgrimm | 22:28 | |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Use the `excutils.raise_with_cause` after doing our type check https://review.openstack.org/192448 | 22:34 |
*** ozamiatin has quit IRC | 22:34 | |
*** ozamiatin has joined #openstack-oslo | 22:36 | |
*** openstackgerrit has quit IRC | 22:38 | |
*** openstackgerrit has joined #openstack-oslo | 22:39 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Use the `excutils.raise_with_cause` after doing our type check https://review.openstack.org/192450 | 22:39 |
*** exploreshaifali has quit IRC | 22:44 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Use `encodeutils.exception_to_unicode` for exception -> string function https://review.openstack.org/192452 | 22:46 |
*** Ritz has quit IRC | 22:53 | |
openstackgerrit | Joshua Harlow proposed openstack/tooz: Use `encodeutils.exception_to_unicode` for exception -> string function https://review.openstack.org/192452 | 22:57 |
*** ashleighfarnham has quit IRC | 22:58 | |
*** shardy has quit IRC | 23:05 | |
*** sdague has quit IRC | 23:12 | |
*** sdague has joined #openstack-oslo | 23:24 | |
*** Rockyg has quit IRC | 23:26 | |
*** browne has quit IRC | 23:27 | |
*** vilobhmm has quit IRC | 23:28 | |
*** browne has joined #openstack-oslo | 23:28 | |
*** jaosorior has quit IRC | 23:35 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 23:42 | |
*** stevemar has quit IRC | 23:44 | |
*** stevemar has joined #openstack-oslo | 23:44 | |
*** zzzeek has quit IRC | 23:48 | |
*** ganso_ has quit IRC | 23:48 | |
*** Kennan2 is now known as Kennan | 23:51 | |
dims | harlowja: around? hopefully a easy one - https://review.openstack.org/#/c/190288/ - please when you get a chance | 23:54 |
openstackgerrit | Joshua Harlow proposed openstack/taskflow: Use `encodeutils.exception_to_unicode` for exception -> string function https://review.openstack.org/192458 | 23:54 |
dims | ah there you are :) | 23:54 |
harlowja | i hiding somewhere :-P | 23:54 |
*** ozamiatin has quit IRC | 23:56 | |
openstackgerrit | Merged openstack/oslo-incubator: Add last_request_id only if it is not none https://review.openstack.org/190288 | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!