*** bobh has joined #openstack-mistral | 02:45 | |
*** bobh has quit IRC | 02:46 | |
*** bobh has joined #openstack-mistral | 02:46 | |
*** bobh has quit IRC | 02:51 | |
rakhmerov | d0ugal: I thought they had said that they would think :) | 03:44 |
---|---|---|
rakhmerov | d0ugal: I was playing with all that stuff all day yesterday | 03:45 |
rakhmerov | seems like "threading" works too when we set executor_thread_pool_size to 1 | 03:46 |
*** akovi has joined #openstack-mistral | 04:15 | |
*** openstackgerrit has joined #openstack-mistral | 04:17 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral stable/rocky: Make Rally job non-voting till its failures are fixed https://review.openstack.org/611771 | 04:17 |
*** jaosorior has joined #openstack-mistral | 04:24 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: WIP: improving join https://review.openstack.org/610461 | 05:03 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: WIP: improving join https://review.openstack.org/610461 | 05:14 |
*** apetrich has joined #openstack-mistral | 05:47 | |
*** jtomasek has quit IRC | 05:58 | |
*** jtomasek has joined #openstack-mistral | 06:05 | |
*** jaosorior has quit IRC | 06:32 | |
*** jaosorior has joined #openstack-mistral | 06:34 | |
*** shardy has joined #openstack-mistral | 07:10 | |
rakhmerov | d0ugal: hi, ok to approve https://review.openstack.org/#/c/611771/ ? | 07:14 |
vgvoleg | hello everyone | 07:32 |
vgvoleg | I'm again with cache issue | 07:33 |
vgvoleg | https://bugs.launchpad.net/mistral/+bug/1797430 | 07:33 |
openstack | Launchpad bug 1797430 in Mistral "Join task fails after rerun outbound task" [High,Confirmed] - Assigned to Oleg Ovcharuk (vgvoleg) | 07:33 |
vgvoleg | What do you think guys about NOT to cache failed tasks? | 07:34 |
vgvoleg | What is bad in this approach? | 07:34 |
rakhmerov | vgvoleg: hi | 07:39 |
rakhmerov | vgvoleg: I'd recommend not to touch it for now | 07:39 |
rakhmerov | I'm working on something related and will take that into account | 07:39 |
rakhmerov | and I also fixed something related with this cache | 07:40 |
d0ugal | rakhmerov: Yup, seems fine to me | 07:59 |
d0ugal | rakhmerov: funny that rally passed in the patch to make it non-voting :-D | 08:00 |
d0ugal | #startmeeting mistral | 08:03 |
openstack | Meeting started Fri Oct 19 08:03:30 2018 UTC and is due to finish in 60 minutes. The chair is d0ugal. Information about MeetBot at http://wiki.debian.org/MeetBot. | 08:03 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 08:03 |
*** openstack changes topic to " (Meeting topic: mistral)" | 08:03 | |
openstack | The meeting name has been set to 'mistral' | 08:03 |
d0ugal | Morning Everyone. It is the Friday office hour! | 08:03 |
* d0ugal is super tired. | 08:03 | |
d0ugal | https://etherpad.openstack.org/p/mistral-office-hours | 08:03 |
d0ugal | PING ^ rakhmerov, apetrich, bobh, mcdoker181818, akovi, hardikjasani | 08:03 |
d0ugal | We have 0 untriaged bugs which is nice :) | 08:04 |
d0ugal | So, anyone want to chat about anything? | 08:04 |
d0ugal | Curious to hear what people are up to and what they are planning on working on | 08:04 |
d0ugal | and if there is anything I can help with! | 08:04 |
rakhmerov | here | 08:05 |
rakhmerov | d0ugal: want to finalize "improving join" and "workflow completion" patches within 1-2 days | 08:06 |
apetrich | o/ | 08:06 |
rakhmerov | d0ugal: it seems like "threading" works the same way as blocking if we set executor_thread_pool_size to 1 | 08:08 |
rakhmerov | not sure on 100% yet though | 08:08 |
rakhmerov | we're testing now | 08:08 |
d0ugal | Interesting | 08:09 |
rakhmerov | yeah | 08:09 |
d0ugal | Is having a thread pool size of one just the same as blocking really? | 08:09 |
d0ugal | functionally the same :) | 08:09 |
rakhmerov | so removal of "blocking" doesn't scare me too much anymore | 08:09 |
d0ugal | great | 08:09 |
rakhmerov | d0ugal: seems like the same, yes | 08:09 |
rakhmerov | issues are only with "eventlet" | 08:10 |
rakhmerov | even if the thread pool size is 1 | 08:10 |
rakhmerov | btw, I'm again observing deadlocks between green threads that we've seen before | 08:10 |
rakhmerov | so unfortunately, we can't use "eventlet" for now | 08:11 |
d0ugal | damn, where are you seeing that? | 08:11 |
rakhmerov | and we set it by default so we probably need to change it | 08:11 |
d0ugal | In your internal testing? | 08:11 |
rakhmerov | d0ugal: yeah | 08:11 |
d0ugal | Just looking at the email thread, it seems like Ben's suggestion could be quite good | 08:11 |
rakhmerov | I'm also running something locally on my laptop, I have a number of "edge case" examples that help me find issues | 08:11 |
rakhmerov | d0ugal: yep, agree | 08:12 |
d0ugal | So it seems like we have a few options to explore, which is better than before :) | 08:12 |
d0ugal | rakhmerov: Let me know when I can help reviewing the join and workflow completion patches | 08:13 |
rakhmerov | yep, I think on Monday | 08:13 |
rakhmerov | as far as join, there's a big problem with it on some use cases. That's why I'm trying to improve it | 08:13 |
rakhmerov | btw, Rally CI job fails also because of the "eventlet" executor | 08:14 |
rakhmerov | it's part of the same problem | 08:14 |
d0ugal | aha | 08:16 |
rakhmerov | yep ) | 08:18 |
csatari | Dear cores, can someone please check this https://review.openstack.org/#/c/476499/ ? | 08:26 |
rakhmerov | csatari: aah.. ok | 08:29 |
d0ugal | csatari: I'll look now! | 08:29 |
rakhmerov | d0ugal: it's been there for a while really | 08:29 |
d0ugal | Yup | 08:29 |
rakhmerov | we need to review it ) | 08:29 |
d0ugal | I am just going to look at the latest change after Vitalii's review | 08:30 |
d0ugal | oh, wow, I have draft comments from a long time ago I forgot to submit :( | 08:31 |
d0ugal | but I think they might have all been resolved. | 08:31 |
* d0ugal keeps reading | 08:31 | |
csatari | Thanks d0ugal and rakhmerov | 08:34 |
d0ugal | rakhmerov: I just need to finish reading the "install-ubuntu.rst" page, but I think I'd be happy to merge. What do you think? | 08:35 |
d0ugal | I should probably help with the install-rdo section :) | 08:35 |
d0ugal | csatari: Spotted one minor issue, but otherwise I'd be happy to +2 | 08:38 |
d0ugal | I commented on the review. | 08:38 |
csatari | Thanks. | 08:38 |
csatari | We are looking into it. | 08:38 |
openstackgerrit | Andrea Visnyei proposed openstack/mistral master: Mistral install guide https://review.openstack.org/476499 | 08:47 |
csatari | d0ugal: here is the correction ^^^^ | 08:47 |
d0ugal | csatari: Thanks! | 08:54 |
d0ugal | rakhmerov: Can you take a look sometime? I added a +2 | 08:54 |
csatari | d0ugal: Yes, install rdo part looks for contributors :) | 09:02 |
*** zigo has joined #openstack-mistral | 09:14 | |
d0ugal | #endmeeting | 09:21 |
*** openstack changes topic to "Mistral the Workflow Service for OpenStack. https://docs.openstack.org/mistral/latest/" | 09:21 | |
openstack | Meeting ended Fri Oct 19 09:21:18 2018 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 09:21 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/mistral/2018/mistral.2018-10-19-08.03.html | 09:21 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/mistral/2018/mistral.2018-10-19-08.03.txt | 09:21 |
openstack | Log: http://eavesdrop.openstack.org/meetings/mistral/2018/mistral.2018-10-19-08.03.log.html | 09:21 |
vgvoleg | rakhmerov: do you have any idea about date when it would be implemented? | 09:39 |
rakhmerov | d0ugal: had to step out.. Yes, I will, sure | 09:48 |
d0ugal | rakhmerov: thanks | 09:50 |
rakhmerov | vgvoleg: soon ) | 09:51 |
vgvoleg | rakhmerov: ahah, ok :) | 09:53 |
*** s10 has joined #openstack-mistral | 09:59 | |
openstackgerrit | Merged openstack/mistral stable/rocky: Make Rally job non-voting till its failures are fixed https://review.openstack.org/611771 | 10:35 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral stable/rocky: Update OnClauseSPec task name criteria https://review.openstack.org/611550 | 10:45 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral stable/rocky: Fix next link in get resource list rest API https://review.openstack.org/610926 | 10:46 |
akovi | Wow, I've just found out that oslo.messaging sends the RPC requests with 4 times escaped JSON content. In a random heartbeat message I found 1650 backslashes in 7332 characters. 22% is just backslashes! What happens when we send heat stacks... | 10:51 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: WIP: improving join https://review.openstack.org/610461 | 11:00 |
*** lingxian has joined #openstack-mistral | 11:30 | |
*** lxkong has quit IRC | 11:39 | |
*** lingxian is now known as lxkong | 11:40 | |
*** apetrich has quit IRC | 12:14 | |
*** gkadam has joined #openstack-mistral | 12:52 | |
*** akovi has quit IRC | 13:17 | |
*** s10 has quit IRC | 14:15 | |
*** s10 has joined #openstack-mistral | 14:21 | |
*** jistr is now known as jistr|call | 14:29 | |
*** apetrich has joined #openstack-mistral | 14:36 | |
*** bobh has joined #openstack-mistral | 14:38 | |
*** apetrich has quit IRC | 14:43 | |
*** apetrich has joined #openstack-mistral | 14:44 | |
*** jistr|call is now known as jistr | 14:47 | |
*** s10 has quit IRC | 15:01 | |
*** gkadam has quit IRC | 15:18 | |
*** bobh has quit IRC | 16:03 | |
*** openstackgerrit has quit IRC | 16:24 | |
*** shardy has quit IRC | 16:30 | |
*** openstackgerrit has joined #openstack-mistral | 16:35 | |
openstackgerrit | Merged openstack/mistral stable/rocky: Update OnClauseSPec task name criteria https://review.openstack.org/611550 | 16:35 |
*** bobh has joined #openstack-mistral | 16:35 | |
*** bobh has quit IRC | 17:34 | |
*** apetrich has quit IRC | 17:51 | |
*** apetrich has joined #openstack-mistral | 18:04 | |
*** bobh has joined #openstack-mistral | 18:26 | |
*** bobh has quit IRC | 19:18 | |
*** bobh has joined #openstack-mistral | 19:19 | |
*** bobh has quit IRC | 19:23 | |
*** bobh has joined #openstack-mistral | 19:23 | |
*** lxkong has quit IRC | 19:39 | |
*** bobh has quit IRC | 21:01 | |
*** bobh has joined #openstack-mistral | 21:01 | |
*** bobh has quit IRC | 21:05 | |
*** lingxian has joined #openstack-mistral | 22:14 | |
*** bobh has joined #openstack-mistral | 23:37 | |
*** bobh has quit IRC | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!