*** jkilpatr has quit IRC | 00:19 | |
*** mbrennan has joined #openstack-mistral | 00:26 | |
*** mbrennan has quit IRC | 00:30 | |
*** jkilpatr has joined #openstack-mistral | 00:57 | |
*** jkilpatr has quit IRC | 01:17 | |
*** catintheroof has quit IRC | 01:18 | |
*** catintheroof has joined #openstack-mistral | 02:40 | |
*** catintheroof has quit IRC | 03:57 | |
openstackgerrit | Adriano Petrich proposed openstack/mistral master: Adding log to db_sync https://review.openstack.org/464010 | 04:51 |
---|---|---|
*** jaosorior_away has quit IRC | 04:58 | |
*** jaosorior has joined #openstack-mistral | 05:41 | |
*** sharat has joined #openstack-mistral | 06:46 | |
*** jamielennox is now known as jamielennox|away | 06:53 | |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient https://review.openstack.org/455174 | 07:01 |
*** mbrennan has joined #openstack-mistral | 07:01 | |
*** mbrennan has quit IRC | 07:06 | |
*** livelace has joined #openstack-mistral | 07:34 | |
*** jpich has joined #openstack-mistral | 07:37 | |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: [WIP] Use keystoneauth plugins and session instead of keystoneclient https://review.openstack.org/455174 | 08:20 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add hide_args=True to @profiler.trace() where it may cause problems https://review.openstack.org/464150 | 08:26 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add 'evaluate_env' workflow parameter https://review.openstack.org/464158 | 08:56 |
*** d0ugal has quit IRC | 09:08 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Release notes for "evaluate_env" https://review.openstack.org/464160 | 09:11 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Add 'evaluate_env' workflow parameter https://review.openstack.org/464158 | 09:13 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Release notes for "evaluate_env" https://review.openstack.org/464160 | 09:13 |
*** d0ugal has joined #openstack-mistral | 09:16 | |
*** d0ugal has quit IRC | 09:25 | |
*** mgershen has joined #openstack-mistral | 09:25 | |
xavierhardy | rakhmerov: we have trouble stopping workflow and action executions | 09:26 |
xavierhardy | PUT /v2/action_executions HTTP/1.1 status: 500 | 09:26 |
xavierhardy | We get a MessagingTimeout | 09:27 |
xavierhardy | How do you stop stale executions in the DB when the whole backend has been restarted | 09:27 |
xavierhardy | ? | 09:27 |
*** mgershen1 has quit IRC | 09:28 | |
rakhmerov | xavierhardy: hi | 09:28 |
xavierhardy | hi | 09:28 |
rakhmerov | what do you pass to /v2/action_executions ? | 09:29 |
rakhmerov | do you pass 'state'? | 09:29 |
xavierhardy | yes | 09:29 |
rakhmerov | ok | 09:29 |
rakhmerov | well, you seem to be doing it right then | 09:29 |
rakhmerov | I need to see logs | 09:29 |
xavierhardy | but it times out with MessagingTimeout | 09:30 |
rakhmerov | yeah, I see | 09:30 |
xavierhardy | id: UUID | 09:30 |
xavierhardy | state: "ERROR" | 09:30 |
rakhmerov | can you file a bug with steps to reproduce and info from logs (engine, executor, api)? | 09:30 |
xavierhardy | I will, but I have got tons of executions of stop first | 09:31 |
rakhmerov | are you doing it via CLI or sending HTTP reqs directly to the endpoint? | 09:31 |
xavierhardy | *to stop first | 09:31 |
xavierhardy | HTTP | 09:31 |
rakhmerov | try CLI, there may be some difference or missing parameters that I don't remember now | 09:31 |
xavierhardy | well, it should not timeout and it should not send back 500, so there's a problem in the API in any case. | 09:34 |
rakhmerov | you can do it like: mistral execution-update -s CANCELLED <id> | 09:34 |
xavierhardy | CANCELLED ? | 09:34 |
rakhmerov | or ERROR | 09:34 |
rakhmerov | yes | 09:34 |
rakhmerov | or SUCCESS | 09:35 |
rakhmerov | whatever you prefer | 09:35 |
xavierhardy | there's a CANCELLED state ? | 09:35 |
rakhmerov | yes | 09:35 |
rakhmerov | so, as far as timeout yes, it's not good | 09:35 |
xavierhardy | I can't pause, put it in success, put it in error, nor delete it | 09:36 |
rakhmerov | we need to see logs, otherwise it's hard to say anything certain | 09:36 |
rakhmerov | what version of Mistral are you using? | 09:36 |
xavierhardy | MistralException: MessagingTimeout: Timed out waiting for a reply to message ID d63a35427a9d44c19ce1a03a68a733cb | 09:37 |
xavierhardy | 2017-05-12 09:23:35,612 INFO [-] xxx.xxx.xxx.xxx "PUT /v2/action_executions HTTP/1.1" status: 500 len: 283 time: 60.0479980 | 09:37 |
xavierhardy | 017-05-12 09:23:35,611 ERROR [-] Server-side error: "MessagingTimeout: Timed out waiting for a reply to message ID 1747586e532645e0b44ffc40528ae97b". Detail: | 09:38 |
xavierhardy | Traceback (most recent call last): | 09:38 |
xavierhardy | File "/usr/local/lib/python2.7/dist-packages/wsmeext/pecan.py", line 85, in callfunction | 09:38 |
xavierhardy | result = f(self, *args, **kwargs) | 09:38 |
xavierhardy | File "/usr/local/lib/python2.7/dist-packages/mistral/api/controllers/v2/action_execution.py", line 176, in put | 09:38 |
xavierhardy | File "/usr/local/lib/python2.7/dist-packages/mistral/engine/rpc_backend/rpc.py", line 319, in decorator | 09:38 |
xavierhardy | _wrap_exception_and_reraise(e) | 09:38 |
xavierhardy | File "/usr/local/lib/python2.7/dist-packages/mistral/engine/rpc_backend/rpc.py", line 294, in _wrap_exception_and_reraise | 09:38 |
xavierhardy | raise exc.MistralException(message) | 09:38 |
xavierhardy | nothing more | 09:38 |
rakhmerov | hm, nothing else in engine or executor log too? | 09:39 |
rakhmerov | there should be something.. | 09:39 |
rakhmerov | or your RabbitMQ simply went down | 09:40 |
xavierhardy | as I said, we rebooted the whole thing | 09:40 |
xavierhardy | so yes, RabbitMQ went down, but I still need a way to clean the whole thing up | 09:41 |
xavierhardy | we get the same error when trying to create a new execution | 09:42 |
rakhmerov | ok, I see | 09:45 |
rakhmerov | what Mistral version? | 09:45 |
xavierhardy | 9b39d7bc622 | 09:48 |
*** d0ugal has joined #openstack-mistral | 09:48 | |
rakhmerov | Nov 14, 2016 | 09:51 |
rakhmerov | early Ocata | 09:51 |
rakhmerov | xavierhardy: can you check RabbitMQ? does it have lots of messages in their queues? | 09:52 |
xavierhardy | wait, the engine does not start | 09:53 |
xavierhardy | that might be part of the problem | 09:53 |
rakhmerov | ok | 09:54 |
rakhmerov | xavierhardy: I'll be here for about an hour, will try to help you | 09:56 |
rakhmerov | then I'll be online late evening | 09:56 |
xavierhardy | I'll try fixing the engine first (Babel version incompatibility, nothing fancy here, I already fixed on one of my development branches) | 09:57 |
rakhmerov | ok | 09:59 |
*** sharat has quit IRC | 10:03 | |
*** sharat has joined #openstack-mistral | 10:03 | |
xavierhardy | OK, it fixed my problem | 10:27 |
xavierhardy | engine => not possible to create/modify executions | 10:27 |
rakhmerov | ok | 10:29 |
rakhmerov | d0ugal: hi | 10:30 |
rakhmerov | do you know if there's any problems with TripleO gate now? | 10:30 |
rakhmerov | one of my latest patches failed on it (https://review.openstack.org/#/c/464158) but the failure doesn't seem to be related with the changes | 10:31 |
openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: [WIP] Use keystoneauth plugins and session instead of keystoneclient https://review.openstack.org/455174 | 10:40 |
therve | rakhmerov, I think it's a intermittent mirror issue | 10:42 |
rakhmerov | therve: ok | 10:42 |
d0ugal | thanks therve :) | 10:46 |
therve | No problem :) | 10:48 |
*** jkilpatr has joined #openstack-mistral | 11:12 | |
*** chlong has quit IRC | 11:36 | |
*** mgershen1 has joined #openstack-mistral | 11:53 | |
*** mgershen has quit IRC | 11:55 | |
*** jamielennox|away is now known as jamielennox | 12:30 | |
openstackgerrit | Adriano Petrich proposed openstack/mistral master: WIP adding mistral_lib to mistral https://review.openstack.org/464186 | 12:34 |
*** sharat has quit IRC | 12:35 | |
*** mbrennan has joined #openstack-mistral | 13:13 | |
*** mbrennan has quit IRC | 13:35 | |
*** mbrennan has joined #openstack-mistral | 13:38 | |
*** mbrennan has quit IRC | 13:47 | |
*** mbrennan has joined #openstack-mistral | 14:02 | |
*** chlong has joined #openstack-mistral | 14:09 | |
*** jistr is now known as jistr|afk | 14:44 | |
openstackgerrit | luong tuan proposed openstack/mistral master: Add user creds trusts to db https://review.openstack.org/462056 | 14:47 |
*** livelace has quit IRC | 14:53 | |
*** dprince has joined #openstack-mistral | 15:11 | |
xavierhardy | It's working fine now, thanks rakhmerov | 15:19 |
xavierhardy | bye | 15:19 |
*** xavierhardy has left #openstack-mistral | 15:19 | |
*** jpich has quit IRC | 15:44 | |
openstackgerrit | luong tuan proposed openstack/mistral master: Add user creds trusts to db https://review.openstack.org/462056 | 15:49 |
*** jistr|afk is now known as jistr | 16:06 | |
*** jtomasek has quit IRC | 16:16 | |
*** jtomasek has joined #openstack-mistral | 16:16 | |
*** mbrennan has quit IRC | 16:29 | |
*** zhenguo has quit IRC | 16:46 | |
*** jrist is now known as jrist-afk | 16:51 | |
*** jaosorior has quit IRC | 17:09 | |
*** jrist-afk is now known as jrist | 17:12 | |
*** jkilpatr has quit IRC | 17:26 | |
*** jkilpatr has joined #openstack-mistral | 17:28 | |
*** mbrennan has joined #openstack-mistral | 17:40 | |
*** mbrennan has quit IRC | 18:22 | |
*** mbrennan has joined #openstack-mistral | 18:40 | |
*** jkilpatr has quit IRC | 18:50 | |
*** jkilpatr has joined #openstack-mistral | 18:57 | |
*** abishop has joined #openstack-mistral | 18:59 | |
*** harlowja has quit IRC | 19:02 | |
*** mgershen1 has quit IRC | 19:26 | |
*** dprince has quit IRC | 19:51 | |
*** abishop has quit IRC | 20:07 | |
*** rbrady has joined #openstack-mistral | 20:29 | |
*** jkilpatr has quit IRC | 21:04 | |
*** toure is now known as toure|gone | 22:09 | |
*** harlowja has joined #openstack-mistral | 22:40 | |
*** chlong has quit IRC | 23:00 | |
*** fultonj has quit IRC | 23:20 | |
*** mbrennan has quit IRC | 23:20 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!