*** bobh has joined #openstack-mistral | 00:07 | |
*** bobh has quit IRC | 00:35 | |
*** bobh has joined #openstack-mistral | 00:51 | |
*** thrash is now known as thrash|g0ne | 00:51 | |
*** dprince has joined #openstack-mistral | 01:29 | |
*** dprince has quit IRC | 01:44 | |
*** zhurong has joined #openstack-mistral | 01:56 | |
*** bobh has quit IRC | 02:00 | |
*** gongysh has joined #openstack-mistral | 02:31 | |
*** gongysh has quit IRC | 02:32 | |
*** zhurong has quit IRC | 02:51 | |
*** bobh has joined #openstack-mistral | 03:13 | |
*** bobh has quit IRC | 03:17 | |
*** zhurong has joined #openstack-mistral | 03:33 | |
*** zhurong has quit IRC | 04:04 | |
*** gongysh has joined #openstack-mistral | 05:03 | |
*** sharatss has joined #openstack-mistral | 05:22 | |
*** sharat has joined #openstack-mistral | 05:23 | |
*** sharatss has quit IRC | 05:23 | |
*** sharat has quit IRC | 05:26 | |
*** sharatss has joined #openstack-mistral | 05:28 | |
*** zhurong has joined #openstack-mistral | 06:22 | |
*** zhurong has quit IRC | 06:43 | |
*** zhurong has joined #openstack-mistral | 06:49 | |
*** zhurong has quit IRC | 07:05 | |
*** openstackgerrit has joined #openstack-mistral | 07:22 | |
openstackgerrit | Istvan Imre proposed openstack/mistral master: External OpenStack action mapping file support https://review.openstack.org/425581 | 07:22 |
---|---|---|
rakhmerov | ddeja: hi Dawid, please continue with the failing tests today | 07:23 |
rakhmerov | if you have time | 07:23 |
rakhmerov | I need to switch to something else | 07:23 |
openstackgerrit | gengchc2 proposed openstack/mistral master: Remove support for py34 https://review.openstack.org/430614 | 07:38 |
*** pcastets has joined #openstack-mistral | 08:08 | |
*** chlong has quit IRC | 08:30 | |
*** chlong has joined #openstack-mistral | 08:31 | |
*** jpich has joined #openstack-mistral | 08:46 | |
ddeja | rakhmerov: Hi, sure I'll do | 08:50 |
rakhmerov | thanks :) | 08:50 |
*** dtturner has quit IRC | 08:59 | |
*** openstackgerrit has quit IRC | 09:34 | |
*** jtomasek has quit IRC | 09:45 | |
*** jtomasek has joined #openstack-mistral | 09:52 | |
*** sharatss has quit IRC | 10:04 | |
*** sharatss has joined #openstack-mistral | 10:05 | |
rakhmerov | ddeja: just FYI: I played with compression/decompression a little bit | 10:17 |
rakhmerov | it doesn't give a performance boost | 10:17 |
rakhmerov | the only way compatible with our RPC (it uses json serialization internally) I found is to compress into bytes and then represent it in base64 (so that it can be in json) | 10:18 |
rakhmerov | but that takes too much CPU | 10:18 |
rakhmerov | ~same time as to transfer uncompressed data over RPC | 10:18 |
rakhmerov | :) | 10:18 |
rakhmerov | plus base64 strings increases data size on ~30% | 10:19 |
*** sharatss has quit IRC | 10:21 | |
ddeja | rakhmerov: I see | 10:22 |
*** sharatss has joined #openstack-mistral | 10:42 | |
rakhmerov | ddeja: remember there was a problem with iteration in kombu RPC? | 10:55 |
rakhmerov | wasn't it fixed already? | 10:55 |
ddeja | it was fixed I belive | 10:56 |
rakhmerov | File "/Users/renat/workspace/openstack/mistral_group/mistral/mistral/engine/rpc_backend/kombu/kombu_listener.py", line 35, in __init__ | 10:56 |
rakhmerov | self.connection = self._connections.next() | 10:56 |
rakhmerov | AttributeError: 'itertools.cycle' object has no attribute 'next' | 10:56 |
ddeja | It seems I've missed a place | 10:57 |
rakhmerov | hm.. I just updated mistral from master and am still getting this error | 10:57 |
rakhmerov | ooh, it's a different place? | 10:57 |
ddeja | rakhmerov: maybe | 10:57 |
rakhmerov | ok, please check it | 10:58 |
ddeja | hm, that's strange, I've searched in kombu drivectory for 'next' | 10:58 |
ddeja | but I've somehow missed this one | 10:58 |
*** openstackgerrit has joined #openstack-mistral | 11:02 | |
openstackgerrit | Dawid Deja proposed openstack/mistral master: Fix for failing services on py3 with kombu driver https://review.openstack.org/430764 | 11:02 |
ddeja | rakhmerov: ^^ | 11:02 |
rakhmerov | ok | 11:02 |
rakhmerov | thank you | 11:02 |
rakhmerov | ddeja: btw, Dawid, with your Kombu RPC my performance test works 1.5 faster :) | 11:08 |
rakhmerov | 4 sec vs 6 sec | 11:09 |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Remove support for py34 https://review.openstack.org/430838 | 11:13 |
rakhmerov | kong, d0ugal: guys, please approve if you're around | 11:14 |
rakhmerov | https://review.openstack.org/#/c/430764/ | 11:14 |
kong | rakhmerov: sure, i can do it before go to bed | 11:15 |
rakhmerov | thanks kong | 11:17 |
rakhmerov | kong: how's it going? | 11:17 |
openstackgerrit | Sharat Sharma proposed openstack/mistral-lib master: Remove support for py34 https://review.openstack.org/430840 | 11:18 |
rakhmerov | ddeja: so Dawid, I'm definitely going to push Kombu RPC as the main option | 11:18 |
rakhmerov | the reason is obvious for me now | 11:18 |
rakhmerov | we also need to think what is missing in it now | 11:18 |
rakhmerov | heartbeats maybe (not sure if they are needed), something else | 11:19 |
kong | rakhmerov: i moved the bug targeted to ocata-rc2 | 11:20 |
rakhmerov | which one? | 11:20 |
kong | https://bugs.launchpad.net/mistral/+bug/1661201 | 11:20 |
openstack | Launchpad bug 1661201 in Mistral "Mistral fails to start in python 3 using kombu driver" [High,Fix released] - Assigned to Dawid Deja (dawid-deja-0) | 11:20 |
kong | the one that patsh was trying to fix | 11:20 |
rakhmerov | ooh, yes | 11:21 |
rakhmerov | thanks | 11:21 |
rakhmerov | the bug is fixed now for sure, I just tested it locally | 11:21 |
kong | rakhmerov: awesome :-) | 11:22 |
* kong has to sleep | 11:22 | |
rakhmerov | ok | 11:23 |
ddeja | rakhmerov: that's awesome | 11:28 |
rakhmerov | yeah | 11:28 |
rakhmerov | 50% improvement just by switching RPC | 11:29 |
ddeja | that's cool | 11:30 |
* ddeja needs to drop for an 1,5h, then be back | 11:31 | |
*** jkilpatr has quit IRC | 11:41 | |
openstackgerrit | Merged openstack/mistral master: External OpenStack action mapping file support https://review.openstack.org/425581 | 11:48 |
*** gongysh has quit IRC | 11:53 | |
*** brunograz has joined #openstack-mistral | 11:58 | |
*** brunograz has quit IRC | 11:58 | |
*** brunograz has joined #openstack-mistral | 11:58 | |
*** jkilpatr has joined #openstack-mistral | 12:02 | |
*** jkilpatr has quit IRC | 12:03 | |
*** jkilpatr has joined #openstack-mistral | 12:04 | |
*** sharatss has quit IRC | 12:17 | |
*** sharatss has joined #openstack-mistral | 12:17 | |
openstackgerrit | Sharat Sharma proposed openstack/mistral master: Support i18n for LOG.warning https://review.openstack.org/430866 | 12:18 |
*** thrash|g0ne is now known as thrash | 12:28 | |
*** jkilpatr has quit IRC | 12:32 | |
*** jkilpatr has joined #openstack-mistral | 12:45 | |
*** gongysh has joined #openstack-mistral | 12:55 | |
*** catintheroof has joined #openstack-mistral | 13:08 | |
*** bobh has joined #openstack-mistral | 13:08 | |
openstackgerrit | Merged openstack/mistral master: Fix for failing services on py3 with kombu driver https://review.openstack.org/430764 | 13:09 |
*** bobh has quit IRC | 13:09 | |
*** dprince has joined #openstack-mistral | 13:15 | |
*** sharatss has quit IRC | 13:23 | |
*** sharatss has joined #openstack-mistral | 13:24 | |
*** AlexeyAbashkin has joined #openstack-mistral | 13:42 | |
*** AlexeyAbashkin has quit IRC | 13:42 | |
*** sharatss has quit IRC | 13:45 | |
*** zhurong has joined #openstack-mistral | 13:56 | |
*** brunograz has left #openstack-mistral | 14:03 | |
*** AlexeyAbashkin has joined #openstack-mistral | 14:13 | |
*** toure|biab is now known as toure | 14:42 | |
*** AlexeyAbashkin has quit IRC | 15:05 | |
rakhmerov | ddeja: any progress with those failing tests? | 15:21 |
*** rbrady has quit IRC | 15:43 | |
*** zhurong has quit IRC | 16:25 | |
*** thrash is now known as thrash|f00dz | 16:44 | |
*** rbrady has joined #openstack-mistral | 17:00 | |
*** rbrady has quit IRC | 17:00 | |
*** rbrady has joined #openstack-mistral | 17:00 | |
*** jaosorior has joined #openstack-mistral | 17:21 | |
*** jkilpatr has quit IRC | 17:40 | |
*** thrash|f00dz is now known as thrash | 17:49 | |
*** jpich has quit IRC | 17:53 | |
*** jkilpatr has joined #openstack-mistral | 17:55 | |
*** jamielennox is now known as jamielennox|away | 18:00 | |
*** dprince has quit IRC | 18:04 | |
*** Kevin_Zheng has quit IRC | 18:35 | |
*** lkannan has quit IRC | 18:35 | |
*** kozhukalov has quit IRC | 18:35 | |
*** evgenyl has quit IRC | 18:35 | |
*** cargonza has quit IRC | 18:37 | |
*** kong has quit IRC | 18:37 | |
*** jkilpatr has quit IRC | 18:42 | |
*** jkilpatr has joined #openstack-mistral | 18:42 | |
*** rbrady is now known as rbrady-afk | 18:54 | |
*** dprince has joined #openstack-mistral | 19:16 | |
*** lkannan has joined #openstack-mistral | 19:30 | |
*** kozhukalov has joined #openstack-mistral | 19:33 | |
*** evgenyl has joined #openstack-mistral | 19:34 | |
*** Kevin_Zheng has joined #openstack-mistral | 19:43 | |
*** rbrady-afk is now known as rbrady | 19:46 | |
*** kong has joined #openstack-mistral | 19:59 | |
*** jaosorior has quit IRC | 20:02 | |
*** cargonza has joined #openstack-mistral | 20:10 | |
openstackgerrit | Andreas Jaeger proposed openstack/mistral master: Prepare for using standard python tests https://review.openstack.org/431143 | 20:15 |
*** jaosorior has joined #openstack-mistral | 20:42 | |
*** jamielennox|away is now known as jamielennox | 21:03 | |
*** jaosorior has quit IRC | 21:56 | |
*** dprince has quit IRC | 22:09 | |
*** jkilpatr has quit IRC | 22:28 | |
*** jkilpatr has joined #openstack-mistral | 22:56 | |
*** catintheroof has quit IRC | 23:25 | |
*** zhurong has joined #openstack-mistral | 23:30 | |
*** zhurong has quit IRC | 23:36 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!