*** yangyapeng has quit IRC | 00:05 | |
*** yangyapeng has joined #openstack-mistral | 00:19 | |
*** yangyapeng has quit IRC | 00:23 | |
openstackgerrit | Dirk Mueller proposed openstack/mistral master: Use mock for HTTP calls in unit tests https://review.openstack.org/510351 | 00:25 |
---|---|---|
openstackgerrit | Dirk Mueller proposed openstack/mistral master: Fix yaql / json_pp deprecation warning https://review.openstack.org/519838 | 00:25 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/mistral master: Updated from global requirements https://review.openstack.org/519786 | 00:26 |
*** yangyapeng has joined #openstack-mistral | 00:38 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements https://review.openstack.org/519805 | 00:41 |
*** yangyapeng has quit IRC | 00:47 | |
*** yangyapeng has joined #openstack-mistral | 01:05 | |
*** yangyapeng has quit IRC | 01:06 | |
*** yangyapeng has joined #openstack-mistral | 01:06 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/mistral master: Updated from global requirements https://review.openstack.org/519786 | 01:39 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements https://review.openstack.org/519805 | 01:53 |
*** threestrands has joined #openstack-mistral | 02:08 | |
*** AlexeyAbashkin has joined #openstack-mistral | 02:22 | |
*** AlexeyAbashkin has quit IRC | 02:26 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add a periodic job to check workflow execution integrity https://review.openstack.org/519225 | 05:01 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add a periodic job to check workflow execution integrity https://review.openstack.org/519225 | 05:20 |
*** AlexeyAbashkin has joined #openstack-mistral | 05:22 | |
*** jaosorior has quit IRC | 05:24 | |
*** AlexeyAbashkin has quit IRC | 05:26 | |
openstackgerrit | byhan proposed openstack/mistral master: Fix wf_trace info adding useless space at some conditions https://review.openstack.org/519975 | 05:57 |
*** daidv has joined #openstack-mistral | 06:26 | |
*** threestrands has quit IRC | 06:34 | |
*** jaosorior has joined #openstack-mistral | 06:57 | |
*** oidgar has joined #openstack-mistral | 07:32 | |
*** zhurong has joined #openstack-mistral | 08:23 | |
*** AlexeyAbashkin has joined #openstack-mistral | 08:37 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add a periodic job to check workflow execution integrity https://review.openstack.org/519225 | 08:40 |
*** jpich has joined #openstack-mistral | 08:57 | |
*** gkadam has joined #openstack-mistral | 09:02 | |
*** shardy has joined #openstack-mistral | 09:07 | |
openstackgerrit | Dai Dang Van proposed openstack/mistral master: Implement policy in code (1) https://review.openstack.org/509325 | 09:08 |
openstackgerrit | byhan proposed openstack/mistral master: Modify log infomation to achieve the same format https://review.openstack.org/520016 | 09:16 |
openstackgerrit | Mehdi Abaakouk (sileht) proposed openstack/mistral master: gnocchi: fix client options https://review.openstack.org/488307 | 09:52 |
*** daidv has quit IRC | 10:23 | |
*** xavierhardy has joined #openstack-mistral | 10:39 | |
xavierhardy | Hi everyone, this old blueprint claims that all Mistral nodes can be made highly available: https://specs.openstack.org/openstack/mistral-specs/specs/pike/approved/ha.html | 10:40 |
xavierhardy | OK for the API and the executors | 10:40 |
*** daidv has joined #openstack-mistral | 10:41 | |
xavierhardy | but what about the engine and the event-engine? Can I just add more instances of those? How is HA handled (lock mechanism, master/slave...?) for those nodes? | 10:41 |
xavierhardy | rakhmerov? | 10:42 |
*** daidv has quit IRC | 10:52 | |
*** yangyapeng has quit IRC | 11:01 | |
*** yangyapeng has joined #openstack-mistral | 11:01 | |
*** yangyapeng has quit IRC | 11:09 | |
*** daidv has joined #openstack-mistral | 11:09 | |
*** daidv has quit IRC | 11:12 | |
*** nguyentrihai has joined #openstack-mistral | 11:15 | |
rakhmerov | xavierhardy: hi | 11:16 |
xavierhardy | Hi | 11:17 |
rakhmerov | engine tier scales as well, yes | 11:17 |
rakhmerov | event-engine, no | 11:17 |
rakhmerov | we're now testing the huge load with up to 10 Mistral engines and it works well on the stable topology or with positive additions (adding more nodes) | 11:18 |
rakhmerov | there are some known issues though when nodes leave the cluster | 11:18 |
rakhmerov | running workflows can get stuck in RUNNING state | 11:18 |
rakhmerov | as far as how it's handled, architecturally engines are stateless so they can scale "kind of" linearly | 11:19 |
rakhmerov | w/o assigning any master or slave roles | 11:19 |
xavierhardy | "running workflows can get stuck in RUNNING state" yes I have seen that | 11:22 |
xavierhardy | but the same applies with one instance of engine | 11:22 |
xavierhardy | (working with containers for instance) | 11:22 |
xavierhardy | when rolling a new version | 11:22 |
*** yangyapeng has joined #openstack-mistral | 11:22 | |
xavierhardy | So I just need to scale up my "engine" instances and it should be OK ? | 11:23 |
xavierhardy | For the event-engine, one simple technique is to have a distributed lock mechanism so that only one instance can emit an event at a time. | 11:24 |
*** daidv has joined #openstack-mistral | 11:27 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add a periodic job to check workflow execution integrity https://review.openstack.org/519225 | 11:31 |
*** daidv has quit IRC | 11:31 | |
rakhmerov | xavierhardy: yes | 11:32 |
xavierhardy | Great to know | 11:32 |
rakhmerov | (on scaling engines) | 11:32 |
xavierhardy | Thanks | 11:32 |
rakhmerov | yep ) | 11:32 |
rakhmerov | as far event-engine, I can't even officially recommend to use it really | 11:33 |
rakhmerov | it's been considered like an experiment functionality | 11:33 |
rakhmerov | it wasn't designed with HA in mind and it may not address some other concerns too | 11:33 |
xavierhardy | "event-engine" does not seem to work with non-keystone authentication | 11:33 |
xavierhardy | BTW | 11:33 |
rakhmerov | yes | 11:33 |
rakhmerov | and that too | 11:33 |
rakhmerov | so, that's the reason we didn't put it into docs yet etc. | 11:34 |
rakhmerov | d0ugal: hi Dougal, can you please review https://review.openstack.org/#/c/519225/ ? | 11:34 |
rakhmerov | it's pretty important for us, really | 11:34 |
rakhmerov | solves a huge problem | 11:34 |
rakhmerov | d0ugal: and also it would be cool if you could look at this failure: http://logs.openstack.org/25/519225/12/check/openstack-tox-py27/593a426/testr_results.html.gz | 11:34 |
rakhmerov | I'm not sure why it happens, but it happens once in a while, especially with unit-[postgres|mysql] tests | 11:35 |
xavierhardy | OK, good | 11:36 |
d0ugal | rakhmerov: sure, I'll take a look today | 11:37 |
rakhmerov | thanks! | 11:37 |
rakhmerov | xavierhardy: np | 11:37 |
xavierhardy | I need to take some time to clean up, rebase and test my change requests and after that, I'll try to fix the event engine for our use case. | 11:37 |
xavierhardy | Thanks | 11:37 |
*** daidv has joined #openstack-mistral | 11:45 | |
*** oidgar has quit IRC | 12:00 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements https://review.openstack.org/519805 | 12:01 |
rakhmerov | d0ugal: ooh, I guess https://review.openstack.org/#/c/519838/ fixes the second problem I mentioned | 12:07 |
rakhmerov | so it's ok | 12:07 |
d0ugal | oh, good :) | 12:07 |
rakhmerov | yeah, just saw this patch | 12:08 |
*** bobh has joined #openstack-mistral | 12:52 | |
*** dprince has joined #openstack-mistral | 13:02 | |
openstackgerrit | Merged openstack/python-mistralclient master: Updated from global requirements https://review.openstack.org/519805 | 13:11 |
*** dprince has quit IRC | 13:12 | |
*** dprince has joined #openstack-mistral | 13:12 | |
*** nguyentrihai has quit IRC | 13:16 | |
*** bobh has quit IRC | 13:30 | |
*** nguyentrihai has joined #openstack-mistral | 13:33 | |
*** toure_biab is now known as toure | 13:38 | |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Delete rows directly https://review.openstack.org/520078 | 13:48 |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Remove _get_event_trigger function https://review.openstack.org/520079 | 13:52 |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Remove insert_or_ignore https://review.openstack.org/520080 | 14:01 |
*** thrash|g0ne is now known as thrash | 14:14 | |
openstackgerrit | Dirk Mueller proposed openstack/mistral master: Fix yaql / json_pp deprecation warning https://review.openstack.org/519838 | 15:50 |
*** histrio_ has joined #openstack-mistral | 16:15 | |
*** zhurong has quit IRC | 16:18 | |
openstackgerrit | Merged openstack/mistral master: Use mock for HTTP calls in unit tests https://review.openstack.org/510351 | 16:40 |
*** jpich has quit IRC | 16:44 | |
*** dprince has quit IRC | 16:59 | |
*** d0ugal has quit IRC | 17:12 | |
*** AlexeyAbashkin has quit IRC | 17:29 | |
*** gkadam has quit IRC | 17:37 | |
*** shardy has quit IRC | 17:48 | |
*** bobh has joined #openstack-mistral | 18:05 | |
*** dprince has joined #openstack-mistral | 18:11 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/mistral master: Updated from global requirements https://review.openstack.org/519786 | 18:13 |
*** aspiers has quit IRC | 18:31 | |
*** aspiers has joined #openstack-mistral | 18:47 | |
*** thrash is now known as thrash|biab | 18:58 | |
*** AlexeyAbashkin has joined #openstack-mistral | 19:13 | |
*** AlexeyAbashkin has quit IRC | 19:17 | |
*** d0ugal has joined #openstack-mistral | 19:21 | |
*** AlexeyAbashkin has joined #openstack-mistral | 19:22 | |
*** AlexeyAbashkin has quit IRC | 19:26 | |
*** dprince has quit IRC | 19:45 | |
openstackgerrit | Merged openstack/mistral master: Add a periodic job to check workflow execution integrity https://review.openstack.org/519225 | 19:50 |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Delete rows directly https://review.openstack.org/520078 | 19:57 |
openstackgerrit | Merged openstack/mistral master: Fix yaql / json_pp deprecation warning https://review.openstack.org/519838 | 20:03 |
openstackgerrit | Merged openstack/mistral master: Updated from global requirements https://review.openstack.org/519786 | 20:03 |
*** thrash|biab is now known as thrash | 20:24 | |
*** d0ugal_ has joined #openstack-mistral | 20:25 | |
*** d0ugal has quit IRC | 20:26 | |
*** d0ugal_ has quit IRC | 20:40 | |
*** d0ugal has joined #openstack-mistral | 20:40 | |
*** d0ugal has quit IRC | 20:40 | |
*** d0ugal has joined #openstack-mistral | 20:40 | |
*** d0ugal has quit IRC | 20:52 | |
*** livelace has quit IRC | 21:08 | |
*** jtomasek has quit IRC | 21:21 | |
*** livelace has joined #openstack-mistral | 21:21 | |
*** threestrands has joined #openstack-mistral | 21:32 | |
*** threestrands has quit IRC | 21:32 | |
*** threestrands has joined #openstack-mistral | 21:32 | |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Delete rows directly https://review.openstack.org/520078 | 21:57 |
*** toure is now known as toure_biab | 21:57 | |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Cache action definitions https://review.openstack.org/520218 | 22:03 |
*** AlexeyAbashkin has joined #openstack-mistral | 22:21 | |
*** AlexeyAbashkin has quit IRC | 22:26 | |
*** bobh has quit IRC | 22:50 | |
*** d0ugal has joined #openstack-mistral | 22:51 | |
*** AlexeyAbashkin has joined #openstack-mistral | 23:20 | |
*** AlexeyAbashkin has quit IRC | 23:25 | |
*** thrash is now known as thrash|g0ne | 23:27 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!