Thursday, 2018-02-01

openstackgerritVitalii Solodilov proposed openstack/mistral master: Fixed false positive retrying task if action is already completed  https://review.openstack.org/53974500:19
mattybrennanmcdoker181818: yay!00:21
mcdoker181818mattybrennan: Thank you for reporting of bug :)00:29
openstackgerritVitalii Solodilov proposed openstack/mistral master: Add the 'error_data' parameter to the FailAction  https://review.openstack.org/52854300:33
*** yangyapeng has quit IRC00:36
*** zhurong has joined #openstack-mistral00:37
*** kushalagrawal has quit IRC00:41
*** kushalagrawal has joined #openstack-mistral00:42
*** thrash is now known as thrash|g0ne\01:00
*** thrash|g0ne\ is now known as thrash|g0ne01:00
*** jistr has quit IRC01:01
*** jistr has joined #openstack-mistral01:02
*** mattybrennan has quit IRC01:17
*** yangyapeng has joined #openstack-mistral01:19
openstackgerritchenxiangui proposed openstack/mistral master: Fixing grammar mistake  https://review.openstack.org/53622201:29
*** apetrich has quit IRC01:37
*** apetrich has joined #openstack-mistral01:37
*** kushalagrawal has quit IRC01:42
*** kushalagrawal has joined #openstack-mistral01:44
*** kushalagrawal has quit IRC02:00
*** kushalagrawal has joined #openstack-mistral02:01
openstackgerritwanghui proposed openstack/mistral-specs master: Fix a typo of "authentication" in comment  https://review.openstack.org/53976702:25
*** threestrands has joined #openstack-mistral02:27
*** threestrands has quit IRC02:27
*** threestrands has joined #openstack-mistral02:27
*** kushalagrawal has quit IRC02:59
*** kushalagrawal has joined #openstack-mistral03:00
*** daidv has quit IRC03:19
*** daidv has joined #openstack-mistral03:19
*** hardikjasani has joined #openstack-mistral03:47
*** harlowja has quit IRC04:12
*** kushalagrawal has quit IRC04:21
*** kushalagrawal has joined #openstack-mistral04:22
rakhmerovdhellmann: regarding https://review.openstack.org/#/c/514675, yes, it's backwards compatible04:32
rakhmerovit will still be possible to use task_execution_id but it will be deprecated04:32
rakhmerovdhellmann: as far as the release for mistral-lib, we didn't really need a release for it but I didn't think about stable/queens branch04:33
rakhmerovlet me discuss it with d0ugal, we'll reply to the email and take measures04:34
*** harlowja has joined #openstack-mistral04:41
*** zhurong has quit IRC04:55
*** kushalagrawal has quit IRC05:22
*** kushalagrawal has joined #openstack-mistral05:23
*** kushalagrawal has quit IRC05:47
*** threestrands has quit IRC05:48
*** kushalagrawal has joined #openstack-mistral05:48
*** gkadam has joined #openstack-mistral05:53
*** zhurong has joined #openstack-mistral06:01
*** kushalagrawal has quit IRC06:09
*** harlowja has quit IRC06:12
*** kushalagrawal has joined #openstack-mistral06:13
*** kushalagrawal has quit IRC06:57
*** kushalagrawal has joined #openstack-mistral06:59
*** zhurong has quit IRC07:14
*** AlexeyAbashkin has joined #openstack-mistral07:18
*** gkadam has quit IRC07:19
*** zhurong has joined #openstack-mistral07:23
openstackgerritMerged openstack/mistral master: Fix some reST field lists in docstrings  https://review.openstack.org/53880807:31
*** kushalagrawal has quit IRC07:31
*** kushalagrawal has joined #openstack-mistral07:32
*** AlexeyAbashkin has quit IRC07:37
*** AlexeyAbashkin has joined #openstack-mistral07:50
*** lpigueir has joined #openstack-mistral08:04
*** josecastroleon has joined #openstack-mistral08:06
josecastroleonis anyone taking care of https://bugs.launchpad.net/mistral/+bug/1715848?08:11
openstackLaunchpad bug 1715848 in Mistral "event-engine works incorrectly in HA" [High,Triaged]08:11
*** yangyapeng has quit IRC08:25
*** yangyapeng has joined #openstack-mistral08:26
*** d0ugal has joined #openstack-mistral08:28
d0ugalrakhmerov: Hey08:28
d0ugalrakhmerov: we forgot about mistral-lib, but I guess you noticed this already08:28
rakhmerovyes :)08:29
rakhmerovd0ugal: I think it's already fine, they decided to fork from HEAD of master which is ok08:30
rakhmerovjosecastroleon: honestly, no08:30
*** kushalagrawal has quit IRC08:30
d0ugalrakhmerov: okay, good08:30
rakhmerovthe entire thing (event engine) was kind of an experiment and it's not in our priorities for now08:30
rakhmerovd0ugal: yep08:30
*** kushalagrawal has joined #openstack-mistral08:31
*** yangyapeng has quit IRC08:31
d0ugalwhat was the question about the event engine?08:31
* d0ugal was offline08:31
*** jpich has joined #openstack-mistral08:39
*** kushalagrawal has quit IRC08:48
josecastroleonrakhmerov: we are interested in it and we have some ideas on how to implement it properly08:52
*** kushalagrawal has joined #openstack-mistral08:53
d0ugalrakhmerov: Sorry, I asked what the question was and then got cut off again. It seems I have issues :(08:53
rakhmerovjosecastroleon: if you could help with it it would be very good08:53
rakhmerovwe could help from our side with understanding the code etc.08:54
*** shardy has joined #openstack-mistral08:54
rakhmerovd0ugal: it's ok, we're just discussing with josecastroleon event engine08:54
rakhmerovI said that it's out of our scope for now and not really supported08:54
d0ugalRight08:55
d0ugalI don't think I fully understand the event engine :)08:56
rakhmerov:)08:57
rakhmerovme too08:57
d0ugalWho added it?08:58
josecastroleonthe thing is that it works if it runs in single node mode09:00
d0ugalRight09:00
josecastroleonbut it has quite some assumptions that do not work on more than one node09:00
d0ugalWhat happens? do you have an example?09:00
d0ugalI guess I can look at the code :)09:01
josecastroleonfor example in 2 node mode09:02
d0ugal2 event engines?09:02
josecastroleonyes09:02
josecastroleonif you create an event trigger only one node will receive the rpc call and create the listener09:02
josecastroleonif you delete the event trigger and it goes to the node without the listener you have a 500 error09:03
josecastroleonif you restart the nodes, both will create a listener09:03
d0ugald'oh09:03
josecastroleonafter the restart you have the wf triggered twice09:03
d0ugalthat sucks09:03
josecastroleonand on removal it's the same story09:04
josecastroleonwe were thinking in doing something similar to what ceilometer does for consuming notifications09:04
d0ugalrakhmerov: sometimes  I think Mistral needs less features (but with more polish), because of stuff like this.09:04
rakhmerovjosecastroleon: yes, we've never targeted it for multiple node09:06
rakhmerovI'm totally aware about this problem09:06
d0ugalDo we have a bug for it?09:06
rakhmerovit's just not designed for HA at all09:06
rakhmerovlike I said it was rather an experiment09:06
rakhmerovd0ugal: we do, I saw it some time ago09:06
josecastroleonif you don't mind, we would like to try to sort it out09:11
d0ugalThat sounds great to me.09:13
d0ugalI wonder how difficult it will be09:14
*** oidgar has joined #openstack-mistral09:15
*** zhurong has quit IRC09:25
josecastroleond0ugal: I think we'll realize it soon ;D09:26
d0ugalhaha, indeed09:26
d0ugaljosecastroleon: I guess if you are super quick it could be a bugfix for queens :)09:27
d0ugalbut it sounds more likely to be a rocky goal?09:27
*** kushalagrawal has quit IRC09:30
*** kushalagrawal has joined #openstack-mistral09:31
*** zhurong has joined #openstack-mistral09:33
rakhmerovd0ugal: sounds funny ;)09:40
rakhmerovjosecastroleon: we don't mind at all09:41
d0ugalI'd say we would even encourage it :)09:41
therverakhmerov, d0ugal: with aodh/zaqar integration, you can do what the event trigger does in a (imo) better way09:46
therveYou did that presentation you should remember :)09:47
d0ugaland I watched that presentation, I should remember :)09:47
d0ugalthat would make more sense09:47
d0ugalPotentially an issue for non-OpenStack Mistral users tho'09:47
*** josecastroleon has quit IRC09:48
rakhmerovof course, I remember :)09:49
rakhmerovthat's one of the reasons why it's not our priority09:49
*** josecastroleon has joined #openstack-mistral09:49
rakhmerovbut btw, I don't think it's a full replacement09:49
rakhmerovd0ugal is right09:49
josecastroleonit don't think so either09:49
*** oidgar has quit IRC09:49
rakhmerovIMO this event engine could satisfy needs of people outside of OpenStack09:50
rakhmerovif designed properly09:50
*** kushalagrawal has quit IRC10:05
*** kushalagrawal has joined #openstack-mistral10:06
d0ugalbut ideally they could work together too10:17
*** kushalagrawal has quit IRC10:21
d0ugalrakhmerov: https://releases.openstack.org/queens/schedule.html10:22
d0ugalrakhmerov: I think mistral-lib should have been released on R-610:22
rakhmerovaaah...10:22
*** kushalagrawal has joined #openstack-mistral10:23
d0ugalso it should have been released by jan 19th. oops :)10:23
rakhmerovyeah, I totally f..ed up10:23
d0ugalMe too10:23
rakhmerov:)10:23
d0ugalWe will do better next time!10:24
d0ugalso next we need to do the Mistral RC1 next week.10:24
d0ugalrakhmerov: I guess this is one good reason to do an "office hours" - then we can at least sync and see if there are any tasks for the current week.10:25
rakhmerovyes10:25
rakhmerovI'll send an email with suggestions tomorrow10:25
rakhmerovor even may be today if I have time..10:25
d0ugalGreat - why don't we start one on the old meeting time, and then we can look at add another one or two for different time zones.10:26
d0ugaljust so we have one booked in, we can always move it later.10:26
*** AlexeyAbashkin has quit IRC10:28
openstackgerritVitalii Solodilov proposed openstack/mistral master: Add the 'error_data' parameter to the FailAction  https://review.openstack.org/52854310:32
*** zhurong has quit IRC10:34
mcdoker181818Hi, all.  Can you review these MR https://review.openstack.org/#/c/539745/ and https://review.openstack.org/#/c/539039/ if you have time10:40
*** AlexeyAbashkin has joined #openstack-mistral10:53
*** kushalagrawal has quit IRC10:57
*** hardikjasani has left #openstack-mistral10:57
*** kushalagrawal has joined #openstack-mistral10:58
openstackgerritMerged openstack/mistral-specs master: Fix a typo of "authentication" in comment  https://review.openstack.org/53976711:07
*** AlexeyAbashkin has quit IRC11:33
*** AlexeyAbashkin has joined #openstack-mistral11:33
*** kushalagrawal has quit IRC12:05
*** kushalagrawal has joined #openstack-mistral12:06
*** josecastroleon has quit IRC12:12
*** josecastroleon has joined #openstack-mistral12:14
*** kushalagrawal has quit IRC12:24
*** kushalagrawal has joined #openstack-mistral12:25
*** AlexeyAbashkin has quit IRC12:35
*** dprince has joined #openstack-mistral12:54
*** katkapilatova has joined #openstack-mistral13:00
*** weshay|ruck is now known as weshay13:06
*** oidgar has joined #openstack-mistral13:10
*** shardy is now known as shardy_mtg13:12
*** AlexeyAbashkin has joined #openstack-mistral13:13
*** yangyapeng has joined #openstack-mistral13:19
*** shardy_mtg is now known as shardy13:31
*** thrash|g0ne is now known as thrash13:40
*** kushalagrawal has quit IRC13:44
*** kushalagrawal has joined #openstack-mistral13:44
openstackgerritBrad P. Crochet proposed openstack/python-mistralclient master: Migrate python-mistralclient jobs to Zuul v3  https://review.openstack.org/50918414:02
*** bobh has joined #openstack-mistral14:02
openstackgerritMerged openstack/python-mistralclient stable/pike: Restore devstack job for python-mistralclient  https://review.openstack.org/53955414:09
openstackgerritMerged openstack/python-mistralclient stable/ocata: Restore devstack job for python-mistralclient  https://review.openstack.org/53955614:09
*** mattybrennan has joined #openstack-mistral14:27
*** mcdoker181818 has quit IRC14:27
*** mattybrennan has quit IRC14:31
*** mattybrennan has joined #openstack-mistral14:32
*** AlexeyAbashkin has quit IRC14:50
*** AlexeyAbashkin has joined #openstack-mistral14:51
*** mattybrennan has quit IRC14:58
*** mattybrennan has joined #openstack-mistral14:59
*** kushalagrawal has quit IRC15:16
*** kushalagrawal has joined #openstack-mistral15:17
*** mattybrennan has quit IRC15:33
*** mattybrennan has joined #openstack-mistral15:34
*** kushalagrawal has quit IRC15:41
*** kushalagrawal has joined #openstack-mistral15:42
*** katkapilatova has quit IRC16:19
*** kushalagrawal has quit IRC16:22
*** kushalagrawal has joined #openstack-mistral16:24
*** mattybrennan has quit IRC16:31
*** mattybrennan has joined #openstack-mistral16:33
openstackgerritOpenStack Release Bot proposed openstack/mistral-lib master: Update reno for stable/queens  https://review.openstack.org/54001216:34
*** shardy has quit IRC16:52
*** d0ugal has quit IRC17:03
*** kushalagrawal has quit IRC17:09
*** harlowja has joined #openstack-mistral17:09
*** kushalagrawal has joined #openstack-mistral17:10
*** mattybrennan has quit IRC17:15
*** mattybrennan has joined #openstack-mistral17:17
*** d0ugal has joined #openstack-mistral17:20
*** oidgar has quit IRC17:23
*** jtomasek_ has quit IRC17:31
*** mattybrennan has quit IRC17:35
*** mattybrennan has joined #openstack-mistral17:36
*** AlexeyAbashkin has quit IRC17:40
*** AlexeyAbashkin has joined #openstack-mistral17:41
*** jpich has quit IRC17:45
*** AlexeyAbashkin has quit IRC17:45
*** mattybrennan has quit IRC18:01
*** mattybrennan has joined #openstack-mistral18:04
*** thrash is now known as thrash|biab18:13
*** openstackgerrit has quit IRC18:18
*** harlowja has quit IRC18:29
*** kushalagrawal has quit IRC18:35
*** kushalagrawal has joined #openstack-mistral18:36
*** thrash|biab is now known as thrash18:36
*** bobh has quit IRC18:59
*** harlowja has joined #openstack-mistral19:09
*** AlexeyAbashkin has joined #openstack-mistral19:11
*** harlowja_ has joined #openstack-mistral19:11
*** harlowja has quit IRC19:14
*** dprince has quit IRC19:19
*** kushalagrawal has quit IRC19:28
*** bobh has joined #openstack-mistral19:29
*** mattybrennan has quit IRC19:32
*** kushalagrawal has joined #openstack-mistral19:33
*** bobh has quit IRC19:34
*** mattybrennan has joined #openstack-mistral19:34
*** openstackgerrit has joined #openstack-mistral19:42
openstackgerritToure Dunnon proposed openstack/mistral master: More tests for running workflows based on existing.  https://review.openstack.org/54011019:42
openstackgerritToure Dunnon proposed openstack/mistral master: More tests for running workflows based on existing.  https://review.openstack.org/54011019:47
*** bobh has joined #openstack-mistral19:53
*** AlexeyAbashkin has quit IRC19:55
*** bobh has quit IRC19:59
*** dprince has joined #openstack-mistral20:04
*** bobh has joined #openstack-mistral20:04
*** bobh has quit IRC20:09
*** d0ugal has quit IRC20:13
*** bobh has joined #openstack-mistral20:16
*** bobh has quit IRC20:21
*** d0ugal has joined #openstack-mistral20:25
*** mattybrennan has quit IRC20:30
*** bobh has joined #openstack-mistral20:31
*** bobh has quit IRC20:36
*** bobh has joined #openstack-mistral20:40
*** bobh has quit IRC20:45
*** bobh has joined #openstack-mistral20:48
*** kushalagrawal has quit IRC20:51
*** daidv has quit IRC20:51
*** kushalagrawal has joined #openstack-mistral20:52
*** daidv has joined #openstack-mistral20:53
*** bobh has quit IRC20:53
*** daidv has quit IRC21:01
*** daidv has joined #openstack-mistral21:03
*** bobh has joined #openstack-mistral21:03
*** kushalagrawal has quit IRC21:07
*** kushalagrawal has joined #openstack-mistral21:08
*** bobh has quit IRC21:08
*** daidv has quit IRC21:14
*** daidv has joined #openstack-mistral21:16
*** bobh has joined #openstack-mistral21:16
*** bobh has quit IRC21:21
*** dprince has quit IRC21:22
*** daidv has quit IRC21:25
*** daidv has joined #openstack-mistral21:28
*** bobh has joined #openstack-mistral21:31
*** daidv has quit IRC21:36
*** bobh has quit IRC21:37
*** bobh has joined #openstack-mistral21:38
*** daidv has joined #openstack-mistral21:38
*** bobh has quit IRC21:43
*** daidv has quit IRC21:44
*** kushalagrawal has quit IRC21:52
*** kushalagrawal has joined #openstack-mistral21:53
*** bobh has joined #openstack-mistral21:53
*** bobh has quit IRC21:59
*** threestrands has joined #openstack-mistral21:59
*** daidv has joined #openstack-mistral22:00
*** threestrands has quit IRC22:00
*** threestrands has joined #openstack-mistral22:00
*** kushalagrawal has quit IRC22:10
*** kushalagrawal has joined #openstack-mistral22:11
*** mattybrennan has joined #openstack-mistral22:11
*** daidv has quit IRC22:12
*** daidv has joined #openstack-mistral22:13
*** bobh has joined #openstack-mistral22:15
*** bobh has quit IRC22:18
*** bobh has joined #openstack-mistral22:18
*** bobh has quit IRC23:13
*** kushalagrawal has quit IRC23:13
*** kushalagrawal has joined #openstack-mistral23:14
*** dhellmann has left #openstack-mistral23:14
*** mattybre_ has joined #openstack-mistral23:59

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!