Wednesday, 2017-11-15

*** yangyapeng has quit IRC00:05
*** yangyapeng has joined #openstack-mistral00:19
*** yangyapeng has quit IRC00:23
openstackgerritDirk Mueller proposed openstack/mistral master: Use mock for HTTP calls in unit tests  https://review.openstack.org/51035100:25
openstackgerritDirk Mueller proposed openstack/mistral master: Fix yaql / json_pp deprecation warning  https://review.openstack.org/51983800:25
openstackgerritOpenStack Proposal Bot proposed openstack/mistral master: Updated from global requirements  https://review.openstack.org/51978600:26
*** yangyapeng has joined #openstack-mistral00:38
openstackgerritOpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements  https://review.openstack.org/51980500:41
*** yangyapeng has quit IRC00:47
*** yangyapeng has joined #openstack-mistral01:05
*** yangyapeng has quit IRC01:06
*** yangyapeng has joined #openstack-mistral01:06
openstackgerritOpenStack Proposal Bot proposed openstack/mistral master: Updated from global requirements  https://review.openstack.org/51978601:39
openstackgerritOpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements  https://review.openstack.org/51980501:53
*** threestrands has joined #openstack-mistral02:08
*** AlexeyAbashkin has joined #openstack-mistral02:22
*** AlexeyAbashkin has quit IRC02:26
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add a periodic job to check workflow execution integrity  https://review.openstack.org/51922505:01
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add a periodic job to check workflow execution integrity  https://review.openstack.org/51922505:20
*** AlexeyAbashkin has joined #openstack-mistral05:22
*** jaosorior has quit IRC05:24
*** AlexeyAbashkin has quit IRC05:26
openstackgerritbyhan proposed openstack/mistral master: Fix wf_trace info adding useless space at some conditions  https://review.openstack.org/51997505:57
*** daidv has joined #openstack-mistral06:26
*** threestrands has quit IRC06:34
*** jaosorior has joined #openstack-mistral06:57
*** oidgar has joined #openstack-mistral07:32
*** zhurong has joined #openstack-mistral08:23
*** AlexeyAbashkin has joined #openstack-mistral08:37
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add a periodic job to check workflow execution integrity  https://review.openstack.org/51922508:40
*** jpich has joined #openstack-mistral08:57
*** gkadam has joined #openstack-mistral09:02
*** shardy has joined #openstack-mistral09:07
openstackgerritDai Dang Van proposed openstack/mistral master: Implement policy in code (1)  https://review.openstack.org/50932509:08
openstackgerritbyhan proposed openstack/mistral master: Modify log infomation to achieve the same format  https://review.openstack.org/52001609:16
openstackgerritMehdi Abaakouk (sileht) proposed openstack/mistral master: gnocchi: fix client options  https://review.openstack.org/48830709:52
*** daidv has quit IRC10:23
*** xavierhardy has joined #openstack-mistral10:39
xavierhardyHi 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.html10:40
xavierhardyOK for the API and the executors10:40
*** daidv has joined #openstack-mistral10:41
xavierhardybut 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
xavierhardyrakhmerov?10:42
*** daidv has quit IRC10:52
*** yangyapeng has quit IRC11:01
*** yangyapeng has joined #openstack-mistral11:01
*** yangyapeng has quit IRC11:09
*** daidv has joined #openstack-mistral11:09
*** daidv has quit IRC11:12
*** nguyentrihai has joined #openstack-mistral11:15
rakhmerovxavierhardy: hi11:16
xavierhardyHi11:17
rakhmerovengine tier scales as well, yes11:17
rakhmerovevent-engine, no11:17
rakhmerovwe'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
rakhmerovthere are some known issues though when nodes leave the cluster11:18
rakhmerovrunning workflows can get stuck in RUNNING state11:18
rakhmerovas far as how it's handled, architecturally engines are stateless so they can scale "kind of" linearly11:19
rakhmerovw/o assigning any master or slave roles11:19
xavierhardy"running workflows can get stuck in RUNNING state" yes I have seen that11:22
xavierhardybut the same applies with one instance of engine11:22
xavierhardy(working with containers for instance)11:22
xavierhardywhen rolling a new version11:22
*** yangyapeng has joined #openstack-mistral11:22
xavierhardySo I just need to scale up my "engine" instances and it should be OK ?11:23
xavierhardyFor 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-mistral11:27
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add a periodic job to check workflow execution integrity  https://review.openstack.org/51922511:31
*** daidv has quit IRC11:31
rakhmerovxavierhardy: yes11:32
xavierhardyGreat to know11:32
rakhmerov(on scaling engines)11:32
xavierhardyThanks11:32
rakhmerovyep )11:32
rakhmerovas far event-engine, I can't even officially recommend to use it really11:33
rakhmerovit's been considered like an experiment functionality11:33
rakhmerovit wasn't designed with HA in mind and it may not address some other concerns too11:33
xavierhardy"event-engine" does not seem to work with non-keystone authentication11:33
xavierhardyBTW11:33
rakhmerovyes11:33
rakhmerovand that too11:33
rakhmerovso, that's the reason we didn't put it into docs yet etc.11:34
rakhmerovd0ugal: hi Dougal, can you please review https://review.openstack.org/#/c/519225/ ?11:34
rakhmerovit's pretty important for us, really11:34
rakhmerovsolves a huge problem11:34
rakhmerovd0ugal: 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.gz11:34
rakhmerovI'm not sure why it happens, but it happens once in a while, especially with unit-[postgres|mysql] tests11:35
xavierhardyOK, good11:36
d0ugalrakhmerov: sure, I'll take a look today11:37
rakhmerovthanks!11:37
rakhmerovxavierhardy: np11:37
xavierhardyI 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
xavierhardyThanks11:37
*** daidv has joined #openstack-mistral11:45
*** oidgar has quit IRC12:00
openstackgerritOpenStack Proposal Bot proposed openstack/python-mistralclient master: Updated from global requirements  https://review.openstack.org/51980512:01
rakhmerovd0ugal: ooh, I guess https://review.openstack.org/#/c/519838/ fixes the second problem I mentioned12:07
rakhmerovso it's ok12:07
d0ugaloh, good :)12:07
rakhmerovyeah, just saw this patch12:08
*** bobh has joined #openstack-mistral12:52
*** dprince has joined #openstack-mistral13:02
openstackgerritMerged openstack/python-mistralclient master: Updated from global requirements  https://review.openstack.org/51980513:11
*** dprince has quit IRC13:12
*** dprince has joined #openstack-mistral13:12
*** nguyentrihai has quit IRC13:16
*** bobh has quit IRC13:30
*** nguyentrihai has joined #openstack-mistral13:33
*** toure_biab is now known as toure13:38
openstackgerritMike Fedosin proposed openstack/mistral master: Delete rows directly  https://review.openstack.org/52007813:48
openstackgerritMike Fedosin proposed openstack/mistral master: Remove _get_event_trigger function  https://review.openstack.org/52007913:52
openstackgerritMike Fedosin proposed openstack/mistral master: Remove insert_or_ignore  https://review.openstack.org/52008014:01
*** thrash|g0ne is now known as thrash14:14
openstackgerritDirk Mueller proposed openstack/mistral master: Fix yaql / json_pp deprecation warning  https://review.openstack.org/51983815:50
*** histrio_ has joined #openstack-mistral16:15
*** zhurong has quit IRC16:18
openstackgerritMerged openstack/mistral master: Use mock for HTTP calls in unit tests  https://review.openstack.org/51035116:40
*** jpich has quit IRC16:44
*** dprince has quit IRC16:59
*** d0ugal has quit IRC17:12
*** AlexeyAbashkin has quit IRC17:29
*** gkadam has quit IRC17:37
*** shardy has quit IRC17:48
*** bobh has joined #openstack-mistral18:05
*** dprince has joined #openstack-mistral18:11
openstackgerritOpenStack Proposal Bot proposed openstack/mistral master: Updated from global requirements  https://review.openstack.org/51978618:13
*** aspiers has quit IRC18:31
*** aspiers has joined #openstack-mistral18:47
*** thrash is now known as thrash|biab18:58
*** AlexeyAbashkin has joined #openstack-mistral19:13
*** AlexeyAbashkin has quit IRC19:17
*** d0ugal has joined #openstack-mistral19:21
*** AlexeyAbashkin has joined #openstack-mistral19:22
*** AlexeyAbashkin has quit IRC19:26
*** dprince has quit IRC19:45
openstackgerritMerged openstack/mistral master: Add a periodic job to check workflow execution integrity  https://review.openstack.org/51922519:50
openstackgerritMike Fedosin proposed openstack/mistral master: Delete rows directly  https://review.openstack.org/52007819:57
openstackgerritMerged openstack/mistral master: Fix yaql / json_pp deprecation warning  https://review.openstack.org/51983820:03
openstackgerritMerged openstack/mistral master: Updated from global requirements  https://review.openstack.org/51978620:03
*** thrash|biab is now known as thrash20:24
*** d0ugal_ has joined #openstack-mistral20:25
*** d0ugal has quit IRC20:26
*** d0ugal_ has quit IRC20:40
*** d0ugal has joined #openstack-mistral20:40
*** d0ugal has quit IRC20:40
*** d0ugal has joined #openstack-mistral20:40
*** d0ugal has quit IRC20:52
*** livelace has quit IRC21:08
*** jtomasek has quit IRC21:21
*** livelace has joined #openstack-mistral21:21
*** threestrands has joined #openstack-mistral21:32
*** threestrands has quit IRC21:32
*** threestrands has joined #openstack-mistral21:32
openstackgerritMike Fedosin proposed openstack/mistral master: Delete rows directly  https://review.openstack.org/52007821:57
*** toure is now known as toure_biab21:57
openstackgerritMike Fedosin proposed openstack/mistral master: Cache action definitions  https://review.openstack.org/52021822:03
*** AlexeyAbashkin has joined #openstack-mistral22:21
*** AlexeyAbashkin has quit IRC22:26
*** bobh has quit IRC22:50
*** d0ugal has joined #openstack-mistral22:51
*** AlexeyAbashkin has joined #openstack-mistral23:20
*** AlexeyAbashkin has quit IRC23:25
*** thrash is now known as thrash|g0ne23:27

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