openstackgerrit | abner zhao proposed openstack/mistral master: feat:add workflow input dict support unicode in py2 https://review.opendev.org/662397 | 01:46 |
---|---|---|
*** apetrich has quit IRC | 01:57 | |
*** ricolin has joined #openstack-mistral | 03:58 | |
*** threestrands has joined #openstack-mistral | 04:15 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Remove _get_next_clauses https://review.opendev.org/662646 | 04:15 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral stable/stein: Fix an action execution controller test https://review.opendev.org/663229 | 04:31 |
*** jtomasek has joined #openstack-mistral | 05:49 | |
*** apetrich has joined #openstack-mistral | 06:33 | |
*** pgaxatte has joined #openstack-mistral | 07:03 | |
openstackgerrit | Merged openstack/mistral stable/rocky: Adding root_execution_id to the jinja executor function https://review.opendev.org/661239 | 07:07 |
openstackgerrit | Merged openstack/mistral stable/queens: Adding root_execution_id to the jinja executor function https://review.opendev.org/661240 | 07:07 |
openstackgerrit | Merged openstack/mistral stable/stein: Fix an action execution controller test https://review.opendev.org/663229 | 07:31 |
vgvoleg | rakhmerov: hello | 07:46 |
vgvoleg | https://blueprints.launchpad.net/mistral/+spec/fail-on-policy | 07:47 |
vgvoleg | https://blueprints.launchpad.net/mistral/+spec/mistral-start-tasks-distributed | 07:47 |
vgvoleg | There are blueprints I should do after previous meeting | 07:47 |
*** akovi has joined #openstack-mistral | 07:50 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral stable/stein: Adding root_execution_id to the jinja executor function https://review.opendev.org/661238 | 07:58 |
*** rakhmerov has joined #openstack-mistral | 08:01 | |
rakhmerov | hi | 08:01 |
rakhmerov | anybody here for the meeting? | 08:01 |
rakhmerov | #startmeeting Mistral | 08:03 |
openstack | Meeting started Wed Jun 5 08:03:22 2019 UTC and is due to finish in 60 minutes. The chair is rakhmerov. 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 | |
rakhmerov | vgvoleg, akovi, apetrich, d0ugal, pgaxatte, jistr, mgariepy ^ | 08:03 |
openstack | The meeting name has been set to 'mistral' | 08:03 |
vgvoleg | hi | 08:03 |
akovi | Hi Renat! | 08:03 |
rakhmerov | any topics from your side? | 08:03 |
rakhmerov | hi :) | 08:03 |
akovi | one question | 08:04 |
rakhmerov | sure | 08:04 |
akovi | to run an local type executor, is it enough to set the servers=engine,executor and executor.type=local? | 08:05 |
rakhmerov | "executor" in the "servers" option is not even needed | 08:05 |
akovi | I completely forgot about this feature and it may relieve the RMQ service quite a bit :) | 08:05 |
vgvoleg | you should not start executor to use local | 08:05 |
rakhmerov | you can start "engine" only | 08:06 |
akovi | ah | 08:06 |
rakhmerov | and executor.type=local | 08:06 |
rakhmerov | yep | 08:06 |
akovi | so engine 'contains' the executor with this setting | 08:06 |
akovi | good | 08:06 |
akovi | THX | 08:06 |
rakhmerov | akovi: yeah-yeah, in your cases it should be a good perf improvement | 08:06 |
rakhmerov | 👍 | 08:07 |
rakhmerov | vgvoleg: how's it going? | 08:07 |
rakhmerov | any updates? | 08:07 |
rakhmerov | just an update from my side: I'm testing the latest performance improvements made for "join" on our real use cases | 08:08 |
rakhmerov | observing some positive changes but they are still not sufficient to say that we solved the problem completely | 08:09 |
rakhmerov | thinking on more improvements | 08:09 |
vgvoleg | I have no updates, I've just created two blueprints to solve action items from previous meeting | 08:09 |
rakhmerov | this is an update too :) | 08:11 |
rakhmerov | thanks Oleg | 08:11 |
rakhmerov | ok | 08:11 |
rakhmerov | ok, I'll close the meeting then | 08:11 |
rakhmerov | if anything pops up, we're here anyway | 08:11 |
akovi | have a nice day everyone! | 08:12 |
rakhmerov | #endmeeting | 08:12 |
*** openstack changes topic to "Mistral the Workflow Service for OpenStack. https://docs.openstack.org/mistral/latest/" | 08:12 | |
openstack | Meeting ended Wed Jun 5 08:12:06 2019 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 08:12 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/mistral/2019/mistral.2019-06-05-08.03.html | 08:12 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/mistral/2019/mistral.2019-06-05-08.03.txt | 08:12 |
openstack | Log: http://eavesdrop.openstack.org/meetings/mistral/2019/mistral.2019-06-05-08.03.log.html | 08:12 |
rakhmerov | akovi: thanks Andras ) You too | 08:12 |
*** akovi has quit IRC | 08:30 | |
*** akovi has joined #openstack-mistral | 08:31 | |
*** threestrands has quit IRC | 08:39 | |
*** openstackgerrit has quit IRC | 08:47 | |
vgvoleg | guys :D | 09:47 |
vgvoleg | there is a problem | 09:47 |
vgvoleg | It's all about big messages in rabbitmq | 09:52 |
vgvoleg | I found that notification messages includes the all execution entity | 09:52 |
vgvoleg | output and so on | 09:52 |
vgvoleg | It could be huge | 09:53 |
vgvoleg | also, the current scheme "ex:consumer = 1 rpc call" duplicates events to each consumer which kills rabbit | 09:54 |
vgvoleg | what do you think to stop sending the whole entity in notification message and to let users load it only when it is really needed? | 09:54 |
*** ricolin has quit IRC | 10:47 | |
*** openstackgerrit has joined #openstack-mistral | 11:22 | |
openstackgerrit | Merged openstack/mistral stable/stein: Adding root_execution_id to the jinja executor function https://review.opendev.org/661238 | 11:22 |
openstackgerrit | Merged openstack/mistral master: Add release notes to changes to wflanguage execution object https://review.opendev.org/662739 | 11:22 |
*** akovi has quit IRC | 11:28 | |
*** ricolin has joined #openstack-mistral | 12:03 | |
openstackgerrit | Merged openstack/mistral master: Remove _get_next_clauses https://review.opendev.org/662646 | 12:37 |
*** apetrich has quit IRC | 13:10 | |
*** apetrich has joined #openstack-mistral | 13:23 | |
*** bobh has joined #openstack-mistral | 13:47 | |
*** bobh has quit IRC | 13:50 | |
rakhmerov | vgvoleg: Oleg, yes, I think it's reasonable not to send the entire object, yes | 14:13 |
rakhmerov | we need to exclude all fields that can be potentially huge | 14:14 |
vgvoleg | I think this would be enough | 14:14 |
vgvoleg | id; workflow_id; state; type; name; state_info; published; workflow_name; workflow_execution_id; | 14:14 |
vgvoleg | I'll do a patch | 14:14 |
rakhmerov | yes | 14:22 |
rakhmerov | ok | 14:22 |
openstackgerrit | Dougal Matthews proposed openstack/mistral stable/stein: Add release notes to changes to wflanguage execution object https://review.opendev.org/663349 | 14:59 |
openstackgerrit | Dougal Matthews proposed openstack/mistral stable/rocky: Add release notes to changes to wflanguage execution object https://review.opendev.org/663350 | 15:00 |
openstackgerrit | Dougal Matthews proposed openstack/mistral stable/queens: Add release notes to changes to wflanguage execution object https://review.opendev.org/663351 | 15:00 |
*** pgaxatte has quit IRC | 15:46 | |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Skip context evaluation for non-conditional transitions https://review.opendev.org/663376 | 16:33 |
*** ricolin has quit IRC | 18:41 | |
*** jtomasek has quit IRC | 20:57 | |
openstackgerrit | Mike Fedosin proposed openstack/mistral master: Rework updating action executions heartbeats https://review.opendev.org/663455 | 22:56 |
*** bobh has joined #openstack-mistral | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!