Friday, 2016-08-05

*** rrecio has quit IRC00:02
*** toddjohn has quit IRC00:17
*** toddjohn has joined #openstack-mistral00:17
*** vishwanathj has joined #openstack-mistral00:18
*** toddjohn has quit IRC00:22
*** vishwanathj has quit IRC00:30
*** vishwanathj has joined #openstack-mistral00:31
*** chlong has quit IRC00:32
*** vishwanathj has quit IRC00:36
*** vishwanathj has joined #openstack-mistral00:37
*** vishwanathj has quit IRC00:40
*** vishwanathj has joined #openstack-mistral00:41
*** vishwanathj has quit IRC00:41
*** bobh has joined #openstack-mistral01:15
*** bobh has quit IRC01:19
*** bobh has joined #openstack-mistral01:21
*** bobh has quit IRC01:27
*** toddjohn has joined #openstack-mistral02:19
*** bobh has joined #openstack-mistral02:23
*** toddjohn has quit IRC02:23
*** bobh has quit IRC02:35
*** toddjohn has joined #openstack-mistral03:20
*** toddjohn has quit IRC03:24
*** chlong has joined #openstack-mistral03:49
rakhmerovhparekh: hi Hardik, can you please look at https://review.openstack.org/#/c/350977/ and further (3 patches)03:58
* hparekh looking03:59
rakhmerovhparekh: I have a question about https://review.openstack.org/#/c/34459804:05
rakhmerovis it supposed to help configure ssl certificates somewhow?04:06
rakhmerovor something else needs to be done?04:06
*** toddjohn has joined #openstack-mistral04:21
*** toddjohn has quit IRC04:25
rakhmerovhparekh: nevermind, I looked at the next patch and it made it clear to me04:43
*** jaosorior has joined #openstack-mistral04:52
*** jaosorior has quit IRC04:54
*** jaosorior has joined #openstack-mistral04:55
openstackgerritMerged openstack/mistral: Towards non-locking model: add insert_or_ignore() on DB API  https://review.openstack.org/35097705:06
openstackgerrithardik proposed openstack/mistral: Filtering support for actions  https://review.openstack.org/26997105:06
openstackgerrithardik proposed openstack/mistral: Filtering support for actions  https://review.openstack.org/26997105:09
openstackgerritMerged openstack/mistral: DB migration to three execution tables and increase some columns  https://review.openstack.org/35018305:09
openstackgerritJuan Antonio Osorio Robles proposed openstack/mistral: Use actual session for ironic-inspector action population  https://review.openstack.org/35113405:14
*** jaosorior has quit IRC05:14
*** jaosorior has joined #openstack-mistral05:15
openstackgerritMerged openstack/mistral: Towards non-locking model: use insert_or_ignore() for delayed calls  https://review.openstack.org/35102505:15
*** jaosorior has quit IRC05:17
*** jaosorior has joined #openstack-mistral05:18
openstackgerritMerged openstack/mistral: Towards non-locking model: decouple WF completion check via scheduler  https://review.openstack.org/35109805:19
*** janki has joined #openstack-mistral05:19
*** Ravikiran_K has joined #openstack-mistral06:06
*** chlong has quit IRC06:08
*** toddjohn has joined #openstack-mistral06:22
jaosoriorrakhmerov: Hey, can you take another look at https://review.openstack.org/#/c/351134/ ?06:23
jaosoriord0ugal ^^06:24
d0ugaljaosorior: Sure06:24
jaosoriorrakhmerov, d0ugal thanks06:26
rakhmerovjaosorior: just did06:26
*** toddjohn has quit IRC06:26
*** chlong has joined #openstack-mistral06:40
*** jtomasek has joined #openstack-mistral06:44
*** chlong has quit IRC06:52
jaosoriord0ugal: Are you running the latest mistral code?07:02
d0ugaljaosorior: Yeah, well, I installed it on Tuesday I think.07:02
jaosoriord0ugal: I think I screwed my deployment. Got the latest stuff. And I keep seeing this http://paste.openstack.org/show/550150/07:04
d0ugaljaosorior: I would guess there is a database migration that you need to run?07:04
d0ugalbut not sure, I've never had anything like that.07:05
jaosoriordougal: I actually attempted to run the migration several times07:08
jaosorioreven whiped the database07:08
jaosoriorand now that I try to run the migration, from scratch, it keeps failing07:08
d0ugaloh :/07:10
jaosorioryeah dude, quite strange07:11
d0ugaljaosorior: What error do you get when you run the migration from scratch?07:12
jaosoriord0ugal: No error. it succeeds, but running the mistral-server keeps getting the error I pointed out07:12
d0ugaljaosorior: I'm not sure then, sorry :/07:13
d0ugaljaosorior: 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.py07:13
d0ugalWhich is only a few days old07:13
*** vishwanathj has joined #openstack-mistral07:15
*** vishwanathj has quit IRC07:15
jaosoriormight be07:15
openstackgerritAndras Kovi proposed openstack/python-mistralclient: Add target-* parameters to python-mistralclient  https://review.openstack.org/35153607:25
jaosoriorrakhmerov: 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 it07:26
openstackgerritMerged openstack/mistral: Use actual session for ironic-inspector action population  https://review.openstack.org/35113407:26
jaosoriorrakhmerov: 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
rakhmerovjaosorior: it's needed for some of the changes I'm currently working on, so it's in general WIP07:29
rakhmerovand there's no migration yet for this column07:29
rakhmerovit will be made on Sunday I guess (by other person)07:29
jaosoriorrakhmerov: I see, that explains why my deployment is failing07:29
rakhmerovthe column itself is needed to be able to avoid duplications when scheduling delayed calls of the same nature07:30
rakhmerovyeah, sorry for that07:30
jaosoriorrakhmerov: that makes sense07:30
rakhmerovyou can wait till Sunday-Monday, the migration will be prepared07:30
jaosoriorrakhmerov: alright, thanks for the info07:32
rakhmerovno problem07:32
rakhmerovso just some more info for your awareness: we're now reworking the whole transactional model in Mistral in order to improve performance drastically07:32
rakhmerovwe're moving towards removing heavy pessimistic locks entirely07:33
rakhmerovso some temporary issues might be observed if you update in the middle07:33
rakhmerovI'm expecting to get this done in a few days07:33
*** jpich has joined #openstack-mistral07:39
*** shardy has joined #openstack-mistral07:55
*** openstackgerrit has quit IRC08:03
*** openstackgerrit has joined #openstack-mistral08:03
*** jaosorior has quit IRC08:13
*** shardy has quit IRC08:14
*** jaosorior has joined #openstack-mistral08:14
*** shardy has joined #openstack-mistral08:14
*** dkushwaha has quit IRC08:20
*** toddjohn has joined #openstack-mistral08:24
d0ugalrakhmerov: Interesting, thanks for that update08:28
d0ugalrakhmerov: by the way, TripleO tests against Mistral master, so we might be good at highlighting issues for you :)08:28
*** toddjohn has quit IRC08:28
jaosoriord0ugal: Do we?08:29
d0ugaljaosorior: Oh, I thought we did08:29
d0ugalbut I guess I am wrong08:29
jaosoriord0ugal: Not AFAIK08:29
d0ugaljaosorior: I think you know better :)08:29
d0ugaljaosorior: When what version do we test against?08:29
d0ugaljaosorior: Latest promoted packages?08:29
jaosoriord0ugal: as far as I remember we test against what's promoted in RDO08:29
jaosorioryes08:29
d0ugalright08:29
d0ugalso the promotion job tests against master08:30
jaosoriord0ugal: yes, that's correct08:30
jaosoriord0ugal: It might be a good idea to give a heads up to the RDO folks about the current state of mistral08:30
d0ugaljaosorior: Where/how would you do that?08:30
jaosoriord0ugal: #rdo channel in freenode08:31
d0ugalk08:31
rakhmerovd0ugal: ok )08:31
* d0ugal will brb08:32
*** d0ugal has quit IRC08:32
*** d0ugal has joined #openstack-mistral08:33
*** d0ugal has quit IRC08:33
*** d0ugal has joined #openstack-mistral08:33
openstackgerritMerged openstack/mistral: Added support for SSL connection in mistra-api server  https://review.openstack.org/34459808:39
*** toddjohn has joined #openstack-mistral10:25
*** toddjohn has quit IRC10:30
*** Ravikiran_K has quit IRC10:58
*** bobh has joined #openstack-mistral12:01
*** bobh has quit IRC12:10
*** dprince has joined #openstack-mistral12:13
*** toddjohn has joined #openstack-mistral12:27
*** toddjohn has quit IRC12:35
openstackgerritRenat Akhmerov proposed openstack/mistral: Towards non-locking model: adapt 'join' tasks to work w/o locks  https://review.openstack.org/35172712:40
*** toddjohn has joined #openstack-mistral12:41
*** bobh has joined #openstack-mistral12:53
*** catintheroof has quit IRC12:53
*** jaosorior has quit IRC12:54
*** catintheroof has joined #openstack-mistral13:05
*** janki has quit IRC13:33
*** Ravikiran_K has joined #openstack-mistral13:33
*** janki has joined #openstack-mistral13:33
*** tonytan4ever has joined #openstack-mistral13:53
*** tonytan4ever has quit IRC13:55
*** tonytan4ever has joined #openstack-mistral13:55
*** catintheroof has quit IRC14:00
*** openstackgerrit has quit IRC14:03
*** openstackgerrit has joined #openstack-mistral14:03
openstackgerritRenat Akhmerov proposed openstack/mistral: Towards non-locking model: adapt 'join' tasks to work w/o locks  https://review.openstack.org/35172714:05
*** catintheroof has joined #openstack-mistral14:07
*** janki has quit IRC14:11
*** tonytan4ever has quit IRC14:17
*** tonytan4ever has joined #openstack-mistral14:17
*** vishwanathj has joined #openstack-mistral14:31
*** clenimar has quit IRC14:54
*** clenimar has joined #openstack-mistral14:55
*** d0ugal has quit IRC15:05
*** shardy is now known as shardy_afk15:07
*** jistr is now known as jistr|mtg15:14
*** brian_price has joined #openstack-mistral15:17
*** d0ugal has joined #openstack-mistral15:18
*** shardy_afk is now known as shardy16:12
*** jpich has quit IRC16:36
*** tonytan4ever has quit IRC16:39
*** d0ugal has quit IRC16:44
*** tonytan4ever has joined #openstack-mistral16:45
*** bobh has quit IRC17:12
*** d0ugal has joined #openstack-mistral17:12
*** Ephur has joined #openstack-mistral17:34
*** shardy is now known as shardy_afk18:03
*** tonytan4ever has quit IRC18:03
*** bobh has joined #openstack-mistral18:03
*** bobh has quit IRC18:21
*** bobh has joined #openstack-mistral18:32
*** catintheroof has quit IRC19:00
*** shardy_afk is now known as shardy20:38
*** shardy has quit IRC20:58
*** rbrady is now known as rbrady-afk21:07
*** dprince has quit IRC21:12
*** Ravikiran_K has quit IRC21:21
*** bobh has quit IRC22:21

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!