Friday, 2014-08-29

*** jimhoagland has quit IRC00:09
*** jeffrey4l has joined #openstack-zaqar00:46
*** reed has quit IRC00:47
*** echevemaster has joined #openstack-zaqar01:03
*** jeffrey4l has quit IRC01:14
openstackgerritKurt Griffiths proposed a change to openstack/zaqar: Implements queue, message and claim controllers for Redis  https://review.openstack.org/9717801:34
*** jeffrey4l has joined #openstack-zaqar01:39
mpee|awayhi folks, are there any plans to expand the API? I found I couldn't express my applications logic using the current API02:00
flwangmpee|away: what's your use case?02:43
mpee|awayflwang: I have workers who need to inspect the message to see if they can service it02:52
mpee|awayso that is obviously possible, but then they need to claim that particular message, and the API doesn't support that02:53
flwangoh, so you want to claim specific message? such as a single one?02:54
mpee|awayflwang: yeah02:55
flwangmpee|away: yep, we don't support that currently02:55
mpee|awayflwang: the other thing I tried was to have each worker claim a message, inspect it, and then unclaim if it can't service it02:56
mpee|awaybut then when the worker does the next claim it will potentially get the same message back02:58
mpee|awayie. you can't claim and iterate at the same time02:58
flwangsorry, what did you mean 'service' it?02:58
*** chandankumar has joined #openstack-zaqar03:11
mpee|awayflwang: oh sorry, I mean do the job that the message describes03:11
flwangso I assume you have known the message id, is it?03:11
mpee|awayflwang: yeah03:12
flwangdid you try POP?03:12
* flwang is checking if POP can meet your requirement03:12
mpee|awayflwang: yeah I did, that has the disadvantage that the message is lost if the worker dies, and I also found that pop would return my own messages03:12
mpee|awayas in a worker would pop, inspect the message, push it back (because it can't handle it), and then pop would return the same message again03:20
flwangok, let me try to repeat what I get:03:20
flwangyou have a worker, which will consumer the queue, get message from the queue03:20
flwangand for a message it get, it will check if it can ^handle^ it or not03:20
flwangif yes, do something03:20
mpee|awayflwang: yep03:20
flwangif not, you want to claim it or just delete it, is it?03:20
flwangbut in your test, you can't claim/pop/delete it, since you found the worker will get the message again, right?03:20
*** chandankumar has quit IRC03:25
*** peoplemerge has quit IRC03:49
*** jimhoagland has joined #openstack-zaqar03:55
*** peoplemerge has joined #openstack-zaqar04:01
*** chandankumar has joined #openstack-zaqar04:13
*** chandankumar has quit IRC04:32
*** chandankumar has joined #openstack-zaqar05:01
*** reed has joined #openstack-zaqar05:04
*** reed has quit IRC05:07
*** chandankumar has quit IRC05:08
*** chandankumar has joined #openstack-zaqar05:15
*** jimhoagland has quit IRC05:16
*** jimhoagland has joined #openstack-zaqar05:19
*** chandankumar has quit IRC05:21
*** chandankumar has joined #openstack-zaqar05:22
openstackgerritJeffrey Zhang proposed a change to openstack/zaqar: Add python-keystoneclient depending  https://review.openstack.org/11769105:54
*** chandankumar has quit IRC05:56
*** jeffrey4l has quit IRC05:57
*** jimhoagland has quit IRC06:05
*** jeffrey4l has joined #openstack-zaqar06:10
*** chandankumar has joined #openstack-zaqar06:25
*** flaper87|afk is now known as flaper8706:28
*** flaper87 is now known as flaper87|afk06:40
*** flaper87|afk is now known as flaper8706:47
*** chandankumar has quit IRC06:55
mpee|awayflwang: sorry, got busy06:57
mpee|awayflwang: I tried 3 approaches 1) read messages, then claim a specific message - can't be done with the API06:58
mpee|away2) claim a message, inspect it, unclaim repat - doesn't work because the next claim returns the same message, ie. you can't claim & iterate06:58
mpee|away3) pop message, inspect it, push it back - doesn't work because the next pop returns the same message06:58
mpee|awayactually that's not quite right for 3, the next pop might return a different message, but eventually pop will return your message again and so you can't detect when you've looked at the entire content of the queue06:59
openstackgerritPeng Fei Wang proposed a change to openstack/zaqar: Not permitted to delete pools which are used by flavor  https://review.openstack.org/11770607:02
*** AAzza_afk has joined #openstack-zaqar07:14
*** AAzza_afk is now known as AAzza07:14
*** flaper87 is now known as flaper87|afk07:16
*** flaper87|afk is now known as flaper8707:26
openstackgerritA change was merged to openstack/zaqar: Make the catalog flavor-aware  https://review.openstack.org/11200907:36
*** flaper87 is now known as flaper87|afk07:40
*** jeffrey4l has quit IRC07:59
*** dguerri`afk is now known as dguerri08:03
*** chandankumar has joined #openstack-zaqar08:13
*** flaper87|afk is now known as flaper8708:59
*** chandankumar has quit IRC09:09
*** chandankumar has joined #openstack-zaqar09:11
*** AAzza has quit IRC09:17
*** AAzza has joined #openstack-zaqar09:27
*** alcabrera has joined #openstack-zaqar09:50
*** alcabrera|afk has quit IRC09:50
*** mpeez has joined #openstack-zaqar09:56
*** tmu_ has joined #openstack-zaqar09:58
*** lifeless1 has joined #openstack-zaqar09:58
*** vipul- has joined #openstack-zaqar10:04
*** sebasmagri_ has joined #openstack-zaqar10:05
*** vipul has quit IRC10:09
*** flwang has quit IRC10:09
*** mpee|away has quit IRC10:09
*** tmu has quit IRC10:09
*** sebasmagri has quit IRC10:09
*** lifeless has quit IRC10:09
*** vipul- is now known as vipul10:09
*** sebasmagri_ is now known as sebasmagri10:09
*** flwang has joined #openstack-zaqar10:12
*** echevemaster has quit IRC10:26
*** openstackgerrit has quit IRC10:34
*** openstackgerrit has joined #openstack-zaqar10:40
*** tmu has joined #openstack-zaqar10:51
*** tmu_ has quit IRC10:55
*** dguerri has quit IRC11:27
*** dguerri has joined #openstack-zaqar11:27
*** AAzza_afk has joined #openstack-zaqar11:29
*** AAzzal has joined #openstack-zaqar11:31
*** chandankumar has quit IRC11:32
*** AAzza has quit IRC11:32
*** AAzzal is now known as AAzza11:32
*** AAzza_afk has quit IRC11:34
*** chandankumar has joined #openstack-zaqar11:44
*** AAzza_afk has joined #openstack-zaqar11:51
openstackgerritFlavio Percoco proposed a change to openstack/zaqar: Raise proper HTTP error when flavor doesn't exist  https://review.openstack.org/11776011:51
*** AAzza has quit IRC11:52
*** AAzzal has joined #openstack-zaqar11:52
*** AAzzal is now known as AAzza11:52
*** AAzza_afk has quit IRC11:56
*** flaper87 is now known as flaper87|afk12:00
*** AAzza has quit IRC12:04
openstackgerritFlavio Percoco proposed a change to openstack/zaqar: Raise proper HTTP error when flavor doesn't exist  https://review.openstack.org/11776012:04
*** flaper87 has joined #openstack-zaqar12:09
*** AAzzal has joined #openstack-zaqar12:14
*** AAzzal is now known as AAzza12:14
*** tmu has quit IRC12:14
*** tmu has joined #openstack-zaqar12:15
*** flaper87 has quit IRC12:31
*** flaper87|afk is now known as flaper8712:31
*** AAzzal has joined #openstack-zaqar12:45
*** AAzza has quit IRC12:45
*** AAzzal is now known as AAzza12:45
*** chandankumar has quit IRC12:49
*** amitgandhinz has joined #openstack-zaqar12:55
openstackgerritFlavio Percoco proposed a change to openstack/zaqar: Ensure `pool` exists before creating a flavor  https://review.openstack.org/11777312:56
*** sriram has joined #openstack-zaqar12:56
*** AAzza_afk has joined #openstack-zaqar13:09
*** amitgandhinz has quit IRC13:10
*** amitgandhinz has joined #openstack-zaqar13:11
*** AAzzal has joined #openstack-zaqar13:11
*** AAzza has quit IRC13:11
*** AAzzal is now known as AAzza13:11
*** AAzza_afk has quit IRC13:14
*** amitgandhinz has quit IRC13:15
*** itisit has joined #openstack-zaqar13:17
*** jimhoagland has joined #openstack-zaqar13:24
*** malini1 has joined #openstack-zaqar13:37
*** amitgandhinz has joined #openstack-zaqar13:45
*** vkmc has joined #openstack-zaqar13:59
vkmchiii14:01
malini1hello vkmc!14:04
vkmchello malini!14:05
malini1how are you?14:06
vkmcI saw that the tempest patch has been merged today \o/14:06
vkmcyaay14:06
malini1yes!!!!14:06
vkmcI'm good and you?14:06
malini1Happy that it is finally merged :)14:06
malini1it was a slow ride14:06
vkmcit was yeah...14:07
vkmcthe gates has been so flooded this last week14:07
*** pfwang has joined #openstack-zaqar14:13
*** wpf has quit IRC14:15
*** kgriffs|afk is now known as kgriffs14:20
*** jimhoagland has quit IRC14:21
kgriffshello world!14:22
malini1hello kgriffs!14:24
kgriffsvkmc: are you working on a new patchset for this? https://review.openstack.org/#/c/114530/14:24
kgriffsmalini1: o/14:24
vkmckgriffs, hi! I am :)14:24
kgriffscool, I know you are anxious to get that merged, so I've been keeping an eye on it14:24
vkmckgriffs, oh thanks for that... I'll upload it soon14:25
vkmcI was thinking on add the docs for Redis14:25
vkmcadd the dependency and generate the config options14:25
kgriffscool14:26
vkmcbut maybe that should happen after the v1.1 presentation in the summit14:26
vkmcwhat do you think?14:26
kgriffsI will be submitted a redis patch ready for review shortly. There are still some todo items, but I think those can go in followup patches14:26
vkmcok :) let's do that14:26
kgriffsvkmc: i'm still hoping we can ship redis14:27
kgriffswe can say it is beta quality for icehouse and will be rock-solid by kilo14:27
kgriffsflaper87: ^^^14:27
vkmcI hope so too... I'll be around during the weekend to do reviews and take advantage of free gates14:28
kgriffsheh. "free gates" ==> wishful thinking. :p14:31
vkmcI'm optimist haha14:31
kgriffsvkmc, flaper87, flwang: status of redis driver here - https://etherpad.openstack.org/p/zaqar-scratch14:31
vkmclast weekend was quiet... we'll see the weekend after the end of J-3 haha14:31
vkmcs/after/before14:31
kgriffshere's hoping!14:32
*** cpallares has joined #openstack-zaqar14:47
flaper87o/14:47
* flaper87 is back from running14:47
flaper87Damn it is hot outside14:47
flaper87malini1: since when you changed your name to world ?14:48
vkmcflaper87, \o14:48
malini1flaper87: it has always been tht..you never knew?14:48
flaper87malini1: nope :(14:48
flaper87I feel bad14:48
flaper87I should've known that14:48
malini1I am very humble..so usually don't re-assert about me being the world ;)14:49
malini1flaper87: how do you feel abt the graduation request now?14:49
flaper87malini1: I think we should go for it. Now that Kurt took of the redis patch, we're very likely to make it14:50
flaper87I mean, cough cough, we should try14:51
* flaper87 shouldn't show so much confidence... Dr . Murphy might be hearing14:51
kgriffsflaper87: thanks for your feedback, replied: https://review.openstack.org/#/c/117566/14:51
flaper87kgriffs: good thought on the 400/404 question. thanks for the insight14:54
* flaper87 bows to the REST master14:54
kgriffslol14:54
* kgriffs is good at pretending14:54
flaper87kgriffs: any redis patch we should start reviewing?14:57
flaper87kgriffs: malini1 what are your feelings w.r.t graduation now/14:57
flaper87?14:57
kgriffsflaper87: I am just about to submit a patch that will be ready to review. It will need a followup patch or two to finish up the work items listed under the bp14:58
kgriffssee also: https://etherpad.openstack.org/p/zaqar-scratch14:58
malini1As far as tech reqs are concerned, I think we are covered.14:59
malini1I think we should give it a try15:00
malini1flaper87: did you get a chance to talk to any of the TC folks?15:00
*** jimhoagland has joined #openstack-zaqar15:00
flaper87malini1: Yes, the feedback was good.15:01
* kgriffs is testing py33 with redis patch15:01
* kgriffs crosses fingers15:02
flaper87btw, turns out the graduation request is *optional*15:02
flaper87Zaqar, whether we want it or not, will be reviewed next Tuesday15:02
flaper87and the week after15:02
malini1ok :D15:02
kgriffsgtk15:02
malini1so let them review us15:02
flaper87Btw, last week is the last chance to land the redis patch15:02
malini1all of us should probably show up15:02
flaper87FeatureFreeze is on Friday15:02
flaper87Yeah, agreed.15:02
kgriffsflaper87: I am trying to get all work items done today for that bp15:03
flaper87kgriffs: awesome, thanks. Let us know if we can help with anything.15:03
kgriffsworst case, by monday, but the gate being slow... makes me nervous15:03
flaper87vkmc: malini1 flwang lets not be toooooo nitpicky with the redis patch, unless there's a hairy bug there.15:03
kgriffsflaper87: once the "baseline" patch lands, we can work on some stuff in parallel15:03
flaper87I think we already uncovered most of them15:03
flaper87kgriffs: awesome15:04
vkmcroger that15:04
kgriffs(work items listed here: https://etherpad.openstack.org/p/zaqar-scratch)15:04
flaper87kgriffs: thankfully enough, we just have 1 "gate" job15:04
flaper87the rest is just unittests15:04
kgriffsvkmc, flwang, malini1: right, but if you see something that should be fixed, but not critical, please note it here15:05
kgriffshttps://etherpad.openstack.org/p/zaqar-scratch15:05
malini1the gate job is on mongo..so tht shudnt block anything15:06
* kgriffs cheers15:06
* kgriffs hasn't seen any errors reported yet for ZAQAR_TEST_REDIS=1 ZAQAR_TEST_MONGODB=1 tox -e py3315:07
* kgriffs still crossing fingers15:07
* flaper87 crosses fingers15:07
*** ametts has quit IRC15:12
kgriffsflaper87: I'm seeing some py33 errors from tests.unit.queues.transport.wsgi.test_v1_1.TestFlavorsMongoDB15:12
flaper87kgriffs: mmh, weird. The gate should've caught those15:13
kgriffsI guess we aren't gating on py33 + mongo15:13
flaper87ooooooooooooooooooooooooooh wait15:13
flaper87yeah15:13
flaper87DAMNIT!15:13
kgriffsu owe me gummy bears15:13
flaper87kgriffs: don't worry about that now, just file a bug and I'll fix them15:13
flaper87kgriffs: no, ask for anything but gummy bears15:14
flaper87PLEASE!15:14
kgriffsHappy Birthday! https://bugs.launchpad.net/zaqar/+bug/136312815:15
flaper87LOL15:16
* kgriffs is so generous15:16
vkmclol15:16
flaper87>.>15:16
* flaper87 drops something in the channel https://review.openstack.org/#/c/117760/215:20
vkmc:o15:21
* kgriffs runs final test: ZAQAR_TEST_REDIS=1 tox -e py2615:25
*** sriram has quit IRC15:25
flaper87kgriffs: goooooooooooooood luck with that!15:25
*** ametts has joined #openstack-zaqar15:25
flaper87Looking forward to review that patch15:25
flaper87gtg, folks. TTYL15:25
kgriffsttfn15:26
*** flaper87 is now known as flaper87|afk15:26
openstackgerritKurt Griffiths proposed a change to openstack/zaqar: Implements queue, message and claim controllers for Redis  https://review.openstack.org/9717815:29
openstackgerritKurt Griffiths proposed a change to openstack/zaqar: Do not fail silently when given a bogus claim ID  https://review.openstack.org/11756615:29
alcabrerao/15:30
openstackgerritKurt Griffiths proposed a change to openstack/zaqar: Add observer role to benchmark tool  https://review.openstack.org/11638415:30
kgriffsvkmc, flaper87|afk, alcabrera, flwang, cpallares: start your engines! Need those first two reviewed ASAP. Thanks!15:32
alcabrerasure thing, kgriffs15:33
alcabreramy engines are worn today, but I'll try to get them reviewed soon.15:34
kgriffsplease note work items that are marked TODO will be in followup patches: https://blueprints.launchpad.net/zaqar/+spec/redis-storage-driver15:34
kgriffsalcabrera: no worries, thanks for any time you can give15:34
alcabrera:)15:34
kgriffsp.s. - some items will be postponed to Kilo - https://etherpad.openstack.org/p/zaqar-scratch15:35
kgriffswaiting on the gate... I'll be back a little later. vkmc: I'll review your doc patch when it's updated.15:40
kgriffsttyl15:40
vkmckgriffs, thanks15:40
vkmcttyl o/15:41
kgriffso/15:41
*** reed has joined #openstack-zaqar15:54
openstackgerritVictoria Martínez de la Cruz proposed a change to openstack/zaqar: Enhance docstrings for the config reference  https://review.openstack.org/11782615:59
*** AAzza is now known as AAzza_afk16:07
*** amitgandhinz has quit IRC16:12
openstackgerritVictoria Martínez de la Cruz proposed a change to openstack/zaqar: Enhance docstrings for the config reference  https://review.openstack.org/11782616:17
*** AAzza_afk is now known as AAzza16:18
vkmcmalini, can you review https://review.openstack.org/117826?16:21
vkmcis a simple change and I need it for the doc ref16:22
*** amitgandhinz has joined #openstack-zaqar16:25
openstackgerritVictoria Martínez de la Cruz proposed a change to openstack/zaqar: Enhance docstrings for the config reference  https://review.openstack.org/11782616:26
*** reed has quit IRC16:28
malini1vkmc: done16:35
vkmc:) yay16:36
vkmcthx16:36
*** cpallares has quit IRC16:37
kgriffsvkmc: A+16:37
*** echevemaster has joined #openstack-zaqar16:38
vkmckgriffs, thx16:38
vkmcI16:38
kgriffsnice to see the gate less congested today16:38
vkmcI'll update the guide once this gets merged so we can have a clean docs base16:38
vkmcoh yeah, it's a relief16:39
kgriffscool, thanks! I can't tell you how much I appreciate you taking the lead on these docs. Huge improvements.16:39
vkmcechevemaster, hey! could you fix the pbr issue?16:39
vkmckgriffs, I'm glad to :) thanks for helping me to make them even better16:40
kgriffssure thing. now lets land this plane!16:40
kgriffsI've got to go run some errands soon... later today I plan working on the remaining TODO items in the redis bp16:41
vkmccool! I'll be around to help review those16:42
kgriffssweet. enjoy lunch, I'll be back l8r16:44
kgriffso/16:44
vkmc:) thx16:45
vkmcttyl \o16:45
*** dguerri is now known as dguerri`afk16:54
*** reed has joined #openstack-zaqar17:05
*** cpallares has joined #openstack-zaqar17:10
*** echevemaster has quit IRC17:12
*** chandankumar has joined #openstack-zaqar17:20
*** malini1 has quit IRC17:26
*** alcabrera is now known as alcabrera|afk17:32
*** malini1 has joined #openstack-zaqar17:34
*** cpallares has quit IRC18:10
*** earnThis has joined #openstack-zaqar18:11
*** cpallares has joined #openstack-zaqar18:17
*** cpallares has quit IRC18:19
*** alcabrera|afk is now known as alcabrera18:45
*** chandankumar has quit IRC18:58
*** chandankumar has joined #openstack-zaqar19:11
*** amitgandhinz has quit IRC19:15
*** amitgandhinz has joined #openstack-zaqar19:16
*** amitgandhinz has quit IRC19:20
*** malini1 has quit IRC19:29
*** chandankumar has quit IRC19:38
*** itisit has quit IRC19:51
*** itisit has joined #openstack-zaqar19:51
*** kgriffs is now known as kgriffs|afk20:08
*** kgriffs|afk is now known as kgriffs20:08
*** yograterol has joined #openstack-zaqar20:09
*** flwang1 has joined #openstack-zaqar20:12
vkmcsomething wrong with the DevStack gate?20:16
*** AAzza is now known as AAzza_afk20:26
*** flwang2 has joined #openstack-zaqar20:37
*** flwang1 has quit IRC20:37
openstackgerritVictoria Martínez de la Cruz proposed a change to openstack/zaqar: Adds the API reference to the devs guide  https://review.openstack.org/11639020:39
*** ametts has quit IRC21:01
*** flwang2 has quit IRC21:25
openstackgerritVictoria Martínez de la Cruz proposed a change to openstack/zaqar: Adds more resources section to to developers guide  https://review.openstack.org/11789421:36
openstackgerritVictoria Martínez de la Cruz proposed a change to openstack/zaqar: Adds more resources section to to developers guide  https://review.openstack.org/11789421:40
*** alcabrera is now known as alcabrera|afk21:49
*** flwang1 has joined #openstack-zaqar21:49
*** itisit has quit IRC21:52
*** yograterol has quit IRC21:52
*** AAzza_afk has quit IRC21:52
*** AAzza_afk has joined #openstack-zaqar22:01
*** AAzza_afk is now known as AAzza22:01
*** yograterol has joined #openstack-zaqar22:11
*** earnThis has quit IRC22:19
*** lifeless1 is now known as lifeless22:56
*** kgriffs is now known as kgriffs|afk23:32
*** kgriffs|afk is now known as kgriffs23:32
*** notmyname has joined #openstack-zaqar23:43
notmynamewhat's up with queues these days?23:44
notmynameactually, there is one main thing I'm curious about23:45
notmynamewhat's the current goal? is zaqar a provisioner for queues, or does zaqar implement a durable queue service?23:46
* notmyname hopes it's still the latter23:47
*** reed has quit IRC23:55

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