Friday, 2017-01-13

*** chlong has quit IRC00:01
openstackgerritBrad P. Crochet proposed openstack/mistral: Put useFixture in the proper place  https://review.openstack.org/41968000:41
*** bobh has joined #openstack-mistral00:57
*** bobh has quit IRC01:03
*** gongysh has joined #openstack-mistral01:40
*** weshay has quit IRC01:47
*** weshay has joined #openstack-mistral01:49
*** thrash is now known as thrash|g0ne01:54
*** gongysh has quit IRC03:29
rakhmerovkong: here04:17
rakhmerovkong: why do you think the other one will fail?04:26
rakhmerovin mysql yes, but only if 1st TX will rollback04:26
rakhmerovand why do you use 'repeatable read', Mistral was designed based on 'read committed' properties04:27
rakhmerov'repeatable read' in mysql is not even a real 'repeatable read'04:27
rakhmerovkong: on mysql yes, there may be situations when it detects a deadlock between these threads, not because we do something wrong but just because of mysql itself, they clearly write in their docs that we should always design assuming that deadlocks can happen04:28
rakhmerovin order to handle this I recently added a decorator for method engine.on_action_complete() called "retry_on_deadlock"04:29
rakhmerovyou can take a look04:29
rakhmerovI did a lot of tests for this, with multiple engines, under load, it seems to be working fine04:29
rakhmerovkong: I just rechecked your statement about an error in either 2nd or 3rd TX. You're right. It happens for both commit and rollback. That's mysql problem. On Postgres it works w/o issues. That's why I added this decorator04:40
*** sharatss has quit IRC05:21
*** sharatss has joined #openstack-mistral05:21
*** gongysh has joined #openstack-mistral05:30
*** sharatss has quit IRC06:30
*** sharatss has joined #openstack-mistral06:31
*** ist has joined #openstack-mistral06:39
*** gongysh has quit IRC06:57
*** sharatss has quit IRC07:23
*** doriftoshoes has quit IRC07:28
*** lkannan has quit IRC07:30
*** lkannan has joined #openstack-mistral07:32
*** sharatss has joined #openstack-mistral07:33
*** doriftoshoes has joined #openstack-mistral07:37
*** AlexeyAbashkin has joined #openstack-mistral07:39
*** shardy has joined #openstack-mistral08:12
*** sharatss has quit IRC08:16
*** jpich has joined #openstack-mistral08:53
*** sharatss has joined #openstack-mistral09:04
*** sharatss has quit IRC09:40
*** sharatss has joined #openstack-mistral09:40
*** jpich has quit IRC09:55
*** jpich has joined #openstack-mistral09:56
*** sharatss has quit IRC10:08
*** tuan_ has joined #openstack-mistral10:08
kongrakhmerov: thanks for the answer, just want to make sure i totally understand the mechanism10:10
openstackgerritMerged openstack/python-mistralclient: Add user and project domain name parameters for target cloud  https://review.openstack.org/41933210:18
*** openstackgerrit has quit IRC10:18
*** sharatss has joined #openstack-mistral10:24
rakhmerovkong: ok, yes10:40
rakhmerovist: hi Istvan, can you please rebase https://review.openstack.org/#/c/418305/ ?10:44
rakhmerovwe'll approve it quickly10:44
*** openstackgerrit has joined #openstack-mistral10:55
openstackgerritSharat Sharma proposed openstack/mistral: Test for inline comment styles - DO NOT MERGE  https://review.openstack.org/41988310:55
ddejarakhmerov: did you saw this: https://www.openstack.org/assets/telecoms-and-nfv/OpenStack-Foundation-NFV-Report.pdf10:56
ddejamistral is mentioned as 'Other Key OpenStack Projects'10:56
rakhmerovddeja: nope, I didn't11:00
ddejarakhmerov: I thought you may be interested ;)11:01
rakhmerovyes, I am :)11:01
rakhmerovthank you!11:02
ddejano problem11:02
ddejathis is just an advantage of sitting in the open-space with other openstack developers ;)11:02
rakhmerovyeah, true11:04
rakhmerovbtw, please share things like that11:04
rakhmerovI'm trying to be in the loop too but pretty often miss important things11:04
ddejarakhmerov: sure11:10
openstackgerritDawid Deja proposed openstack/mistral: Make kombu driver work in multi-thread manner  https://review.openstack.org/41988811:24
ddejarakhmerov: if you have time look on this https://review.openstack.org/41988811:26
ddejasuprisingly, it was fairly easy11:26
tuan_ddeja: your patch looks like the implementation in others projects11:29
tuan_e.g. Nova11:29
tuan_but it looks good for me11:30
ddejait's similar to what is inside oslo11:30
ddejatuan_ ^11:31
*** openstackgerrit has quit IRC11:47
rakhmerovddeja: ok, I'll do12:01
*** shardy is now known as shardy_lunch12:06
*** catintheroof has joined #openstack-mistral12:30
*** catintheroof has quit IRC12:31
*** catintheroof has joined #openstack-mistral12:32
*** openstackgerrit has joined #openstack-mistral12:46
openstackgerritMerged openstack/mistral: Fix for failing kombu dsvm gate  https://review.openstack.org/41453312:46
openstackgerritMerged openstack/mistral: Updated from global requirements  https://review.openstack.org/41934412:47
openstackgerritMerged openstack/mistral: Insecure flag added to openstack context  https://review.openstack.org/41731412:47
*** dprince has joined #openstack-mistral12:49
*** thrash|g0ne is now known as thrash12:59
*** shardy_lunch is now known as shardy13:04
*** ist has quit IRC13:34
*** AlexeyAbashkin has quit IRC13:37
*** AlexeyAbashkin has joined #openstack-mistral13:40
*** rbrady-afk is now known as rbrady14:02
*** Ephur has joined #openstack-mistral14:36
*** chlong has joined #openstack-mistral14:45
openstackgerritDawid Deja proposed openstack/mistral: Fix unit test that rely on order of return from DB  https://review.openstack.org/42000614:59
*** jaosorior has joined #openstack-mistral15:05
*** jaosorior has quit IRC15:07
openstackgerritMerged openstack/python-mistralclient: Update .gitignore  https://review.openstack.org/41937515:13
*** jaosorior has joined #openstack-mistral15:16
*** jaosorior has quit IRC15:19
*** rbrady has quit IRC15:20
*** jaosorior has joined #openstack-mistral15:22
openstackgerritDawid Deja proposed openstack/mistral: Fix unit test that rely on order of return from DB  https://review.openstack.org/42000615:28
*** rbrady has joined #openstack-mistral15:44
tuan_ddeja: Hope you are still here15:54
tuan_i have checked your patch15:54
tuan_it is ok to me15:54
tuan_just only this one: _process_message15:54
tuan_it do not see how it is used in the patch15:54
tuan_?15:54
ddejatuan_: oh, that's my mistake, I'll upload a fix in a minute15:55
tuan_okay15:56
tuan_:)15:56
tuan_i would put +2 if i was core viewer15:56
tuan_:)15:56
tuan_of course with the new patch15:56
openstackgerritDawid Deja proposed openstack/mistral: Fix unit test that rely on order of return from DB  https://review.openstack.org/42000615:59
openstackgerritDawid Deja proposed openstack/mistral: Make kombu driver work in multi-thread manner  https://review.openstack.org/41988816:01
ddejatuan_: here you are ^^16:01
ddejathanks for pointing this out16:01
tuan_ok, now it is good16:09
tuan_have a nice weekend16:09
tuan_:)16:09
ddejatuan_: you too, thanks16:10
*** dprince has quit IRC16:19
*** tuan_ has quit IRC16:19
*** dprince has joined #openstack-mistral16:21
openstackgerritMerged openstack/python-mistralclient: Initial commit for mistral-i18n support  https://review.openstack.org/41783316:25
*** bobh has joined #openstack-mistral16:33
*** chlong has quit IRC16:38
*** chlong has joined #openstack-mistral16:43
*** chlong has quit IRC16:48
*** AlexeyAbashkin has quit IRC16:49
*** chlong has joined #openstack-mistral16:59
*** jpich has quit IRC17:02
*** chlong has quit IRC17:09
*** dprince_ has joined #openstack-mistral17:20
*** dprince has quit IRC17:22
*** shardy has quit IRC17:46
*** sharatss has quit IRC17:55
*** sharatss has joined #openstack-mistral17:56
openstackgerritOpenStack Proposal Bot proposed openstack/python-mistralclient: Updated from global requirements  https://review.openstack.org/42013118:51
*** openstack has joined #openstack-mistral18:59
*** jamielennox is now known as jamielennox|away19:12
*** chlong has joined #openstack-mistral19:14
*** openstack has joined #openstack-mistral19:59
*** openstack has joined #openstack-mistral20:29
*** jaosorior has quit IRC20:45
*** jaosorior has joined #openstack-mistral20:45
*** rbrady is now known as rbrady-afk21:15
*** weshay is now known as weshay_afk21:44
*** jamielennox|away is now known as jamielennox21:59
*** dprince_ has quit IRC22:26
*** catintheroof has quit IRC22:38
*** bobh has quit IRC22:46
*** bobh has joined #openstack-mistral22:47
*** thrash is now known as thrash|g0ne22:58
*** bobh has quit IRC23:03
*** jaosorior has quit IRC23:31
*** chlong has quit IRC23:38
*** harlowja has quit IRC23:56
*** Ephur has quit IRC23:59

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