Wednesday, 2016-01-27

*** achanda has joined #openstack-zaqar00:11
flwangEva-i: ping00:51
Eva-iflwang: pong00:51
Eva-iflwang: I found few bugs in subscription patches for the client. Sad that I haven't reviewed it in time.00:52
Eva-is/reviewed it/reviewed them00:53
flwangEva-i: haha, pls blame me00:55
flwangEva-i: did you test the zaqar ui patch, does it work?00:55
flwangEva-i: and what's the bug of subscription?00:58
Eva-iflwang: I tested it and panel contents appear only when I apply Shu Muto's solution. I left a comment. But still I think few things are missing in the panel, so I attached a screenshot for you to check.00:59
flwangEva-i: interesting... i will test it again since it works for me00:59
Eva-iflwang: Shu Muto came yesterday to our chat and left a message for you that the panel probably appears for you, because you haven't updated your Horizon.01:00
Eva-iflwang: update horizon, recreate .venv and test again ;)01:00
Eva-iflwang: I can't submit my bug reports, launchpad says "timeout error".01:03
flwangEva-i: ok, got01:03
Eva-iflwang: one bug is about subscription public variable queue_name is being a tuple, not a string. Second bug is about inability to list subscriptions.01:03
Eva-iflwang: thank you for approving my tutorial about stages =)01:04
flwangEva-i: ok, i will take a look at the bug report after you submitted01:08
Eva-iflwang: submitted the second one01:09
Eva-iflwang: and here's first one: https://bugs.launchpad.net/python-zaqarclient/+bug/153836701:12
openstackLaunchpad bug 1538367 in Python client library for Zaqar "Subscription's queue_name variable is a tuple" [Undecided,New] - Assigned to Eva Balycheva (ubershy)01:12
flwangah, nice catch01:14
flwangEva-i: if you can submit a patch, i will approve it very fast :)01:14
Eva-iflwang: I'll submit both patches very soon01:14
Eva-iflwang: thanks01:14
openstackgerritEva Balycheva proposed openstack/python-zaqarclient: Fix Subscription's queue_name variable being tuple  https://review.openstack.org/27285901:21
flwangapproved01:33
Eva-iflwang: my second bug report is wrong01:34
Eva-iflwang: it needs to be fixed01:34
flwangbug report needs to be fixed, or the bug? :)01:35
Eva-iflwang: both =)01:35
flwanghah, ok01:35
*** david-lyle has quit IRC01:36
Eva-iflwang: okay, bug is fixed: https://bugs.launchpad.net/python-zaqarclient/+bug/1538366 you can now confirm this bug01:46
openstackLaunchpad bug 1538366 in Python client library for Zaqar "Subscriptions listing does not work" [Undecided,New] - Assigned to Eva Balycheva (ubershy)01:46
Eva-i*bug report is fixed01:46
flwangreading...01:48
*** achanda has quit IRC01:50
flwangEva-i: ah, i understand the issue, are we missing a test for 1538366?01:50
*** Qiming has quit IRC01:53
Eva-iflwang: we don't miss a test for 1538366, we just have bad unit test and incomplete functional test for subscription listing.01:55
flwangblame me then ;)01:58
openstackgerritMerged openstack/python-zaqarclient: Fix Subscription's queue_name variable being tuple  https://review.openstack.org/27285901:59
flwangEva-i: i'm reading the bug description you updated on bug https://bugs.launchpad.net/python-zaqarclient/+bug/153442702:15
openstackLaunchpad bug 1534427 in Python client library for Zaqar "Some queue CLI operations don't work for v1.1 and above" [Medium,In progress] - Assigned to Fei Long Wang (flwang)02:15
Eva-iflwang: I'm investigated further and updating it again..02:16
flwangEva-i: you added metadata operations, right?02:16
Eva-iflwang: ah, this bug02:16
flwangbut we do not support the two operations for v1.1 and v202:16
flwangso am i missing anything?02:16
flwangin other words, i don't think it's bug for setmetdata and get metdata02:17
Eva-iflwang: you're right, Fei Long. :o02:17
Eva-iflwang: I'll fix the bug report then02:18
flwang:) good02:18
Eva-iflwang: fixed02:19
flwangcool, thanks02:19
*** Qiming has joined #openstack-zaqar02:22
flwangEva-i: so could you pls review this https://review.openstack.org/#/c/267923/ ?02:24
flwangbased on above discussion02:24
Eva-iflwang: oki, I'll review it. BTW I updated my https://bugs.launchpad.net/python-zaqarclient/+bug/1538366 bug report. See the problem 1 - it seems minor, but actually great. =)02:40
openstackLaunchpad bug 1538366 in Python client library for Zaqar "Subscriptions listing does not work" [Undecided,New] - Assigned to Eva Balycheva (ubershy)02:40
Eva-imdnadeem: hello02:48
Eva-imdnadeem: I haven't seen you in a while. Are you okay? =)02:50
*** flwang has quit IRC02:50
*** achanda has joined #openstack-zaqar02:56
*** pradk has quit IRC02:59
*** flwang has joined #openstack-zaqar03:04
flwangEva-i: just lost connection03:08
*** pradk has joined #openstack-zaqar03:12
Eva-iflwang: you or mdnadeem lost connection?03:23
openstackgerritMerged openstack/zaqar: Updated from global requirements  https://review.openstack.org/27283503:35
flwangEva-i: did you see my msg about #1538366?03:37
Eva-iflwang: I think I haven't seen it03:37
flwang(15:46:17) flwang: Eva-i: as for bug #1538366, i don't really understand the problem 1 and 303:38
openstackbug 1538366 in Python client library for Zaqar "Subscriptions listing is not written good and causes many potential and real problems." [Undecided,New] https://launchpad.net/bugs/1538366 - Assigned to Eva Balycheva (ubershy)03:38
flwang(15:47:21) flwang: i added the queue name like this https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/queues/v2/client.py#L8003:38
flwang(15:47:31) flwang: so why you still see the problem 2?03:38
flwang(15:47:54) flwang: Eva-i: i must miss something, pls remind me :)03:38
flwangEva-i: thanks for the doc patch03:39
Eva-iflwang: because you haven't added the same in the Queue.subscriptions method. Have you tested your patch?03:40
Eva-iflwang: but I'm against adding the same to the Queue.subscriptions method. I think it's not good.03:40
Eva-iflwang: instead it's better to remove this from Client.subscriptions and modify this function https://github.com/openstack/python-zaqarclient/blob/master/zaqarclient/queues/v2/subscription.py#L7803:43
flwangEva-i: which patch?03:44
flwangi'm a little bit confused03:44
flwangEva-i: anyway, i will look forward your fix03:46
Eva-iflwang: I'll make a new patch solving the bug https://launchpad.net/bugs/1538366 and fixing tests. Then you will rebase your patch https://review.openstack.org/#/c/269398/ into it.03:48
openstackLaunchpad bug 1538366 in Python client library for Zaqar "Subscriptions listing is not written good and causes many potential and real problems." [Undecided,New] - Assigned to Eva Balycheva (ubershy)03:48
flwangEva-i: ok, sounds a good plan03:49
Eva-iflwang: oki, I'll propose a fix, you'll see if it makes things better, then you may confirm the bug report03:49
flwangEva-i: cool03:50
*** Qiming has quit IRC03:54
mdnadeemEva-i, Hi  All is well , glad to hear from you :)04:02
mdnadeemflwang, Your demo plan is good, Please let me know if i can help in anyway04:03
*** flwang1 has quit IRC04:04
Eva-imdnadeem: that's nice, I'm glad to see you too in chat04:10
mdnadeem Eva-i , :)04:11
*** Qiming has joined #openstack-zaqar04:14
*** david-lyle has joined #openstack-zaqar04:25
*** david-lyle has quit IRC04:25
*** sriram has joined #openstack-zaqar04:35
*** david-lyle has joined #openstack-zaqar04:38
*** sriram has quit IRC04:45
openstackgerritEva Balycheva proposed openstack/python-zaqarclient: Improve subscription listing  https://review.openstack.org/27290905:40
*** flwang has quit IRC06:22
*** flwang has joined #openstack-zaqar06:23
*** Qiming has quit IRC06:45
*** Qiming has joined #openstack-zaqar06:46
*** Qiming has quit IRC06:54
*** exploreshaifali has joined #openstack-zaqar07:06
*** Qiming has joined #openstack-zaqar07:19
*** rcernin has joined #openstack-zaqar07:27
*** Qiming has quit IRC07:32
*** Qiming has joined #openstack-zaqar07:56
*** Qiming has quit IRC08:05
*** exploreshaifali has quit IRC08:07
*** Qiming has joined #openstack-zaqar08:07
*** Qiming has quit IRC08:27
*** Qiming has joined #openstack-zaqar08:28
*** achanda has quit IRC09:14
*** dynarro has joined #openstack-zaqar09:20
*** eliqiao has quit IRC10:06
*** eliqiao has joined #openstack-zaqar10:06
*** dynarro has quit IRC10:19
*** exploreshaifali has joined #openstack-zaqar11:26
*** pcaruana has joined #openstack-zaqar11:44
*** exploreshaifali has quit IRC12:16
*** pcaruana has quit IRC12:37
*** david-lyle has quit IRC13:08
*** sriram has joined #openstack-zaqar14:05
*** mdnadeem has quit IRC14:06
*** david-lyle has joined #openstack-zaqar14:17
*** amitgandhinz has joined #openstack-zaqar14:22
*** david-lyle has quit IRC14:44
*** mpanetta has joined #openstack-zaqar14:51
*** ametts has joined #openstack-zaqar14:51
*** pradk_ has joined #openstack-zaqar14:56
*** kgriffs|afk is now known as kgriffs15:16
*** Qiming has quit IRC15:18
EmilienMdo you guys plan to make progress on puppet-zaqar?15:25
EmilienMflaper87, jasondotstar ^15:25
jasondotstarEmilienM: yes. sorry I got busy over the last couple days :-(15:26
EmilienMI'm asking about the last months actually15:27
EmilienMthis work has been in progress for months and I don't see much progress, just asking what's going on15:27
jasondotstarEmilienM: understood. it's been lingering15:27
jasondotstarcan i work directly with you on getting the a new patch pushed15:28
jasondotstar?15:28
jasondotstarI wanted to start with the rpm_based install as one change15:28
jasondotstarthen the deb_based install in another.15:28
jasondotstarinstead of what I've got up there now15:28
jasondotstarwhich has merge conflicts :-(15:28
jasondotstarEmilienM: ^15:29
jasondotstarif that's unsatisfactory, lmk.15:29
EmilienMforget about ubuntu now, if that's your concern15:29
EmilienMwe have recent zaqar packaging in RDO15:29
EmilienMlet's use it15:29
jasondotstarEmilienM: that's what I ran into15:30
EmilienMI can definitly help, I just need to know where we are15:30
EmilienMdprince is also willing to help15:30
jasondotstarEmilienM: ok15:30
jasondotstartake a look at my change with the merge conflick15:30
EmilienMjasondotstar: what is the problem?15:32
EmilienMyou'll need to rebase15:32
jasondotstarEmilienM: sure.15:32
EmilienMwe use to iterate when writting a puppet module15:32
EmilienMsmall chuncks15:32
EmilienMa patch for zaqar::client15:32
EmilienManother for zaqar::api15:32
jasondotstark15:32
jasondotstark15:32
EmilienMetc15:32
EmilienMeach patch with manifest & tests & doc15:32
jasondotstark15:32
jasondotstarthat's useful info15:32
EmilienMand good commit messages15:32
jasondotstari just wanted you to look at what I've got so far15:33
EmilienMbecause "continuing work on the initial pass of the zaqar module." is not valid to me15:33
jasondotstarI'll rebase and correct it .15:33
jasondotstarEmilienM: understood. it's not a good commit msg.15:33
jasondotstaranother reason i wanted to abandon the changes out there and correct it.15:33
jasondotstarhowever- you asked about progress15:34
*** csoukup has joined #openstack-zaqar15:34
jasondotstarlooking at what's out there now is the best way to see it atm.15:34
jasondotstarI'll ping dprince15:36
*** ametts has quit IRC15:42
*** rcernin has quit IRC16:09
*** david-lyle has joined #openstack-zaqar16:14
*** malini has joined #openstack-zaqar16:25
*** malini1 has joined #openstack-zaqar16:26
*** malini has quit IRC16:30
*** david-lyle has quit IRC16:38
*** david-lyle has joined #openstack-zaqar16:40
*** sriram has quit IRC16:49
*** flwang1 has joined #openstack-zaqar17:19
*** sriram has joined #openstack-zaqar17:20
*** sriram has quit IRC17:20
*** sriram has joined #openstack-zaqar17:21
*** flwang1 has quit IRC17:33
*** flwang1 has joined #openstack-zaqar17:35
*** flwang1 has quit IRC17:53
*** achanda has joined #openstack-zaqar17:59
*** rcernin has joined #openstack-zaqar17:59
*** achanda has quit IRC18:24
*** malini1 has quit IRC18:30
openstackgerritEva Balycheva proposed openstack/python-zaqarclient: Improve subscription listing  https://review.openstack.org/27290918:31
*** achanda has joined #openstack-zaqar18:33
openstackgerritEva Balycheva proposed openstack/python-zaqarclient: Improve subscription listing  https://review.openstack.org/27290918:33
*** ametts has joined #openstack-zaqar18:39
*** malini has joined #openstack-zaqar18:40
*** malini1 has joined #openstack-zaqar18:42
*** malini has quit IRC18:45
*** mpanetta has quit IRC18:57
openstackgerritMerged openstack/zaqar: Fix zaqar-bench auth method detection  https://review.openstack.org/26886419:01
flaper87Do we still need zaqar-bench?19:01
flaper87It feels weird to still have it around19:01
flaper87I'd rather try to use some other (existing) bench tool19:01
flaper87(just random thought, keep going)19:01
*** malini1 has quit IRC19:05
*** mpanetta has joined #openstack-zaqar19:07
*** csoukup has quit IRC19:08
*** boris-42 has quit IRC19:13
srirambrb19:22
*** csoukup has joined #openstack-zaqar19:28
*** malini has joined #openstack-zaqar19:29
*** malini1 has joined #openstack-zaqar19:31
*** malini has quit IRC19:33
*** barra204 has quit IRC20:06
*** mpanetta has quit IRC20:13
flwangflaper87: what's the fallback to keep it ?20:35
Eva-iflwang: maybe because if requires some support from time to time, for example, when we change python-zaqarclient api in incompatible way.20:42
flwangEva-i: sorry? what's the topic you're talking?20:43
Eva-iflwang: I'm talking about zaqar-bench20:43
flwangEva-i: maybe a 'contrib' package suits it20:44
*** malini1 has quit IRC20:52
*** rcernin has quit IRC21:16
*** flwang1 has joined #openstack-zaqar21:18
ryansbflwang: tossed that demo together, btw21:42
ryansbhttps://github.com/ryansb/zaqar-webscraper-demo21:42
flwangryansb: can you tell me the secret why you hand is so quick?21:45
ryansbheh, practice ;) it's a pretty small demo, all the python together is only 130 lines21:46
flwangreviewing the code21:47
ryansbit's just a first pass, but it's got all the basic elements. You can have as many consumer.py workers as you want, and they feed URLs back to the deduplicator to make sure the same work never gets done twice21:48
*** ametts has quit IRC21:53
Eva-iryansb: hello, I'll check it out too =)21:54
ryansbfor my personal site (90 unique pages, very dense web of links) it takes about 3.5 minutes21:54
ryansbwith 4 workers (instead of 1) it takes 2 minutes21:54
flwangryansb: awesome, sorry was in a chat with the horizon guy21:56
flwangjust had a quick look21:56
ryansbno worries21:56
flwangit looks nice21:57
flwangryansb: sqlite is never used, right?22:02
ryansbnot yet. I was thinking about using it to dedup messages in the dedup worker22:02
ryansbbut I didn't end up writing it that way. I dedup URLs using a dictionary instead22:03
flwangso the app is most like a crawler, right? input an URL and it will grab all the urls and save/handle them, is it?22:04
ryansbYeah, exactly22:04
ryansbright now it just writes scraped URLs to the "completed" queue22:05
ryansberr, topic22:05
ryansbso there's no saving right now. It just grabs all the URLs and writes a deduplicated list of them to "completed"22:05
flwangryansb: yep, i see22:09
ryansbif you have suggestions & such, feel free to open them as issues22:11
ryansbI still need to write instructions on how to run it22:11
ryansband an explanation of wtf it is22:12
ryansby'know, little stuff22:12
ryansb;)22:12
flwanghah, sure, thanks for the effort22:22
ryansbnp. I'll do a second pass soon.22:28
Eva-iflwang: I know my previous bug report wasn't very cool, but now I'm preparing bug reports with some nice bugs. =)22:30
flwangEva-i: cool bug means critical issue?22:31
Eva-iflwang: no, critial issue is ubercool bug.22:32
Eva-iflwang: should I not report so many bugs?22:32
*** sriram has quit IRC22:34
flwangno no no22:36
flwangEva-i: feel free to open bug if you think it's a bug22:36
flwangit's always welcomed22:36
Eva-iflwang: oki22:37
*** amitgandhinz has quit IRC22:54
*** c_soukup has joined #openstack-zaqar23:00
*** csoukup has quit IRC23:03
Eva-iflwang: can you please confirm this bug we discussed on meeting: https://bugs.launchpad.net/zaqar/+bug/153581123:33
openstackLaunchpad bug 1535811 in zaqar "Notifications must include queue name and message id" [Undecided,New] - Assigned to Eva Balycheva (ubershy)23:33
Eva-iflwang: also here are bugs reports I promised today: https://bugs.launchpad.net/python-zaqarclient/+bug/1538794  https://bugs.launchpad.net/python-zaqarclient/+bug/1538795. Sorry, but they are about websocket transport. =)23:36
openstackLaunchpad bug 1538794 in Python client library for Zaqar "Websocket: zaqar.common.api.utils.raises_conn_error decorator passes None as request" [Undecided,New] - Assigned to Eva Balycheva (ubershy)23:36
openstackLaunchpad bug 1538795 in Python client library for Zaqar "Websocket: NoPoolsFound exception is catched outside endpoints.py on queue list" [Undecided,New] - Assigned to Eva Balycheva (ubershy)23:36
*** malini has joined #openstack-zaqar23:41
*** c_soukup has quit IRC23:44
*** Qiming has joined #openstack-zaqar23:56
*** pradk_ has quit IRC23:59

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