*** yograterol has joined #openstack-zaqar | 00:03 | |
openstackgerrit | A change was merged to openstack/python-zaqarclient: Remove hardcoded version https://review.openstack.org/115465 | 00:06 |
---|---|---|
lifeless | thanks! | 00:09 |
*** amitgandhinz has quit IRC | 00:42 | |
*** amitgandhinz has joined #openstack-zaqar | 00:43 | |
*** amitgandhinz has quit IRC | 00:47 | |
*** flwang has quit IRC | 00:47 | |
*** flwang has joined #openstack-zaqar | 01:01 | |
wpf | All, does someone run into some issue when "git remote update" | 01:24 |
wpf | norman@norman-ThinkCentre-M92P:/opt/stack/marconi$ git remote update | 01:24 |
wpf | Fetching origin | 01:24 |
wpf | fatal: The remote end hung up unexpectedly | 01:24 |
wpf | error: Could not fetch origin | 01:24 |
wpf | Fetching gerrit | 01:24 |
wpf | fatal: Project not found: openstack/marconi | 01:24 |
wpf | fatal: The remote end hung up unexpectedly | 01:24 |
wpf | error: Could not fetch gerrit | 01:25 |
vkmc | yes wpf | 01:31 |
vkmc | you have to update the git remote :) | 01:31 |
vkmc | update the repo url with 'git remote set-url origin https://github.com/openstack/zaqar.git' | 01:32 |
vkmc | and update the gerrit remote with 'git remote set-url gerrit ssh://<username>@review.openstack.org:29418/openstack/zaqar.git' | 01:33 |
wpf | vkmc: Thanks I will do it now | 01:33 |
vkmc | wpf, np :) | 01:34 |
*** yograterol has quit IRC | 01:36 | |
*** yograterol has joined #openstack-zaqar | 01:48 | |
mpee|away | if I delete all messages from a queue the queue seems to not exist anymore, is that expected? | 01:55 |
*** vkmc has quit IRC | 02:00 | |
*** amitgandhinz has joined #openstack-zaqar | 02:28 | |
*** amitgandhinz has quit IRC | 02:31 | |
*** amitgandhinz has joined #openstack-zaqar | 02:32 | |
*** amitgandhinz has quit IRC | 02:36 | |
openstackgerrit | Peng Fei Wang proposed a change to openstack/zaqar: Clean up expired messages for SQLAlchemy driver https://review.openstack.org/110543 | 03:15 |
*** yograterol has quit IRC | 03:16 | |
openstackgerrit | Peng Fei Wang proposed a change to openstack/zaqar: Clean up expired messages for SQLAlchemy driver https://review.openstack.org/110543 | 03:23 |
*** chandankumar has joined #openstack-zaqar | 03:27 | |
*** amitgandhinz has joined #openstack-zaqar | 03:42 | |
*** chandankumar has quit IRC | 03:44 | |
*** amitgandhinz has quit IRC | 03:47 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/python-zaqarclient: Updated from global requirements https://review.openstack.org/114068 | 05:21 |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/zaqar: Updated from global requirements https://review.openstack.org/115870 | 05:22 |
prashanthr_ | flwang, wpf: Hello :) Can you please have a look at https://review.openstack.org/#/c/97178/ whenever you are free ? thanks a lot :) | 05:25 |
*** chandankumar has joined #openstack-zaqar | 05:25 | |
*** reed has quit IRC | 05:36 | |
openstackgerrit | OpenStack Proposal Bot proposed a change to openstack/zaqar: Imported Translations from Transifex https://review.openstack.org/115875 | 06:05 |
*** flaper87|afk is now known as flaper87 | 06:21 | |
wpf | flaper87: Hi, can you please have a look at https://review.openstack.org/#/c/110543/ whenever you are free? Thanks | 07:01 |
wpf | btw , is it code issue that check-tempest-dsvm-zaqar failed | 07:01 |
flaper87 | wpf: hey hey | 07:03 |
* flaper87 clicks | 07:03 | |
wpf | flaper87: hi | 07:04 |
flaper87 | wpf: is there a way to make that test generic wo it runs for both, mongodb and sqlalchemy? | 07:04 |
wpf | flaper87: with my knowledge, no way | 07:05 |
flaper87 | wpf: I wonder why this test didn't fail for sqla https://github.com/openstack/zaqar/blob/master/zaqar/tests/queues/storage/base.py#L411 | 07:06 |
wpf | since one is SQL database ,and another one is NoSQL, and one is that expired message be deleted until next post, and another one is immediately | 07:06 |
flaper87 | ahhhhhhhhhhhhhhhhhhhh, I know why it didn't fail. in order to run it we need to enable slow tests | 07:07 |
wpf | flaper87: why it failed? I ever modify it in another issue | 07:07 |
wpf | the gc_interval is 0 now | 07:07 |
wpf | and it works for current expired filter condition | 07:08 |
wpf | the test_expired_messages only test that expired messages are not visible for users | 07:08 |
*** AAzza_afk is now known as AAzza | 07:08 | |
flaper87 | wpf: why do you need `def _get(count=False):` instead of the controller get method ? | 07:09 |
flaper87 | wpf: good point | 07:09 |
flaper87 | ok, it's clear now | 07:09 |
flaper87 | thanks | 07:09 |
wpf | flaper87: you know, the test I added was to verify that the messages are really deleted in the database level | 07:09 |
flaper87 | wpf: yup, got it. | 07:10 |
wpf | flaper87: ok | 07:10 |
wpf | so you already understand the the 'def_get(count=False)',right? | 07:10 |
flaper87 | wpf: yeah yeah | 07:11 |
flaper87 | wpf: +2, I just ran the recheck | 07:11 |
wpf | :P | 07:11 |
flaper87 | lets see if the gate stops complaining | 07:11 |
wpf | flaper87: failed for "check-tempest-dsvm-zaqar" | 07:28 |
flaper87 | wpf: darn, kk. I'll take a look | 07:28 |
wpf | thanks | 07:29 |
wpf | flaper87: seems to be related with the mongodb in gate | 07:34 |
wpf | sed: can't read /etc/mongodb.conf: No such file or directory | 07:34 |
flaper87 | yeah, we've been hitting that issue since yday. Something must have changed | 07:34 |
wpf | ok | 07:37 |
*** AAzza is now known as AAzza_afk | 07:56 | |
*** flwang1 has joined #openstack-zaqar | 08:04 | |
*** AAzza_afk is now known as AAzza | 08:10 | |
*** AAzza is now known as AAzza_afk | 08:35 | |
*** flwang1 has quit IRC | 08:37 | |
*** flwang1 has joined #openstack-zaqar | 08:47 | |
flaper87 | malini|afk: wpf we need this to land to fix the mongodb thing https://review.openstack.org/#/c/115911/ | 09:44 |
*** vkmc has joined #openstack-zaqar | 10:30 | |
vkmc | good morning! | 10:31 |
*** flwang1 has quit IRC | 10:34 | |
*** flwang1 has joined #openstack-zaqar | 10:36 | |
flaper87 | vkmc: gooooooooooooooooooood morning | 10:52 |
flaper87 | vkmc: btw, https://review.openstack.org/#/c/115911/ | 10:52 |
vkmc | oh you found what's going on with the DevStack gate | 10:55 |
vkmc | awesomeeeeeee | 10:55 |
vkmc | I was a bit worried about it | 10:55 |
flaper87 | I'm still worried, that patch is blocking our gate. At least we know what's happening | 11:00 |
vkmc | yeah of course | 11:07 |
flaper87 | I'll be out part of the afternoon so, please, it'd be nice if you guys can follow-up with QA to get this merged | 11:23 |
flaper87 | malini|afk: hey, when you're around: Could you please take a look at this patch? https://review.openstack.org/#/c/106346/ | 11:26 |
vkmc | flaper87, we have to rename launchpad, when should be more convenient to do so? | 11:44 |
flaper87 | vkmc: good point, I think I can do it now | 11:44 |
* flaper87 is addressing vkmc comments on the homedoc patch | 11:45 | |
vkmc | :) | 11:45 |
vkmc | I can do that | 11:45 |
flaper87 | ah right, you can :D | 11:48 |
flaper87 | go ahead :D | 11:48 |
* vkmc updating Launchpad | 11:50 | |
flaper87 | vkmc: pushed | 11:51 |
vkmc | OpenStack Message Queuing Service => OpenStack Messaging and Notifications Service | 11:51 |
openstackgerrit | Flavio Percoco proposed a change to openstack/zaqar: V1.1 Homedoc https://review.openstack.org/96159 | 11:51 |
flaper87 | +1 | 11:51 |
vkmc | we should update it in governance if I'm not wrong | 11:52 |
vkmc | https://github.com/openstack/governance/blob/master/reference/programs.yaml | 11:52 |
vkmc | well we are the 'Queue service' there | 11:52 |
flaper87 | yeah, we'll do the governance change later, once we have actual notifications | 12:03 |
flaper87 | :P | 12:03 |
vkmc | ok :) | 12:03 |
vkmc | I'm afraid I cannot change the Launchpad URL | 12:03 |
flaper87 | vkmc: I'm doing that | 12:06 |
flaper87 | vkmc: this is how you do it: https://answers.launchpad.net/launchpad/+question/253398 | 12:07 |
flaper87 | YAY, launchpad! | 12:07 |
flaper87 | >.> | 12:07 |
vkmc | haha | 12:11 |
*** AAzza_afk is now known as AAzza | 12:23 | |
*** amitgandhinz has joined #openstack-zaqar | 12:33 | |
*** flaper87 is now known as flaper87|afk | 12:44 | |
*** sriram has joined #openstack-zaqar | 12:44 | |
*** amitgandhinz has quit IRC | 13:18 | |
*** amitgandhinz has joined #openstack-zaqar | 13:19 | |
*** openstackgerrit has quit IRC | 13:21 | |
*** malini has joined #openstack-zaqar | 13:23 | |
*** amitgandhinz has quit IRC | 13:23 | |
*** malini has quit IRC | 13:31 | |
*** malini has joined #openstack-zaqar | 13:32 | |
*** malini has quit IRC | 13:39 | |
*** kgriffs|afk is now known as kgriffs | 13:57 | |
*** openstackgerrit has joined #openstack-zaqar | 13:59 | |
*** amitgandhinz has joined #openstack-zaqar | 14:01 | |
*** prashanthr_ has quit IRC | 14:24 | |
*** prashanthr_ has joined #openstack-zaqar | 14:25 | |
*** alcabrera|afk is now known as alcabrera | 14:53 | |
alcabrera | good morning. o/ | 14:53 |
kgriffs | o | 14:57 |
kgriffs | o/ | 14:57 |
kgriffs | o | 14:58 |
kgriffs | _o_ | 14:58 |
kgriffs | ___ | 14:58 |
* alcabrera witnesses that kgriffs became a pancake | 14:58 | |
* kgriffs returns to lurking in the shallows | 14:58 | |
kgriffs | OK, I am going to go offline a bit to focus on coding. bbl | 15:01 |
*** kgriffs is now known as kgriffs|afk | 15:02 | |
alcabrera | hey vkmc, AAzza, prashanthr_! There won't be a meeting today, but if you all have anything you'd like to ask me or talk to me about, feel free to do so. :) | 15:31 |
*** chandankumar has quit IRC | 15:36 | |
prashanthr_ | good morning alcabrera :) | 15:38 |
alcabrera | good morning, prashanthr_! | 15:38 |
prashanthr_ | I am just waiting for reviews on my redis patchset :) Thanks for your review ! | 15:38 |
*** prashanthr_ has quit IRC | 15:39 | |
alcabrera | you're welocme. :) | 15:40 |
*** prashanthr_ has joined #openstack-zaqar | 15:48 | |
prashanthr_ | alcabrera: Sorry my account got disconnected | 15:48 |
alcabrera | no worries, prashanthr_. welcome back! | 15:49 |
*** reed has joined #openstack-zaqar | 15:49 | |
prashanthr_ | For this week, I guess I was just working on the comments from kgriffs|afk, AAzza, vkmc and flaper87|afk ! :) | 15:49 |
prashanthr_ | Seems like more are coming underway | 15:49 |
vkmc | heyy | 15:49 |
prashanthr_ | vkmc: Hello Good morning :) | 15:50 |
vkmc | hi prashanthr_ :) | 15:50 |
vkmc | hi alcabrera! | 15:50 |
*** kgriffs|afk is now known as kgriffs | 15:54 | |
alcabrera | heya vkmc. :) | 15:54 |
AAzza | vkmc: prashanthr_: hello :) | 15:54 |
vkmc | hi AAzza! | 15:55 |
*** mpanetta has joined #openstack-zaqar | 16:05 | |
*** mpanetta has quit IRC | 16:06 | |
*** mpanetta has joined #openstack-zaqar | 16:06 | |
kgriffs | prashanthr_: good evening! | 16:10 |
prashanthr_ | kgriffs: Thank you ! :) Good morning ! :) | 16:10 |
openstackgerrit | Kurt Griffiths proposed a change to openstack/zaqar: Report claim and delete latency separately in the benchmark tool https://review.openstack.org/116029 | 16:17 |
kgriffs | prashanthr_: re that race condition, weren't you going to try lua or something? | 16:18 |
kgriffs | I think it may be done with a watch on the pipe, but my hunch is doing the filtering in lua would be faster | 16:18 |
kgriffs | (basically, doing a conditional claim on each message, based on whether it is still unclaimed at the moment) | 16:19 |
*** AAzza is now known as AAzza_afk | 17:18 | |
*** chandankumar has joined #openstack-zaqar | 17:34 | |
*** chandankumar has quit IRC | 17:37 | |
*** flwang1 has quit IRC | 17:38 | |
* vkmc lurks | 18:43 | |
vkmc | hey guys, we would use more +1's here https://review.openstack.org/#/c/115911/ | 18:44 |
vkmc | it's for the bug blocking the devstack gate | 18:44 |
*** AAzza_afk is now known as AAzza | 19:04 | |
*** flwang1 has joined #openstack-zaqar | 20:13 | |
*** flwang1 has quit IRC | 20:18 | |
*** earnThis has joined #openstack-zaqar | 20:27 | |
vkmc | so quiet around here :p | 20:33 |
alcabrera | oh yes | 20:37 |
alcabrera | I'm heads down preparing a haskell tutorial for later tonight on parsing. :) | 20:37 |
vkmc | sounds good :) | 20:37 |
*** sriram has quit IRC | 20:38 | |
*** staphae has joined #openstack-zaqar | 20:50 | |
staphae | peps: I am creating a messages table with no "CID" field populated. Is this suppose to be the default behaviour? | 20:51 |
AAzza | staphae: i think yes, it is claim_id. if you didn't yet claim any messages there should not be values:) | 20:55 |
*** yograterol has joined #openstack-zaqar | 21:20 | |
staphae | AAzza: Thanks, Not even zero? | 21:23 |
*** AAzza is now known as AAzza_afk | 21:26 | |
*** kgriffs is now known as kgriffs|afk | 21:27 | |
*** staphae has quit IRC | 21:40 | |
earnThis | I cant get the zaqar server started | 21:46 |
earnThis | $ zaqar-server -v is what the readme says | 21:47 |
earnThis | Any suggestions? | 21:49 |
*** earnThis has left #openstack-zaqar | 22:01 | |
*** amitgandhinz has quit IRC | 22:20 | |
*** amitgandhinz has joined #openstack-zaqar | 22:21 | |
*** amitgandhinz has quit IRC | 22:26 | |
*** sriram has joined #openstack-zaqar | 22:26 | |
*** sriram has quit IRC | 22:26 | |
*** sriram has joined #openstack-zaqar | 22:26 | |
*** sriram1 has joined #openstack-zaqar | 23:09 | |
*** sriram1 has quit IRC | 23:10 | |
*** sriram has quit IRC | 23:11 | |
*** yograterol has quit IRC | 23:20 | |
*** alcabrera is now known as alcabrera|afk | 23:20 | |
*** yograterol has joined #openstack-zaqar | 23:33 | |
*** yograterol has quit IRC | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!