*** harlowja has joined #openstack-mistral | 00:29 | |
*** chlong has quit IRC | 01:03 | |
*** cheneydc has joined #openstack-mistral | 01:09 | |
*** cheneydc has quit IRC | 01:10 | |
*** openstack has joined #openstack-mistral | 01:44 | |
*** chlong has joined #openstack-mistral | 02:19 | |
*** vishwana_ is now known as vishwanathj_zzz | 02:38 | |
*** hparekh has joined #openstack-mistral | 03:50 | |
*** janki has joined #openstack-mistral | 04:38 | |
openstackgerrit | Merged openstack/mistral-lib: Update info in the configuration file https://review.openstack.org/366768 | 04:40 |
---|---|---|
*** hparekh_ has joined #openstack-mistral | 04:51 | |
*** hparekh has quit IRC | 04:54 | |
*** sharatss has joined #openstack-mistral | 05:03 | |
*** jaosorior has joined #openstack-mistral | 05:10 | |
*** chlong has quit IRC | 05:14 | |
openstackgerrit | Merged openstack/python-mistralclient: Fixing auth for keystone v2.0 https://review.openstack.org/365655 | 05:20 |
*** chlong has joined #openstack-mistral | 05:30 | |
*** Ravikiran_K has joined #openstack-mistral | 06:04 | |
*** chlong has quit IRC | 06:13 | |
*** chlong has joined #openstack-mistral | 06:26 | |
*** hparekh_ has quit IRC | 06:35 | |
*** sharatss has quit IRC | 06:44 | |
*** sharatss has joined #openstack-mistral | 06:45 | |
*** tonytan4ever has quit IRC | 06:49 | |
*** hparekh has joined #openstack-mistral | 07:17 | |
*** openstackgerrit has quit IRC | 07:33 | |
*** openstackgerrit has joined #openstack-mistral | 07:34 | |
*** tonytan4ever has joined #openstack-mistral | 07:50 | |
*** jpich has joined #openstack-mistral | 07:52 | |
*** chlong has quit IRC | 07:52 | |
*** tonytan4ever has quit IRC | 07:54 | |
rakhmerov | kong: hi, I left one small comment in your patch with REST API | 07:58 |
rakhmerov | please fix it and I'll give my +2 | 07:58 |
rakhmerov | hparekh: hi Hardik, you here? | 08:01 |
hparekh | rakhmerov, hi | 08:01 |
rakhmerov | I found one problem with WSGI service and thought you could maybe help me understand something | 08:02 |
rakhmerov | so now our API works as a WSGI service (comes from oslo.services) and it forks some number of worker | 08:03 |
rakhmerov | workers | 08:03 |
rakhmerov | sometimes, if we send an API request and it takes longer than ~15 seconds to process it (e.g. a heavy DB query) then WSGI service just kills corresponding worker | 08:04 |
rakhmerov | w/o even logging anything about the reason | 08:04 |
hparekh | oh | 08:04 |
rakhmerov | hparekh: sounds any familiar to you? | 08:04 |
rakhmerov | yes | 08:04 |
rakhmerov | it's pretty confusing | 08:04 |
rakhmerov | I just basically do 'mistral task-list' and if a number of tasks is pretty big (~3000) then it kills a WSGI worker | 08:05 |
hparekh | rakhmerov, Give me sometime. I will update you | 08:05 |
rakhmerov | so the timeout is about 15 seconds which doesn't seem anything like in oslo.service config options (in their defaults) | 08:06 |
rakhmerov | yeah, thanks | 08:06 |
*** sharatss has quit IRC | 08:07 | |
*** kiteall has joined #openstack-mistral | 08:23 | |
*** shardy has joined #openstack-mistral | 08:26 | |
openstackgerrit | Cao Xuan Hoang proposed openstack/mistral-dashboard: Clean imports in code https://review.openstack.org/367202 | 08:28 |
*** jaosorior is now known as jaosorior_lunch | 08:40 | |
*** mflobo has joined #openstack-mistral | 08:42 | |
*** sharatss has joined #openstack-mistral | 09:05 | |
hparekh | rakhmerov, Hi, I am unable to reproduce it in my devstack environment. My wait time is almost ~30 seconds. | 09:43 |
hparekh | I have test this with action-list with action definitions in database are ~12000 | 09:44 |
*** achatterjee has quit IRC | 10:10 | |
openstackgerrit | Merged openstack/mistral: Change execution mechanism for 'join' tasks https://review.openstack.org/356343 | 10:10 |
openstackgerrit | Merged openstack/mistral: Optimize finder functions for task executions https://review.openstack.org/365431 | 10:11 |
rakhmerov | hparekh: hm... this is strange | 10:21 |
rakhmerov | maybe it depends on an operating system | 10:21 |
rakhmerov | hparekh: how do you organize a load on a worker? | 10:22 |
rakhmerov | maybe this worker just runs out of memory or something like this, I don't know | 10:22 |
hparekh | rakhmerov, I use ubuntu trusty. | 10:29 |
rakhmerov | ok | 10:29 |
hparekh | I have just run mistral action-list command after loading data to action_definition table | 10:29 |
rakhmerov | ok, and your methods works about 30 seconds? | 10:30 |
hparekh | yeah | 10:30 |
rakhmerov | I mean is it really such a heavy query that it takes 30 secs? | 10:30 |
hparekh | I took 30 seconds to complete | 10:30 |
hparekh | *It | 10:31 |
openstackgerrit | Hardik Parekh proposed openstack/mistral: Added unit tests for Workbook and Workflow filtering https://review.openstack.org/367272 | 10:31 |
rakhmerov | hm... I see | 10:32 |
rakhmerov | hparekh: thanks a lot, I'll keep investigating. But seems like it's related to operating system or some memory settings | 10:33 |
rakhmerov | I guess it might run out of something (like memory) | 10:33 |
rakhmerov | guys, is anybody available to investigate https://bugs.launchpad.net/mistral/+bug/1621039 ? | 10:34 |
openstack | Launchpad bug 1621039 in Mistral "tox failing on the master branch" [Undecided,New] | 10:34 |
*** achatterjee has joined #openstack-mistral | 10:34 | |
hparekh | hparekh, yeah seems like memory issue. let me know if you find any issue. I will look into it | 10:35 |
hparekh | rakhmerov, ^^ | 10:35 |
rakhmerov | ok | 10:35 |
openstackgerrit | Andras Kovi proposed openstack/mistral: Update documentation for multi-vim-support https://review.openstack.org/356567 | 10:49 |
openstackgerrit | Merged openstack/mistral-dashboard: Clean imports in code https://review.openstack.org/367202 | 10:52 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Update documentation for multi-vim-support https://review.openstack.org/356567 | 10:56 |
openstackgerrit | Lingxian Kong proposed openstack/mistral: Add event trigger REST API https://review.openstack.org/320509 | 11:24 |
openstackgerrit | Sharat Sharma proposed openstack/mistral-lib: Replaced the invalid link to documentation with a valid one https://review.openstack.org/367301 | 11:27 |
openstackgerrit | Hardik Parekh proposed openstack/mistral: Fixed http links in CONRIBUTING.rst https://review.openstack.org/367309 | 11:49 |
*** tonytan4ever has joined #openstack-mistral | 11:51 | |
*** jaosorior_lunch is now known as jaosorior | 11:56 | |
*** tonytan4ever has quit IRC | 11:56 | |
openstackgerrit | Hardik Parekh proposed openstack/mistral-dashboard: Remove .mailmap and AUTHORS file since it's no longer needed https://review.openstack.org/367323 | 12:03 |
*** hparekh has quit IRC | 12:04 | |
openstackgerrit | Andras Kovi proposed openstack/python-mistralclient: Send access info to server https://review.openstack.org/354803 | 12:06 |
*** dprince has joined #openstack-mistral | 12:09 | |
openstackgerrit | Andras Kovi proposed openstack/mistral: Accept service catalog from client side https://review.openstack.org/355368 | 12:14 |
*** toure has joined #openstack-mistral | 12:28 | |
openstackgerrit | Dougal Matthews proposed openstack/python-mistralclient: Use upper constraints for all jobs in tox.ini https://review.openstack.org/366754 | 12:35 |
*** jaosorior has quit IRC | 12:51 | |
*** jaosorior has joined #openstack-mistral | 12:51 | |
*** shardy is now known as shardy_mtg | 12:57 | |
*** tonytan4ever has joined #openstack-mistral | 13:07 | |
*** bobh has joined #openstack-mistral | 13:08 | |
*** tonytan4ever has quit IRC | 13:12 | |
*** sharatss has quit IRC | 13:12 | |
*** tonytan4ever has joined #openstack-mistral | 13:14 | |
*** shardy_mtg is now known as shardy | 13:14 | |
openstackgerrit | Andras Kovi proposed openstack/mistral: Update documentation for multi-vim support https://review.openstack.org/356567 | 13:44 |
*** brian_price has quit IRC | 13:50 | |
*** brian_price has joined #openstack-mistral | 13:56 | |
*** janki has quit IRC | 13:58 | |
*** brunograz_ has joined #openstack-mistral | 14:01 | |
*** brunograz has quit IRC | 14:01 | |
*** brunograz_ is now known as brunograz | 14:01 | |
*** vishwanathj_zzz is now known as vishwanathj | 14:18 | |
*** kiteall has quit IRC | 14:35 | |
*** dprince has quit IRC | 14:57 | |
*** dprince has joined #openstack-mistral | 14:57 | |
*** rrecio has joined #openstack-mistral | 15:22 | |
*** dprince has quit IRC | 15:30 | |
*** dprince has joined #openstack-mistral | 15:31 | |
*** dprince has quit IRC | 15:37 | |
*** dprince has joined #openstack-mistral | 16:31 | |
*** clenimar has joined #openstack-mistral | 16:43 | |
*** jaosorior has quit IRC | 17:01 | |
*** mflobo has left #openstack-mistral | 17:38 | |
*** rrecio has quit IRC | 17:44 | |
*** jpich has quit IRC | 17:50 | |
*** bobh_ has joined #openstack-mistral | 18:01 | |
*** bobh has quit IRC | 18:04 | |
*** vishwanathj is now known as vishwanathj_ | 18:06 | |
*** Ravikiran_K has quit IRC | 18:44 | |
openstackgerrit | Doug Hellmann proposed openstack/mistral: standardize release note page ordering https://review.openstack.org/367576 | 18:54 |
*** vishwanathj_ is now known as vishwanathj | 19:00 | |
*** rrecio has joined #openstack-mistral | 19:08 | |
*** dprince has quit IRC | 19:16 | |
*** shardy has quit IRC | 20:49 | |
*** harlowja_ has joined #openstack-mistral | 20:59 | |
*** harlowja has quit IRC | 21:00 | |
*** tonytan4ever has quit IRC | 21:27 | |
*** bobh_ has quit IRC | 22:01 | |
*** harlowja has joined #openstack-mistral | 22:18 | |
openstackgerrit | Winson Chan proposed openstack/mistral: Fix delayed calls DB migration https://review.openstack.org/367674 | 22:19 |
*** harlowja_ has quit IRC | 22:22 | |
*** tonytan4ever has joined #openstack-mistral | 22:28 | |
*** tonytan4ever has quit IRC | 22:33 | |
*** rrecio has quit IRC | 22:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!