*** TuanVu has joined #openstack-watcher | 03:05 | |
TuanVu | Hi Team, have a nice day | 03:14 |
---|---|---|
TuanVu | I'm just wondering if Watcher Team Meeting will be held as official agenda? (on Wednesday at 0800 UTC in #openstack-meeting-alt) | 03:16 |
TuanVu | I ask this question because as I've checked IRC logs, there's no meeting recently | 03:17 |
TuanVu | the last one was from 2018-08-29 | 03:17 |
*** akhil_jain has joined #openstack-watcher | 06:54 | |
*** adisky__ has joined #openstack-watcher | 06:55 | |
*** akhil_jain has left #openstack-watcher | 06:55 | |
*** alexchadin has joined #openstack-watcher | 08:43 | |
alexchadin | TuanVu: ping | 08:44 |
TuanVu | Hi Alex, have a nice day :) | 08:45 |
alexchadin | TuanVu: you too! that's right, we have two meetings, on even weeks at 1400 UTC, on odd weeks at 0800 UTC | 08:48 |
alexchadin | this is even week and I'm not sure that it's comfortably for people from Japan, China, Vietnam, etc | 08:49 |
TuanVu | Thanks for your confirmation, Alex | 08:52 |
TuanVu | I'm fine with the schedule for both even and odd weeks :) | 08:52 |
TuanVu | I'm making research and testing Watcher | 08:53 |
TuanVu | so joining Team Meeting would help a lot, I think | 08:53 |
alexchadin | TuanVu: have you installed Watcher? What feedback do you have? :) | 08:54 |
TuanVu | since I'm a newbie, I really appreciate your help from both you and Watcher Team :D | 08:54 |
alexchadin | TuanVu: I'm not sure that meeting will be held today, let's discuss it now | 08:54 |
TuanVu | Yes, I've installed it in my environment and testing live migration feature | 08:54 |
TuanVu | there's no question/feedback yet | 08:55 |
TuanVu | thanks a lot for your kindness, Alex :) | 08:55 |
alexchadin | TuanVu: you're welcome here! | 08:56 |
TuanVu | thank you :D | 08:56 |
alexchadin | adisky__: hi | 09:08 |
adisky__ | alexchadin: hi | 09:08 |
alexchadin | adisky__: how are you? haven't seen you for a while! | 09:08 |
adisky__ | alexchadin: yes, got busy in other stuffs, I am good, how are you? | 09:09 |
adisky__ | how was watcher PTG?? | 09:11 |
alexchadin | adisky__: I'm fine! Watcher PTG was pretty good, we've met with people from Fujitsu and OpenStack Monasca to define some new collaboration features | 09:13 |
alexchadin | adisky__: unfortunately, there wasn't Core Developers from Watcher and we had to discuss topics in etherpad | 09:16 |
alexchadin | adisky__: I'd like to discuss API validation and API microversioning with you | 09:18 |
adisky__ | alexchadin: sure | 09:23 |
alexchadin | adisky__: do you plan to work on API microversions during Stein cycle? | 09:24 |
adisky__ | alexchadin: sorry i wont be able to, but i can help if somebody wants to work | 09:26 |
alexchadin | adisky__: I probably would like to take this BP :) | 09:27 |
adisky__ | alexchadin: Then obviously you dont't need any help :) | 09:28 |
alexchadin | adisky__: and regarding validation: I've read Ghanshyam Mann's comment again here https://review.openstack.org/#/c/567787/ and suppose that some additional API validation can be added without JSON validation | 09:31 |
alexchadin | adisky__: maybe even as part of API microversions blueprint | 09:32 |
kevko_home | Hi guys , we're still struggling with watcher's unit test run hanging in Sid. Could someone from the team have a look, please ? | 09:32 |
alexchadin | hi kevko_home | 09:32 |
kevko_home | hi :) | 09:33 |
alexchadin | kevko_home: sure, I'll try to help you | 09:33 |
alexchadin | adisky__: will you be able to make some spec reviews in the near future? ;) | 09:33 |
adisky__ | alexchadin: yup, I am reviewing the data model api one | 09:34 |
kevko_home | alexchadin: https://bugs.launchpad.net/watcher/+bug/1786326 | 09:34 |
openstack | Launchpad bug 1786326 in watcher "Py3.7 unit tests hang; possible deadlock" [Undecided,New] | 09:34 |
kevko_home | alexchadin: I was trying to Swap out ThreadPoolExecutor with GreenThreadPoolExecutor , but didn't help :( | 09:35 |
alexchadin | kevko_home: is it only for Py37? | 09:36 |
adisky__ | alexchadin: regarding API validation, we need to add more validations in the framework, that are mentioned in specs but missing in current watcher | 09:36 |
kevko_home | alexchadin: yes | 09:36 |
alexchadin | kevko_home: our py27 and py35 gates work fine | 09:36 |
alexchadin | hmm | 09:36 |
kevko_home | alexchadin: yes i know :) , also 3.6 is working good | 09:36 |
kevko_home | alexchadin: but we are packaging openstack for next buster release ..so now building in sid where is 3.7 already .. | 09:37 |
alexchadin | kevko_home: let me try it on my own machine | 09:38 |
kevko_home | alexchadin: ok, sure | 09:38 |
alexchadin | kevko_home: yeap, met the same thing | 09:47 |
kevko_home | alexchadin: do you know where can be a mistake ? | 09:48 |
alexchadin | kevko_home: looking through now | 09:48 |
alexchadin | kevko_home: we have eventlet inside | 09:52 |
alexchadin | kevko_home: https://github.com/openstack/watcher/blob/master/watcher/applier/workflow_engine/base.py | 09:52 |
alexchadin | line 206 | 09:53 |
kevko_home | alexchadin: see | 09:54 |
alexchadin | kevko_home: probably it's on eventlet side | 09:55 |
kevko_home | alexchadin: did you read this ? https://github.com/eventlet/eventlet/issues/508 | 09:56 |
kevko_home | alexchadin: from eventlet side they adviced us to use GreenThreadPoolExecutor , but didn't solve the issue .... ( in other projects it helped ..) | 09:57 |
kevko_home | alexchadin: http://lists.openstack.org/pipermail/openstack-dev/2018-July/132473.html | 09:58 |
alexchadin | kevko_home: ping | 10:16 |
alexchadin | kevko_home: if I replace self._work_queue = queue.SimpleQueue() with self._work_queue = queue.Queue() in thread.py it works :| | 10:17 |
*** TuanVu has quit IRC | 10:36 | |
*** hoangcx has quit IRC | 10:38 | |
*** hoangcx has joined #openstack-watcher | 10:38 | |
kevko_home | alexchadin: and is it acceptable solution to merge ? | 11:07 |
alexchadin | kevko_home: of course nope | 11:07 |
kevko_home | ou, thread.py is py3.7 sorry | 11:07 |
alexchadin | looking for other options | 11:07 |
alexchadin | kevko_home: but, is it really not a problem with Py3.7? | 11:08 |
kevko_home | alexchadin: maybe .. i think i am not responsible to decide ... | 11:09 |
alexchadin | kevko_home: the bug thread is pretty quiet since July | 11:09 |
alexchadin | kevko_home: I'm about python bug tracker | 11:09 |
kevko_home | alexchadin: before it was queue.Queue() - because of this issue https://bugs.python.org/issue32576 was changed to SimpleQueue | 11:24 |
alexchadin | kevko_home: I've seen it already | 11:27 |
*** kholkina has joined #openstack-watcher | 12:11 | |
*** alexchadin has quit IRC | 12:53 | |
*** alexchadin has joined #openstack-watcher | 12:54 | |
*** alexchadin has quit IRC | 13:11 | |
*** alexchadin has joined #openstack-watcher | 13:15 | |
openstackgerrit | Tetiana Lashchova proposed openstack/watcher master: Provide region name while initialize clients https://review.openstack.org/603807 | 13:54 |
*** alexchadin has quit IRC | 14:25 | |
*** alexchadin has joined #openstack-watcher | 14:30 | |
*** alexchadin has quit IRC | 14:43 | |
*** alexchadin has joined #openstack-watcher | 14:57 | |
*** alexchadin has quit IRC | 15:19 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!