*** rrecio has quit IRC | 00:02 | |
*** toddjohn has quit IRC | 00:17 | |
*** toddjohn has joined #openstack-mistral | 00:17 | |
*** vishwanathj has joined #openstack-mistral | 00:18 | |
*** toddjohn has quit IRC | 00:22 | |
*** vishwanathj has quit IRC | 00:30 | |
*** vishwanathj has joined #openstack-mistral | 00:31 | |
*** chlong has quit IRC | 00:32 | |
*** vishwanathj has quit IRC | 00:36 | |
*** vishwanathj has joined #openstack-mistral | 00:37 | |
*** vishwanathj has quit IRC | 00:40 | |
*** vishwanathj has joined #openstack-mistral | 00:41 | |
*** vishwanathj has quit IRC | 00:41 | |
*** bobh has joined #openstack-mistral | 01:15 | |
*** bobh has quit IRC | 01:19 | |
*** bobh has joined #openstack-mistral | 01:21 | |
*** bobh has quit IRC | 01:27 | |
*** toddjohn has joined #openstack-mistral | 02:19 | |
*** bobh has joined #openstack-mistral | 02:23 | |
*** toddjohn has quit IRC | 02:23 | |
*** bobh has quit IRC | 02:35 | |
*** toddjohn has joined #openstack-mistral | 03:20 | |
*** toddjohn has quit IRC | 03:24 | |
*** chlong has joined #openstack-mistral | 03:49 | |
rakhmerov | hparekh: hi Hardik, can you please look at https://review.openstack.org/#/c/350977/ and further (3 patches) | 03:58 |
---|---|---|
* hparekh looking | 03:59 | |
rakhmerov | hparekh: I have a question about https://review.openstack.org/#/c/344598 | 04:05 |
rakhmerov | is it supposed to help configure ssl certificates somewhow? | 04:06 |
rakhmerov | or something else needs to be done? | 04:06 |
*** toddjohn has joined #openstack-mistral | 04:21 | |
*** toddjohn has quit IRC | 04:25 | |
rakhmerov | hparekh: nevermind, I looked at the next patch and it made it clear to me | 04:43 |
*** jaosorior has joined #openstack-mistral | 04:52 | |
*** jaosorior has quit IRC | 04:54 | |
*** jaosorior has joined #openstack-mistral | 04:55 | |
openstackgerrit | Merged openstack/mistral: Towards non-locking model: add insert_or_ignore() on DB API https://review.openstack.org/350977 | 05:06 |
openstackgerrit | hardik proposed openstack/mistral: Filtering support for actions https://review.openstack.org/269971 | 05:06 |
openstackgerrit | hardik proposed openstack/mistral: Filtering support for actions https://review.openstack.org/269971 | 05:09 |
openstackgerrit | Merged openstack/mistral: DB migration to three execution tables and increase some columns https://review.openstack.org/350183 | 05:09 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack/mistral: Use actual session for ironic-inspector action population https://review.openstack.org/351134 | 05:14 |
*** jaosorior has quit IRC | 05:14 | |
*** jaosorior has joined #openstack-mistral | 05:15 | |
openstackgerrit | Merged openstack/mistral: Towards non-locking model: use insert_or_ignore() for delayed calls https://review.openstack.org/351025 | 05:15 |
*** jaosorior has quit IRC | 05:17 | |
*** jaosorior has joined #openstack-mistral | 05:18 | |
openstackgerrit | Merged openstack/mistral: Towards non-locking model: decouple WF completion check via scheduler https://review.openstack.org/351098 | 05:19 |
*** janki has joined #openstack-mistral | 05:19 | |
*** Ravikiran_K has joined #openstack-mistral | 06:06 | |
*** chlong has quit IRC | 06:08 | |
*** toddjohn has joined #openstack-mistral | 06:22 | |
jaosorior | rakhmerov: Hey, can you take another look at https://review.openstack.org/#/c/351134/ ? | 06:23 |
jaosorior | d0ugal ^^ | 06:24 |
d0ugal | jaosorior: Sure | 06:24 |
jaosorior | rakhmerov, d0ugal thanks | 06:26 |
rakhmerov | jaosorior: just did | 06:26 |
*** toddjohn has quit IRC | 06:26 | |
*** chlong has joined #openstack-mistral | 06:40 | |
*** jtomasek has joined #openstack-mistral | 06:44 | |
*** chlong has quit IRC | 06:52 | |
jaosorior | d0ugal: Are you running the latest mistral code? | 07:02 |
d0ugal | jaosorior: Yeah, well, I installed it on Tuesday I think. | 07:02 |
jaosorior | d0ugal: I think I screwed my deployment. Got the latest stuff. And I keep seeing this http://paste.openstack.org/show/550150/ | 07:04 |
d0ugal | jaosorior: I would guess there is a database migration that you need to run? | 07:04 |
d0ugal | but not sure, I've never had anything like that. | 07:05 |
jaosorior | dougal: I actually attempted to run the migration several times | 07:08 |
jaosorior | even whiped the database | 07:08 |
jaosorior | and now that I try to run the migration, from scratch, it keeps failing | 07:08 |
d0ugal | oh :/ | 07:10 |
jaosorior | yeah dude, quite strange | 07:11 |
d0ugal | jaosorior: What error do you get when you run the migration from scratch? | 07:12 |
jaosorior | d0ugal: No error. it succeeds, but running the mistral-server keeps getting the error I pointed out | 07:12 |
d0ugal | jaosorior: I'm not sure then, sorry :/ | 07:13 |
d0ugal | jaosorior: I can only think that it is related to this recent migration: https://github.com/openstack/mistral/blob/master/mistral/db/sqlalchemy/migration/alembic_migrations/versions/013_split_execution_table_increase_names.py | 07:13 |
d0ugal | Which is only a few days old | 07:13 |
*** vishwanathj has joined #openstack-mistral | 07:15 | |
*** vishwanathj has quit IRC | 07:15 | |
jaosorior | might be | 07:15 |
openstackgerrit | Andras Kovi proposed openstack/python-mistralclient: Add target-* parameters to python-mistralclient https://review.openstack.org/351536 | 07:25 |
jaosorior | rakhmerov: Hey, where do these unique_key's come from? I read a bit of this commit https://review.openstack.org/#/c/350977/ and I'm a bit confused about it | 07:26 |
openstackgerrit | Merged openstack/mistral: Use actual session for ironic-inspector action population https://review.openstack.org/351134 | 07:26 |
jaosorior | rakhmerov: it also seems that my deployment keeps crashing trying to get a unique_key attribute from the delayed_calls_v2 table. And I haven't figured out why :/ | 07:27 |
rakhmerov | jaosorior: it's needed for some of the changes I'm currently working on, so it's in general WIP | 07:29 |
rakhmerov | and there's no migration yet for this column | 07:29 |
rakhmerov | it will be made on Sunday I guess (by other person) | 07:29 |
jaosorior | rakhmerov: I see, that explains why my deployment is failing | 07:29 |
rakhmerov | the column itself is needed to be able to avoid duplications when scheduling delayed calls of the same nature | 07:30 |
rakhmerov | yeah, sorry for that | 07:30 |
jaosorior | rakhmerov: that makes sense | 07:30 |
rakhmerov | you can wait till Sunday-Monday, the migration will be prepared | 07:30 |
jaosorior | rakhmerov: alright, thanks for the info | 07:32 |
rakhmerov | no problem | 07:32 |
rakhmerov | so just some more info for your awareness: we're now reworking the whole transactional model in Mistral in order to improve performance drastically | 07:32 |
rakhmerov | we're moving towards removing heavy pessimistic locks entirely | 07:33 |
rakhmerov | so some temporary issues might be observed if you update in the middle | 07:33 |
rakhmerov | I'm expecting to get this done in a few days | 07:33 |
*** jpich has joined #openstack-mistral | 07:39 | |
*** shardy has joined #openstack-mistral | 07:55 | |
*** openstackgerrit has quit IRC | 08:03 | |
*** openstackgerrit has joined #openstack-mistral | 08:03 | |
*** jaosorior has quit IRC | 08:13 | |
*** shardy has quit IRC | 08:14 | |
*** jaosorior has joined #openstack-mistral | 08:14 | |
*** shardy has joined #openstack-mistral | 08:14 | |
*** dkushwaha has quit IRC | 08:20 | |
*** toddjohn has joined #openstack-mistral | 08:24 | |
d0ugal | rakhmerov: Interesting, thanks for that update | 08:28 |
d0ugal | rakhmerov: by the way, TripleO tests against Mistral master, so we might be good at highlighting issues for you :) | 08:28 |
*** toddjohn has quit IRC | 08:28 | |
jaosorior | d0ugal: Do we? | 08:29 |
d0ugal | jaosorior: Oh, I thought we did | 08:29 |
d0ugal | but I guess I am wrong | 08:29 |
jaosorior | d0ugal: Not AFAIK | 08:29 |
d0ugal | jaosorior: I think you know better :) | 08:29 |
d0ugal | jaosorior: When what version do we test against? | 08:29 |
d0ugal | jaosorior: Latest promoted packages? | 08:29 |
jaosorior | d0ugal: as far as I remember we test against what's promoted in RDO | 08:29 |
jaosorior | yes | 08:29 |
d0ugal | right | 08:29 |
d0ugal | so the promotion job tests against master | 08:30 |
jaosorior | d0ugal: yes, that's correct | 08:30 |
jaosorior | d0ugal: It might be a good idea to give a heads up to the RDO folks about the current state of mistral | 08:30 |
d0ugal | jaosorior: Where/how would you do that? | 08:30 |
jaosorior | d0ugal: #rdo channel in freenode | 08:31 |
d0ugal | k | 08:31 |
rakhmerov | d0ugal: ok ) | 08:31 |
* d0ugal will brb | 08:32 | |
*** d0ugal has quit IRC | 08:32 | |
*** d0ugal has joined #openstack-mistral | 08:33 | |
*** d0ugal has quit IRC | 08:33 | |
*** d0ugal has joined #openstack-mistral | 08:33 | |
openstackgerrit | Merged openstack/mistral: Added support for SSL connection in mistra-api server https://review.openstack.org/344598 | 08:39 |
*** toddjohn has joined #openstack-mistral | 10:25 | |
*** toddjohn has quit IRC | 10:30 | |
*** Ravikiran_K has quit IRC | 10:58 | |
*** bobh has joined #openstack-mistral | 12:01 | |
*** bobh has quit IRC | 12:10 | |
*** dprince has joined #openstack-mistral | 12:13 | |
*** toddjohn has joined #openstack-mistral | 12:27 | |
*** toddjohn has quit IRC | 12:35 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Towards non-locking model: adapt 'join' tasks to work w/o locks https://review.openstack.org/351727 | 12:40 |
*** toddjohn has joined #openstack-mistral | 12:41 | |
*** bobh has joined #openstack-mistral | 12:53 | |
*** catintheroof has quit IRC | 12:53 | |
*** jaosorior has quit IRC | 12:54 | |
*** catintheroof has joined #openstack-mistral | 13:05 | |
*** janki has quit IRC | 13:33 | |
*** Ravikiran_K has joined #openstack-mistral | 13:33 | |
*** janki has joined #openstack-mistral | 13:33 | |
*** tonytan4ever has joined #openstack-mistral | 13:53 | |
*** tonytan4ever has quit IRC | 13:55 | |
*** tonytan4ever has joined #openstack-mistral | 13:55 | |
*** catintheroof has quit IRC | 14:00 | |
*** openstackgerrit has quit IRC | 14:03 | |
*** openstackgerrit has joined #openstack-mistral | 14:03 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Towards non-locking model: adapt 'join' tasks to work w/o locks https://review.openstack.org/351727 | 14:05 |
*** catintheroof has joined #openstack-mistral | 14:07 | |
*** janki has quit IRC | 14:11 | |
*** tonytan4ever has quit IRC | 14:17 | |
*** tonytan4ever has joined #openstack-mistral | 14:17 | |
*** vishwanathj has joined #openstack-mistral | 14:31 | |
*** clenimar has quit IRC | 14:54 | |
*** clenimar has joined #openstack-mistral | 14:55 | |
*** d0ugal has quit IRC | 15:05 | |
*** shardy is now known as shardy_afk | 15:07 | |
*** jistr is now known as jistr|mtg | 15:14 | |
*** brian_price has joined #openstack-mistral | 15:17 | |
*** d0ugal has joined #openstack-mistral | 15:18 | |
*** shardy_afk is now known as shardy | 16:12 | |
*** jpich has quit IRC | 16:36 | |
*** tonytan4ever has quit IRC | 16:39 | |
*** d0ugal has quit IRC | 16:44 | |
*** tonytan4ever has joined #openstack-mistral | 16:45 | |
*** bobh has quit IRC | 17:12 | |
*** d0ugal has joined #openstack-mistral | 17:12 | |
*** Ephur has joined #openstack-mistral | 17:34 | |
*** shardy is now known as shardy_afk | 18:03 | |
*** tonytan4ever has quit IRC | 18:03 | |
*** bobh has joined #openstack-mistral | 18:03 | |
*** bobh has quit IRC | 18:21 | |
*** bobh has joined #openstack-mistral | 18:32 | |
*** catintheroof has quit IRC | 19:00 | |
*** shardy_afk is now known as shardy | 20:38 | |
*** shardy has quit IRC | 20:58 | |
*** rbrady is now known as rbrady-afk | 21:07 | |
*** dprince has quit IRC | 21:12 | |
*** Ravikiran_K has quit IRC | 21:21 | |
*** bobh has quit IRC | 22:21 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!