*** toddjohn has joined #openstack-mistral | 00:01 | |
*** toddjohn has quit IRC | 00:06 | |
*** toddjohn has joined #openstack-mistral | 00:31 | |
*** bobh has joined #openstack-mistral | 01:28 | |
*** toddjohn has quit IRC | 01:30 | |
*** toddjohn has joined #openstack-mistral | 01:31 | |
*** toddjohn has quit IRC | 01:34 | |
*** toddjohn has joined #openstack-mistral | 01:34 | |
*** bobh has quit IRC | 01:40 | |
*** toddjohn has quit IRC | 01:50 | |
*** toddjohn has joined #openstack-mistral | 01:53 | |
*** toddjohn has quit IRC | 01:57 | |
*** cheneydc has joined #openstack-mistral | 02:00 | |
*** cheneydc has quit IRC | 02:00 | |
*** catintheroof has quit IRC | 02:06 | |
*** jistr has quit IRC | 02:32 | |
*** jistr has joined #openstack-mistral | 02:33 | |
*** jtomasek has quit IRC | 04:39 | |
*** xavierhardy has quit IRC | 04:55 | |
*** xavierhardy has joined #openstack-mistral | 05:02 | |
*** Ravikiran_K has joined #openstack-mistral | 06:29 | |
*** shardy has joined #openstack-mistral | 06:52 | |
*** toddjohn has joined #openstack-mistral | 06:58 | |
*** toddjohn has quit IRC | 07:03 | |
*** jpich has joined #openstack-mistral | 07:40 | |
*** tonytan4ever has quit IRC | 07:44 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: WIP: Splitting executions into different tables https://review.openstack.org/347172 | 07:59 |
---|---|---|
*** toddjohn has joined #openstack-mistral | 07:59 | |
*** toddjohn has quit IRC | 08:04 | |
*** jpich has quit IRC | 08:07 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: WIP: Splitting executions into different tables https://review.openstack.org/347172 | 08:10 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: WIP: Splitting executions into different tables https://review.openstack.org/347172 | 08:13 |
*** jpich has joined #openstack-mistral | 08:27 | |
*** tonytan4ever has joined #openstack-mistral | 08:44 | |
*** tonytan4ever has quit IRC | 08:49 | |
*** ramishra has quit IRC | 08:58 | |
*** ramishra has joined #openstack-mistral | 08:59 | |
*** ramishra has quit IRC | 09:09 | |
*** ramishra has joined #openstack-mistral | 09:11 | |
ddeja | Hey rakhmerov, did you take a look at log from yesterday meeting? | 09:25 |
rakhmerov | ddeja: hi Dawid, no, I've been extremely busy with something.. | 09:26 |
rakhmerov | what was there? In a couple of words.. | 09:27 |
ddeja | rakhmerov: basically rbrady and jpeeler have some questions about using context in mistral lib | 09:27 |
ddeja | if it can be ported from mistral to mistral lib | 09:27 |
rakhmerov | ok, I'll take a look but later | 09:28 |
rakhmerov | ddeja: thanks for driving it | 09:28 |
openstackgerrit | hardik proposed openstack/mistral-dashboard: Fixed unit tests issue https://review.openstack.org/347214 | 09:28 |
ddeja | OK, thanks | 09:28 |
hparekh | rakhmerov, kong can you please review https://review.openstack.org/#/c/347214/ | 09:45 |
rakhmerov | yes | 09:46 |
kong | hparekh: i didn't understand why you removed code in settings.py | 09:48 |
kong | sorry, i am not a dashboard guy.. | 09:48 |
hparekh | kong, Now we will use horizon&openstack_dashboard test settings instead of using our own | 09:49 |
hparekh | kong, So that we get updated setting of horizon | 09:50 |
kong | hparekh: all right, thanks for explanation | 09:54 |
*** toddjohn has joined #openstack-mistral | 10:01 | |
*** toddjohn has quit IRC | 10:05 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: WIP: Splitting executions into different tables https://review.openstack.org/347172 | 10:06 |
jpich | Hello, Mistral folks! I'm hitting the following error when executing one of my workflows: "mistral.db.v2.sqlalchemy.models [-] Size limit 1024KB exceed for class [<class 'mistral.db.v2.sqlalchemy.models.TaskExecution'>], field input of size 1076KB." -- do I understand correctly that the input size limit is a database limit, not something that I could fix by configuring something somewhere? | 10:08 |
ddeja | Hi jpich | 10:11 |
ddeja | Yes, it's something in the DB | 10:11 |
ddeja | please taka a look at this https://bugs.launchpad.net/mistral/+bug/1603941 | 10:11 |
openstack | Launchpad bug 1603941 in Mistral "create workflow fails on data too long for column definition" [High,Confirmed] - Assigned to Michal Gershenzon (michal-gershenzon) | 10:12 |
ddeja | there are some hotfixes | 10:12 |
jpich | ddeja: Oh! Thank you for the link | 10:12 |
* jpich subscribes to bug | 10:12 | |
jpich | ddeja: Although that seems to be for the definition/spec themselves | 10:13 |
jpich | in my case it's the 'input' that's very large | 10:13 |
ddeja | jpich: Oh, I see | 10:13 |
ddeja | there was some work on this | 10:14 |
ddeja | which version of mistral do you use? | 10:14 |
hparekh | ddeja, I think it can be configured using execution_field_size_limit_kb by default its size is 1024. | 10:15 |
jpich | ddeja: Hm I'm not having any luck with "mistral-server --version" but my code is supposed to work against Newton eventually so, let's say that's what I aim to use :) | 10:16 |
ddeja | jpich: look on hparekh sugestion, it should help ^ | 10:17 |
jpich | hparekh: Thank you for the suggestion! I don't see the option in my mistral.conf, is this documented somewhere so I know where to add it? | 10:19 |
hparekh | jpich, It should be under [engine] | 10:20 |
jpich | hparekh: Thank you! Gonna give it a shot | 10:21 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: WIP: Splitting executions into different tables https://review.openstack.org/347172 | 10:29 |
jpich | hparekh, ddeja: The setting worked! Thank you so much | 10:29 |
hparekh | jpich, you are welcome | 10:30 |
jpich | Is it documented somewhere so I can point people to it, or not yet? | 10:30 |
hparekh | jpich, All the options are described in default mistral.conf when you generate it but I am not sure that all options are documented. | 10:31 |
jpich | hparekh: I see, mine wasn't the default config so that's probably why I didn't see it. Thanks! | 10:34 |
openstackgerrit | Merged openstack/mistral-dashboard: Fixed unit tests issue https://review.openstack.org/347214 | 10:39 |
rakhmerov | hparekh: was that a reason why our devstack gate fails? | 10:42 |
rakhmerov | I mean your dashboard patch | 10:42 |
*** Ravikiran_K has quit IRC | 10:45 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Splitting executions into different tables https://review.openstack.org/347172 | 10:46 |
*** tonytan4ever has joined #openstack-mistral | 10:46 | |
*** tonytan4ever has quit IRC | 10:50 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Splitting executions into different tables https://review.openstack.org/347172 | 10:56 |
hparekh | rakhmerov, yes and also the action test which was fixed in that patch | 11:01 |
rakhmerov | ok | 11:01 |
*** szaher has quit IRC | 11:09 | |
*** szaher has joined #openstack-mistral | 11:14 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Splitting executions into different tables https://review.openstack.org/347172 | 11:20 |
openstackgerrit | Merged openstack/mistral-dashboard: Updated from global requirements https://review.openstack.org/311540 | 11:54 |
*** shardy is now known as shardy_lunch | 12:01 | |
*** toddjohn has joined #openstack-mistral | 12:02 | |
*** toddjohn has quit IRC | 12:07 | |
openstackgerrit | Merged openstack/mistral: Executor fails actions if they are redelivered https://review.openstack.org/343791 | 12:12 |
*** catintheroof has joined #openstack-mistral | 12:46 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Splitting executions into different tables https://review.openstack.org/347172 | 12:49 |
*** toddjohn has joined #openstack-mistral | 12:49 | |
openstackgerrit | Brad P. Crochet proposed openstack/python-mistralclient: Remove usage of private '_url' property from OSC https://review.openstack.org/347354 | 12:51 |
*** toddjohn has quit IRC | 13:02 | |
*** toddjohn has joined #openstack-mistral | 13:02 | |
*** toddjohn has quit IRC | 13:06 | |
*** shardy_lunch is now known as shardy | 13:15 | |
*** venkat has joined #openstack-mistral | 13:36 | |
*** venkat has quit IRC | 13:36 | |
*** toddjohn has joined #openstack-mistral | 13:37 | |
*** bobh has joined #openstack-mistral | 13:51 | |
*** tonytan4ever has joined #openstack-mistral | 13:52 | |
*** bobh has quit IRC | 13:56 | |
*** bobh has joined #openstack-mistral | 13:59 | |
*** zhenguo has quit IRC | 14:41 | |
*** rrecio_ has joined #openstack-mistral | 14:59 | |
*** bobh has quit IRC | 15:01 | |
*** bobh has joined #openstack-mistral | 15:32 | |
*** ramishra has quit IRC | 15:40 | |
*** bobh has quit IRC | 15:43 | |
*** bobh has joined #openstack-mistral | 15:47 | |
*** bobh has quit IRC | 16:05 | |
*** venkat has joined #openstack-mistral | 16:05 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Remove task result for collection REST requests https://review.openstack.org/345985 | 16:09 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Splitting executions into different tables https://review.openstack.org/347172 | 16:09 |
*** gyee has joined #openstack-mistral | 16:21 | |
*** toddjohn has quit IRC | 16:25 | |
*** venkat has quit IRC | 16:27 | |
*** jpich has quit IRC | 16:35 | |
*** toddjohn has joined #openstack-mistral | 16:45 | |
*** bobh has joined #openstack-mistral | 17:05 | |
*** bobh has quit IRC | 17:10 | |
*** shardy has quit IRC | 17:13 | |
*** tonytan4ever has quit IRC | 17:53 | |
*** bobh has joined #openstack-mistral | 18:07 | |
*** bobh has quit IRC | 18:11 | |
*** toddjohn has quit IRC | 18:16 | |
*** toddjohn has joined #openstack-mistral | 18:17 | |
*** bobh has joined #openstack-mistral | 18:30 | |
*** tonytan4ever has joined #openstack-mistral | 18:43 | |
*** toddjohn has quit IRC | 18:59 | |
*** toddjohn has joined #openstack-mistral | 19:01 | |
openstackgerrit | Jeff Peeler proposed openstack/mistral: Add client caching for OpenStack actions https://review.openstack.org/341717 | 19:24 |
*** gyee has quit IRC | 19:34 | |
jpeeler | rbrady: i'm thinking that your critique is valid of neededing to service non-supported clients, but also am thinking that it should go into mistral-lib | 20:28 |
jpeeler | so i'm considering adjusting this review to support an API call from mistral-lib: https://review.openstack.org/#/c/345069/3 | 20:29 |
jpeeler | if you have any thoughts to the contrary, let me know | 20:29 |
rbrady | jpeeler: mistral.actions.base.Action is moving to mistral-lib | 20:34 |
jpeeler | hrm, ok. so technically everything that's in review will be moved over eventually? | 20:35 |
rbrady | jpeeler: I believe so. the openstack actions will be moving out of mistral proper as well | 20:39 |
jpeeler | ok then, thanks for the quick clarification. i should have remembered | 20:40 |
*** jtomasek has joined #openstack-mistral | 20:40 | |
*** jtomasek has quit IRC | 20:41 | |
*** jtomasek has joined #openstack-mistral | 20:41 | |
*** gyee has joined #openstack-mistral | 20:43 | |
*** catintheroof has quit IRC | 20:52 | |
*** toddjohn has quit IRC | 21:11 | |
*** bobh has quit IRC | 21:49 | |
*** bobh has joined #openstack-mistral | 21:52 | |
*** toddjohn has joined #openstack-mistral | 21:56 | |
*** toddjohn has quit IRC | 22:01 | |
*** openstackgerrit has quit IRC | 22:03 | |
*** openstackgerrit has joined #openstack-mistral | 22:04 | |
*** bobh has quit IRC | 22:05 | |
*** toddjohn has joined #openstack-mistral | 22:07 | |
*** toddjohn has quit IRC | 22:15 | |
*** rrecio_ has quit IRC | 22:45 | |
*** openstackgerrit has quit IRC | 22:48 | |
*** openstackgerrit has joined #openstack-mistral | 22:48 | |
*** toddjohn has joined #openstack-mistral | 23:05 | |
openstackgerrit | Jeff Peeler proposed openstack/mistral: Allow external access to cached clients https://review.openstack.org/345069 | 23:11 |
*** toddjohn has quit IRC | 23:13 | |
*** tonytan4ever has quit IRC | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!