Monday, 2016-08-22

*** bobh has joined #openstack-mistral00:16
*** bobh has quit IRC00:22
*** bobh has joined #openstack-mistral01:18
*** bobh has quit IRC01:23
kongrakhmerov: for everyone's concern about the event trigger feature, I added a filter layer in event engine service, leave the decision to operators for what information that end users can see from notification. Please take a look if that is right way to go.02:17
kongrakhmerov: https://review.openstack.org/#/c/356404/02:17
*** bobh has joined #openstack-mistral02:19
kongThe other question is, the library release freeze date will be Aug 25. I want to discuss with you about what time is preferable for python-mistralclient release?02:20
*** bobh has quit IRC02:24
*** bobh has joined #openstack-mistral02:31
*** bobh has quit IRC03:22
*** bobh has joined #openstack-mistral03:26
*** vishwanathj has joined #openstack-mistral03:28
*** bobh has quit IRC04:04
*** vishwanathj has quit IRC04:11
*** janki has joined #openstack-mistral04:20
rakhmerovkong: awesome, I like this filter idea04:29
rakhmerovkong: I see no problem with releasing client on 25th or earlier, seems like we don't have any hot features that we would need to include into client in N-304:30
rakhmerovmaybe someone else will raise something up though..04:31
*** jaosorior has joined #openstack-mistral05:23
*** jtomasek has joined #openstack-mistral05:28
openstackgerritLucky samadhiya proposed openstack/mistral: changes get next execution time from local time zone to UTC timezone Closes-Bug: #1592164  https://review.openstack.org/34814605:56
openstackbug 1592164 in Mistral "cron-trigger shows execution times in local timezone" [Undecided,In progress] https://launchpad.net/bugs/1592164 - Assigned to Lucky samadhiya (lucky-samadhiya)05:56
openstackgerritlvdongbing proposed openstack/mistral: Use upper constraints for all jobs in tox.ini  https://review.openstack.org/35840806:01
*** toddjohn has joined #openstack-mistral06:06
*** toddjohn has quit IRC06:10
openstackgerritprince_katiyar proposed openstack/mistral: Use upper constraints for all jobs in tox.ini Openstack infra now supports upper constraints for all jobs. Updated tox.ini to use upper constraints for all jobs.  https://review.openstack.org/35842006:33
*** brunograz has joined #openstack-mistral07:17
brunograzHi all, I'm trying mistral in  a devstack environment and I would like to know where would be the best place to get some help from you guys07:21
brunograzI looking specifically on Cront triggers but whenever the triggers tries to exexcute the Delete_VM workflow I get an error that Keystone cannot authorize API client. Any pointers?07:23
*** jpich has joined #openstack-mistral07:30
openstackgerritBéla Vancsics proposed openstack/mistral: Use more specific asserts in tests  https://review.openstack.org/35845107:37
*** nmakhotkin has joined #openstack-mistral07:57
rakhmerovbrunograz: hi, pls give more info on Mistral version, Keystone version etc. And you config file for Mistral08:27
*** nmakhotkin has quit IRC08:29
*** jaosorior has quit IRC08:30
*** jaosorior has joined #openstack-mistral08:31
*** nmakhotkin has joined #openstack-mistral08:31
brunograzrakhmerov: sure. Mistral config: http://pastebin.com/DJsxwiig08:33
brunograzmistral version: mistral 2.0.108:33
brunograzkeystone version (not sure if it is correct): 10.0.008:33
brunograzhere is the error - http://pastebin.com/P9CCr30Q08:36
rakhmerovI see08:37
rakhmerovconfig looks generally ok to me08:39
rakhmerovddeja, kong, nmakhotkin, rbrady, others: any guesses?08:40
ddejarakhmerov: looking08:40
rakhmerovthanks08:41
ddejarakhmerov: Not sure if it is the problem, but in the trace there is "line 112, in get_keystone_endpoint_v2"08:42
ddejabut then keystonclient/v3 is used08:42
ddejasome bug, or something misconfigured?08:42
rakhmerovit should be fine because v3 is explicitly used only for trusts08:43
ddejaOK08:44
brunograzI'll have a loko then and try to redeploy devstack. It could be that I missed something.08:46
brunograzI'll revert to you in case it work in a new deployment :)08:47
ddejabrunograz: can you try to delete VM fron nova directly from CLI using login, password etc. from mistral conf? Maybe mistral user canno't remove VMs..08:51
brunograzddeja: sure. give me a sec08:52
brunograzddeja: Request to delete server f06c985a-8354-40f6-8f3b-ff8017368320 has been accepted.08:57
ddejaOK, so there is no problem with credentials08:58
brunograzddeja: I'll deploy Mistral in a diff VM and check if it works08:58
ddejabrunograz: OK08:59
brunograzmaybe there was an error with this installation08:59
brunograzthen I'll get back to you guys08:59
brunograzThx for the help :)08:59
openstackgerritMerged openstack/mistral: Updated from global requirements  https://review.openstack.org/35770109:06
openstackgerritNguyen Hung Phuong proposed openstack/mistral: Clean imports in code  https://review.openstack.org/35851209:40
*** janki has quit IRC10:30
*** janki has joined #openstack-mistral10:31
openstackgerritMerged openstack/mistral: Use more specific asserts in tests  https://review.openstack.org/35845110:47
*** openstackgerrit has quit IRC11:03
*** openstackgerrit has joined #openstack-mistral11:04
jaosoriorHey guys, any idea on how to get the output of mistral-db-manage populate to some log file? would like to add such an option to puppet-mistral.11:35
*** dprince has joined #openstack-mistral11:43
rakhmerovjaosorior: afaik, no such option11:47
rakhmerovddeja: Dawid, I replied to https://review.openstack.org/#/c/356227/11:47
jaosoriorrakhmerov: so currently the only option is to pipe the output to a file?11:47
rakhmerovyes, seems like11:48
rakhmerovwhat info are interested in exactly?11:48
rakhmerovwhat's been inserted into DB?11:48
rakhmerovif so, please file a DB, we'll add necessary logging11:49
*** jaosorior has quit IRC11:50
*** jaosorior has joined #openstack-mistral11:50
jaosoriorrakhmerov: yeah, what has been inserted and which workflows have failed11:50
jaosoriorI'11:50
rakhmerovok11:51
ddejarakhmerov: +2 +W :)11:51
rakhmerovthanks11:52
rakhmerovddeja: just FYI, I'm still trying to make 'join' work properly w/o global execution locks11:52
rakhmerovmysql is giving me a lot of pain11:53
ddejaso that the 'lock' table wouldn't be use?11:53
ddejaor using the lock table?11:53
ddejarakhmerov: OH, and I just remember, I can't participate in todays meeting. Today is my first wedding anniversary11:55
rakhmerovooh, congratulations!11:55
rakhmerovok :)11:55
rakhmerovenjoy )11:55
ddejathank you :)11:55
nmakhotkinhi rakhmerov, ddeja11:55
ddejanmakhotkin: hi11:56
rakhmerovyeah, that lock table is used now in the solution I'm trying to finish11:56
rakhmerovit's basically finished but there's still some issues with it11:56
rakhmerovnmakhotkin: hi11:56
ddejarakhmerov: OK11:56
nmakhotkinI keep reviewing as much as I can :)11:56
rakhmerovok :)11:56
rakhmerovthanks11:56
openstackgerritMerged openstack/mistral: Implement named transactional lock (semaphore)  https://review.openstack.org/35622711:59
openstackgerritMerged openstack/mistral: Add a DB migration for named locks  https://review.openstack.org/35624611:59
*** toddjohn has joined #openstack-mistral12:11
*** jaosorior is now known as jaosorior_brb12:26
*** toddjohn has quit IRC12:31
*** bobh has joined #openstack-mistral12:37
*** bobh has quit IRC12:57
openstackgerritMerged openstack/python-mistralclient: Added ID option to update Action Definition  https://review.openstack.org/34681412:58
*** clenimar has joined #openstack-mistral12:58
brunograzHi all, just to let you know that I tried again in a new devstack deployment and the error persists13:10
*** toddjohn has joined #openstack-mistral13:10
brunograzI'm trying to start a workflow (delete instance) using the Cron trigger but whenever the worflow is executed I get the same error - Cannot authorize API client.13:11
nmakhotkinhi brunograz!13:11
nmakhotkinhave you tried to run it directly? (without using cron trigger)13:12
brunograzyes, and that works13:12
nmakhotkinok13:12
nmakhotkinit seems that the exact reason is keystone trusts13:13
nmakhotkinthey are used only by cron triggers13:13
nmakhotkinbut it worked fine about a couple months ago :)13:14
nmakhotkinrakhmerov, what do you think?13:14
*** bobh has joined #openstack-mistral13:30
*** bobh has quit IRC13:35
openstackgerritMerged openstack/python-mistralclient: Updated from global requirements  https://review.openstack.org/35692013:38
*** bobh has joined #openstack-mistral13:41
*** vishwanathj has joined #openstack-mistral13:44
*** bigdogstl has joined #openstack-mistral13:48
*** tonytan4ever has joined #openstack-mistral13:51
*** bigdogstl has quit IRC13:53
*** venkat has joined #openstack-mistral14:18
*** nmakhotkin has quit IRC14:22
*** venkat has quit IRC14:24
*** vishwanathj has quit IRC14:53
*** brian_price_ has joined #openstack-mistral14:53
*** vishwanathj has joined #openstack-mistral14:53
*** brian_price_ has quit IRC14:54
*** brian_price has joined #openstack-mistral14:54
*** jaosorior_brb is now known as jaosorior15:00
*** janki has quit IRC15:12
*** rrecio has joined #openstack-mistral15:13
openstackgerritRyan Brady proposed openstack/mistral-lib: [WIP] Porting Security Related Code to Mistral-Lib  https://review.openstack.org/35243515:46
*** mgershen has quit IRC15:48
*** mgershen has joined #openstack-mistral15:48
openstackgerritRyan Brady proposed openstack/mistral-lib: [WIP] Porting Security Related Code to Mistral-Lib  https://review.openstack.org/35243515:52
*** mgershen has quit IRC15:53
*** Ephur has joined #openstack-mistral15:57
openstackgerritRyan Brady proposed openstack/mistral-lib: [WIP] Porting Security Related Code to Mistral-Lib  https://review.openstack.org/35243516:01
rakhmerovnmakhotkin: hm.. interesting16:01
*** bradjones has quit IRC16:03
*** tonytan_brb has joined #openstack-mistral16:03
*** tonytan4ever has quit IRC16:05
*** bradjones has joined #openstack-mistral16:06
*** bradjones has quit IRC16:06
*** bradjones has joined #openstack-mistral16:06
*** pkoniszewski has quit IRC16:08
*** janki has joined #openstack-mistral16:09
*** pkoniszewski has joined #openstack-mistral16:10
*** jpich has quit IRC16:16
*** toddjohn has quit IRC16:41
*** bobh has quit IRC16:49
*** jaosorior has quit IRC16:55
*** toddjohn has joined #openstack-mistral16:59
*** janki has quit IRC17:00
rbradyrakhmerov: do you have a list of the mysql / performance bugs so we can take a look?17:01
rakhmerovanswered in openstack-meeting17:02
rakhmerovgit history can probably give some understanding17:02
rakhmerovin fact, there's only one serious thing I'm now observing on my local tests17:02
rakhmerovI get into some exotic deadlock when I have a lot of parallel tasks joined into one branch17:03
*** toddjohn has quit IRC17:03
rakhmerovI use something like a DB semaphore based on READ COMMITTED properties and it works well until I reach a number of transactions something like 170-18017:04
rakhmerovafter that something weird happens and it just gets stuck, nothing is moving forward17:04
rakhmerovmaybe I'm hitting some DB limit but I just would like to understand exactly what. Because DB monitoring doesn't show there's actually some critical problem on DB side17:05
rakhmerovanyway, I keep investigating17:05
rakhmerovI said 'exotic' because DB doesn't detect it as a deadlock17:06
*** tonytan4ever has joined #openstack-mistral17:06
rakhmerovit may be cross-component deadlock17:06
*** tonytan_brb has quit IRC17:08
rakhmerovrbrady: so if you know somebody with mysql expertise who could potentially advise something I'd really appreciate that17:09
rbradyrakhmerov: ack17:11
*** bobh has joined #openstack-mistral17:50
*** bobh has quit IRC17:54
*** bobh has joined #openstack-mistral17:58
*** Ephur has quit IRC18:12
*** Ephur has joined #openstack-mistral18:14
*** toddjohn has joined #openstack-mistral18:24
*** toddjohn has quit IRC18:46
*** toddjohn has joined #openstack-mistral18:49
*** Ephur has quit IRC19:18
*** tonytan4ever has quit IRC19:59
*** tonytan4ever has joined #openstack-mistral20:00
*** toddjohn has quit IRC20:07
*** toddjohn has joined #openstack-mistral20:09
*** rbrady is now known as rbrady_20:15
*** rbrady_ is now known as rbrady20:16
*** dprince has quit IRC20:17
*** bobh has quit IRC20:42
*** FL1SK has quit IRC20:44
*** brunograz_ has joined #openstack-mistral21:00
*** brunograz has quit IRC21:01
*** toddjohn has quit IRC21:07
*** bobh has joined #openstack-mistral21:19
*** Ephur has joined #openstack-mistral21:33
*** toddjohn has joined #openstack-mistral21:42
*** toddjohn has quit IRC21:46
*** bobh has quit IRC22:04
*** FL1SK has joined #openstack-mistral22:41
*** Ephur has quit IRC22:53
*** bobh has joined #openstack-mistral22:57
*** bobh has quit IRC23:13
*** brian_price has quit IRC23:23
*** tonytan4ever has quit IRC23:25
*** rrecio has quit IRC23:47

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