| *** yograterol has joined #openstack-zaqar | 00:17 | |
| *** yograterol has quit IRC | 00:29 | |
| *** yograterol has joined #openstack-zaqar | 00:30 | |
| *** achanda has quit IRC | 01:17 | |
| *** achanda has joined #openstack-zaqar | 01:23 | |
| *** achanda has quit IRC | 01:34 | |
| *** achanda has joined #openstack-zaqar | 01:37 | |
| *** achanda has quit IRC | 02:23 | |
| *** achanda has joined #openstack-zaqar | 02:23 | |
| *** achanda has quit IRC | 02:24 | |
| *** achanda has joined #openstack-zaqar | 02:56 | |
| *** diga has joined #openstack-zaqar | 03:40 | |
| *** achanda has quit IRC | 03:46 | |
| *** achanda has joined #openstack-zaqar | 04:02 | |
| *** achanda has quit IRC | 05:31 | |
| *** pcaruana has quit IRC | 05:32 | |
| *** achanda has joined #openstack-zaqar | 05:37 | |
| *** achanda has quit IRC | 05:41 | |
| *** achanda has joined #openstack-zaqar | 06:08 | |
| *** achanda has quit IRC | 06:18 | |
| *** yograterol has quit IRC | 07:12 | |
| *** achanda has joined #openstack-zaqar | 07:12 | |
| *** exploreshaifali has joined #openstack-zaqar | 07:38 | |
| exploreshaifali | flaper87: morning!! :) | 07:39 |
|---|---|---|
| *** pcaruana has joined #openstack-zaqar | 07:42 | |
| *** achanda has quit IRC | 08:15 | |
| exploreshaifali | flaper87: around? | 08:15 |
| flaper87 | exploreshaifali: morning :) | 08:17 |
| flaper87 | exploreshaifali: good post :) | 08:17 |
| exploreshaifali | flaper87: :D thanks!! | 08:17 |
| exploreshaifali | flaper87: I need serious help :P | 08:18 |
| exploreshaifali | flaper87: its 3-4 weeks over and I am unable to complete queue_controller task | 08:18 |
| exploreshaifali | I am unable to think if we need to remove queue_controller() method totally, what should be done | 08:18 |
| flaper87 | exploreshaifali: what do you mean by removing it totally? | 08:19 |
| exploreshaifali | for places where queue_controller is used | 08:19 |
| flaper87 | we need to remove it from the *data* controller, not the management controller | 08:19 |
| exploreshaifali | flaper87: removing it from DataDriverBase and shifting it to COntrolDriver | 08:19 |
| flaper87 | and we don't need to remove it from all the places where it's being used but provide another way to access i | 08:19 |
| flaper87 | it* | 08:19 |
| exploreshaifali | flaper87: yes, I think that is what we have done up till now....changing the defination of queue_controller | 08:20 |
| flaper87 | exploreshaifali: did you push your latest patch? | 08:22 |
| exploreshaifali | flaper87: yes it is there | 08:22 |
| flaper87 | exploreshaifali: https://review.openstack.org/#/c/144340/4/zaqar/storage/base.py,cm here u still have it in the base data driver | 08:28 |
| flaper87 | exploreshaifali: https://review.openstack.org/#/c/144340/4/zaqar/storage/mongodb/driver.py,cm we now probably need to pass an instance of control driver to the data driver | 08:29 |
| flaper87 | exploreshaifali: ^ also, don't move the message controller | 08:30 |
| exploreshaifali | flaper87: regarding base.py, yes queue_controller() is there in database, but it is not directly getting QueueController object, now it is getting through controlDrive | 08:31 |
| exploreshaifali | flaper87: this is what needed.....right? | 08:31 |
| exploreshaifali | s/database/DataDriveBase | 08:32 |
| flaper87 | exploreshaifali: yes but instead of creating an instance of ControlDriver every time, you should probably pass the control drive instance to the DataDriver when it's created | 08:32 |
| *** dynarro has joined #openstack-zaqar | 08:34 | |
| exploreshaifali | flaper87: so you are saying that every new created DataDrive should have an instance of ControlDrive? | 08:34 |
| exploreshaifali | *new created DataDrive instance | 08:34 |
| flaper87 | yes | 08:34 |
| flaper87 | otherwise you'd be creating a new ControlDriver instance every time you call `queue_controller` | 08:34 |
| flaper87 | and you don't want that :P | 08:35 |
| exploreshaifali | flaper87: yes, but if so, I need to add ControlDrive instance inside __init__() of DataDrive? | 08:35 |
| flaper87 | exploreshaifali: yes | 08:37 |
| flaper87 | :) | 08:37 |
| exploreshaifali | flaper87: okay, let me try that :) | 08:37 |
| *** flwang1 has joined #openstack-zaqar | 08:48 | |
| *** amalagon has quit IRC | 09:04 | |
| *** amalagon has joined #openstack-zaqar | 09:05 | |
| *** exploreshaifali has quit IRC | 09:05 | |
| *** amalagon has quit IRC | 09:09 | |
| *** exploreshaifali has joined #openstack-zaqar | 09:43 | |
| *** dynarro has quit IRC | 09:43 | |
| exploreshaifali | flaper87: even after puting ControlDrive instance inside __init__() of DataDrive, getting same set of errors, with and withoud message_controller in controlDrive | 10:04 |
| flaper87 | exploreshaifali: push the latest patch, lets review | 10:04 |
| exploreshaifali | flaper87: I am in my college, there due to firewalls cannot push it | 10:05 |
| exploreshaifali | flaper87: okay, let me move to my home then I will ping you again :) | 10:05 |
| flaper87 | exploreshaifali: hehe, ok ok :D | 10:06 |
| flaper87 | whatever works best for you :) | 10:06 |
| * flaper87 will re-review the existing patch in the meantime | 10:06 | |
| exploreshaifali | ya.... I will be back in half an hour :) | 10:06 |
| exploreshaifali | thanks! | 10:06 |
| *** exploreshaifali has quit IRC | 10:11 | |
| openstackgerrit | Merged openstack/zaqar: Implement mongodb driver for notifications https://review.openstack.org/139792 | 10:33 |
| *** flwang1 has quit IRC | 11:16 | |
| *** dynarro has joined #openstack-zaqar | 11:17 | |
| *** vkmc_ has joined #openstack-zaqar | 11:26 | |
| vkmc_ | morning...! | 11:27 |
| *** dynarro has quit IRC | 11:29 | |
| *** exploreshaifali has joined #openstack-zaqar | 11:30 | |
| kragniz | vkmc_: morning! | 11:31 |
| kragniz | oh god: https://www.youtube.com/watch?v=zwH7p80bOdw | 11:33 |
| vkmc_ | omg kragniz | 11:35 |
| openstackgerrit | Shaifali Agrawal proposed openstack/zaqar: Removing QueueController from data to control plane https://review.openstack.org/144340 | 12:10 |
| exploreshaifali | flaper87, latest patch ^ | 12:12 |
| exploreshaifali | vkmc_, kragniz morning!! :) | 12:14 |
| vkmc_ | morning exploreshaifali! | 12:14 |
| exploreshaifali | :) | 12:16 |
| exploreshaifali | vkmc_, remember my current patch giving mannnnnny assertion error | 12:21 |
| exploreshaifali | and out of them first one is claim_test | 12:21 |
| *** dynarro has joined #openstack-zaqar | 12:21 | |
| vkmc_ | I do | 12:21 |
| exploreshaifali | vkmc_, so we decided to try to claim messages | 12:21 |
| exploreshaifali | I tried and it worked well | 12:21 |
| vkmc_ | aaaand? | 12:22 |
| vkmc_ | huh | 12:22 |
| vkmc_ | but the tests fails | 12:22 |
| exploreshaifali | yes | 12:23 |
| exploreshaifali | vkmc_, that could be because, there were not all resources available | 12:23 |
| exploreshaifali | vkmc_, test failed at line https://github.com/openstack/zaqar/blob/master/tests/functional/wsgi/v1/test_claims.py#L52 | 12:24 |
| flaper87 | o/ | 12:24 |
| exploreshaifali | which means it does not have all the resources needed | 12:25 |
| exploreshaifali | flaper87, \o | 12:25 |
| exploreshaifali | flaper87, can we start reviewing the current patch for removing queue_controller() | 12:26 |
| flaper87 | exploreshaifali: I'm on it | 12:26 |
| exploreshaifali | :P | 12:27 |
| exploreshaifali | okay | 12:27 |
| flaper87 | exploreshaifali: wrote some comments, I'll submit them as soon as I can check jenkins' results | 12:30 |
| exploreshaifali | flaper87, till than, I just realized few flaws, can I update the patch? | 12:32 |
| flaper87 | exploreshaifali: lemme submit my comments then | 12:37 |
| flaper87 | so you can address them right away | 12:37 |
| flaper87 | exploreshaifali: done | 12:37 |
| exploreshaifali | flaper87, ok :) thanks!! | 12:37 |
| openstackgerrit | Flavio Percoco proposed openstack/zaqar: Forbid adding stores with mismatching capabilities https://review.openstack.org/145783 | 12:53 |
| *** vkmc_ has quit IRC | 13:14 | |
| *** jchai has joined #openstack-zaqar | 13:35 | |
| *** exploreshaifali has quit IRC | 13:39 | |
| *** dynarro has quit IRC | 14:01 | |
| *** dynarro has joined #openstack-zaqar | 14:01 | |
| *** sriram has joined #openstack-zaqar | 14:12 | |
| openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Refactor Request and Response classes to enhance consistency https://review.openstack.org/148265 | 14:19 |
| flaper87 | vkmc: | 14:24 |
| flaper87 | ops | 14:24 |
| vkmc | flaper87: | 14:24 |
| flaper87 | vkmc: | 14:25 |
| openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Refactor Request and Response classes to enhance consistency https://review.openstack.org/148265 | 14:32 |
| vkmc | flaper87, https://review.openstack.org/#/c/141280/15 let me know when you have a moment to chat :) | 14:33 |
| * flaper87 ignores vkmc | 14:35 | |
| flaper87 | :P | 14:35 |
| flaper87 | vkmc: jokes apart, gimme at least 1h to finish this patch | 14:36 |
| flaper87 | and I'll ping you | 14:36 |
| vkmc | how daaaaaaaare you? | 14:38 |
| vkmc | sure haha, no rush | 14:38 |
| vkmc | I'm working on something else | 14:38 |
| vkmc | s/working on/breaking | 14:38 |
| *** csoukup has joined #openstack-zaqar | 14:40 | |
| flaper87 | vkmc: yeah, sure... now you're going to play the: "I'm a busy chick" card now..... | 14:41 |
| flaper87 | >.> | 14:41 |
| vkmc | flaper87, I am >.> | 14:42 |
| * vkmc chases butterflies | 14:43 | |
| * flaper87 sets some worms on fire | 14:43 | |
| flaper87 | (because that's what kids with nothing to do do) | 14:43 |
| * kragniz calls the rspca | 14:43 | |
| * flaper87 has no idea what rspca is | 14:44 | |
| flaper87 | probably for the better | 14:44 |
| flaper87 | ohhhh | 14:44 |
| flaper87 | is that actually a thing? | 14:45 |
| flaper87 | Do organizations like that exist? | 14:45 |
| kragniz | my bad, it's a UK thing | 14:45 |
| flaper87 | mmhhh... good thing I'm not cruel | 14:45 |
| flaper87 | ah nice, I take my last message back | 14:45 |
| kragniz | Royal Society for the Prevention of Cruelty to Animals | 14:45 |
| * flaper87 keeps setting worms on fire | 14:45 | |
| flaper87 | so, why is setting worms on fire something cruel and chasing butterflies to keep them trapped forever in some random kid's hands isn't? | 14:46 |
| * vkmc now kills ants with a magnifying glass | 14:46 | |
| flaper87 | ah? ah? ah? | 14:46 |
| kragniz | flaper87: you have the ENPA, though | 14:46 |
| flaper87 | vkmc: boooooooooooooooooooooooooooooooooooooooooooooooring | 14:46 |
| kragniz | Ente Nazionale Protezione Animali | 14:46 |
| flaper87 | kragniz: yeah, but this is italy | 14:46 |
| * flaper87 keeps setting worms on fire | 14:46 | |
| flaper87 | vkmc: use the lighter (or a match) | 14:47 |
| kragniz | poor little wormies :( | 14:47 |
| kragniz | what did they do to flaper87 | 14:47 |
| vkmc | flaper87, you are the pyromaniac one haha | 14:47 |
| flaper87 | kragniz: if they ain't gummy, they ain't good | 14:48 |
| *** amitgandhinz has joined #openstack-zaqar | 14:48 | |
| flaper87 | vkmc: my mom used to say the same thing | 14:48 |
| kragniz | now I see it all | 14:48 |
| *** ametts has joined #openstack-zaqar | 14:48 | |
| flaper87 | until I left | 14:48 |
| flaper87 | now my gf says the same thing | 14:48 |
| flaper87 | but I can asure you, they are wrong | 14:48 |
| vkmc | flaper87, they are the ones that know you the best... I would say I agree with them :P | 14:49 |
| flaper87 | but but but.... mmmhhh not fair | 14:49 |
| * flaper87 plays with his anti-stress lighter | 14:50 | |
| *** kgriffs|afk is now known as kgriffs | 14:50 | |
| kragniz | flaper87: prove them wrong by setting them on fire | 14:50 |
| kragniz | it can't go wrong | 14:50 |
| flaper87 | kragniz: LOOOOOOL, I'm sure they'll agree with me afterwards | 14:51 |
| flaper87 | mmhhh | 14:51 |
| vkmc | aaaahahahaha | 14:51 |
| vkmc | 'no, I'm not a pyromaniac' while holding a flamethrower | 14:52 |
| * flaper87 did want one of those for a long time | 14:53 | |
| kragniz | who doesn't? | 14:53 |
| *** kgriffs is now known as kgriffs|afk | 14:53 | |
| kragniz | wait, you don't want one now? | 14:53 |
| flaper87 | I act like I don't | 14:54 |
| flaper87 | but sssh | 14:54 |
| flaper87 | really, I asked for one | 14:54 |
| flaper87 | no kiddings | 14:54 |
| kragniz | heh | 14:54 |
| flaper87 | I ended up getting a slingshot and using it to throw fireworks to my neighbors' place | 14:55 |
| * flaper87 had this one http://assets.academy.com/mgen/73/10218673.jpg?is=500,500 | 14:55 | |
| kragniz | I had one similar to that! | 14:55 |
| flaper87 | kragniz: one of the coolest things ever, isn't it? | 14:55 |
| kragniz | flaper87: I had this one: http://www.pastimesgunsandtackle.com/media/catalog/product/cache/1/image/1140x900/9df78eab33525d08d6e5fb8d27136e95/p/r/prod_2211.jpg | 14:56 |
| flaper87 | how do you call those small fireworks that just make noise but you still have to light them? | 14:56 |
| * flaper87 googles | 14:56 | |
| kragniz | flaper87: firecrackers? | 14:56 |
| flaper87 | kragniz: ah no wait, I had exactly that one. you could fold yours, right? | 14:57 |
| kragniz | yeah | 14:57 |
| kragniz | blackwidow | 14:57 |
| flaper87 | then yeah, it's exactly that one | 14:57 |
| kragniz | it was cool | 14:57 |
| openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: API handler and API v1.1 Queue endpoints https://review.openstack.org/141280 | 14:58 |
| *** kgriffs|afk is now known as kgriffs | 14:58 | |
| openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: API handler and API v1.1 Queue endpoints https://review.openstack.org/141280 | 15:02 |
| *** dynarro has quit IRC | 15:04 | |
| *** dynarro has joined #openstack-zaqar | 15:25 | |
| flaper87 | vkmc: there ? | 15:49 |
| openstackgerrit | Flavio Percoco proposed openstack/zaqar: Split MongoDB's default implementation from FIFO's https://review.openstack.org/148297 | 15:49 |
| flaper87 | 3 | 15:49 |
| flaper87 | 2 | 15:49 |
| flaper87 | 1 | 15:49 |
| flaper87 | oh well | 15:49 |
| vkmc | flaper87, not so fast | 15:50 |
| *** exploreshaifali has joined #openstack-zaqar | 15:56 | |
| vkmc | flaper87, ? | 15:56 |
| vkmc | ok, brb | 16:14 |
| *** diga_ has joined #openstack-zaqar | 16:28 | |
| *** diga_ has quit IRC | 16:32 | |
| *** dynarro has quit IRC | 16:33 | |
| *** amalagon has joined #openstack-zaqar | 16:38 | |
| *** diga_ has joined #openstack-zaqar | 16:39 | |
| *** cpallares has joined #openstack-zaqar | 16:40 | |
| cpallares | o/ | 16:45 |
| cpallares | hello zaqarians | 16:45 |
| cpallares | vkmc: o/ | 16:46 |
| cpallares | exploreshaifali: o/ | 16:46 |
| cpallares | flaper87: o/ | 16:46 |
| cpallares | kgriffs: o/ | 16:46 |
| exploreshaifali | cpallares, \o :D 'sup? | 16:46 |
| cpallares | howdy exploreshaifali. How are you doing? | 16:46 |
| exploreshaifali | all good :) | 16:47 |
| kragniz | cpallares: \o | 16:47 |
| cpallares | hi kragniz | 16:47 |
| cpallares | how are you kragniz? | 16:47 |
| kragniz | cpallares: slowly recovering | 16:48 |
| cpallares | kragniz: From? | 16:48 |
| kragniz | cpallares: this https://www.youtube.com/watch?v=zwH7p80bOdw | 16:48 |
| cpallares | lol! | 16:49 |
| kgriffs | cpallares: o/ | 16:50 |
| cpallares | hey kgriffs :) | 16:51 |
| vkmc | cpallares, heeeeeeeeey | 16:52 |
| vkmc | welcome back | 16:52 |
| *** sriram has quit IRC | 16:55 | |
| cpallares | thanks vkmc :) | 16:56 |
| *** sriram has joined #openstack-zaqar | 16:56 | |
| *** sriram has quit IRC | 16:56 | |
| *** kgriffs is now known as kgriffs|afk | 17:15 | |
| *** kgriffs|afk is now known as kgriffs | 17:19 | |
| *** sriram has joined #openstack-zaqar | 17:32 | |
| *** diga_ has quit IRC | 17:34 | |
| *** amalagon has quit IRC | 17:36 | |
| exploreshaifali | vkmc, around? | 17:44 |
| vkmc | exploreshaifali, here | 17:48 |
| exploreshaifali | vkmc, I am searching where does DataDriver is instantiated https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/driver.py#L66 | 17:48 |
| exploreshaifali | s/DataDriver/DataDrive | 17:48 |
| exploreshaifali | can you help please? | 17:49 |
| vkmc | exploreshaifali, | 17:49 |
| vkmc | sure | 17:49 |
| exploreshaifali | vkmc, I have seen in bootstrap.py but there is only storage.pooling.DataDrive | 17:50 |
| exploreshaifali | and storage.pipeling.DataDrive are used | 17:50 |
| vkmc | exploreshaifali, https://github.com/openstack/zaqar/blob/master/zaqar/bootstrap.py#L95-L108 | 17:51 |
| vkmc | that's fine | 17:51 |
| vkmc | it uses the pipeline | 17:51 |
| exploreshaifali | vkmc, but pipeline and pooling have their own DataDrive https://github.com/openstack/zaqar/blob/master/zaqar/storage/pipeline.py#L84 | 17:52 |
| exploreshaifali | I want to know from where storage/mongodb.driver.DataDrive is used | 17:53 |
| vkmc | so... bootstrap is where everything is instantiated | 17:56 |
| vkmc | the datadriver and controldriver are initializated when storage and control methods are called | 17:57 |
| vkmc | those methods call https://github.com/openstack/zaqar/blob/master/zaqar/storage/utils.py#L68 | 17:58 |
| vkmc | basically we delegate the loading part to stevedore | 17:58 |
| vkmc | https://pypi.python.org/pypi/stevedore | 17:59 |
| exploreshaifali | k | 17:59 |
| vkmc | stevedore then loads the required driver | 17:59 |
| vkmc | if you put 'mongodb' in the config | 17:59 |
| vkmc | then https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/driver.py#L66 is called | 18:00 |
| vkmc | does that makes sense? | 18:00 |
| exploreshaifali | vkmc, yes yes..... just need to look at above links you mentioned. Thanks!! | 18:01 |
| vkmc | cool | 18:02 |
| vkmc | :) | 18:02 |
| *** pcaruana has quit IRC | 18:08 | |
| *** exploreshaifali has quit IRC | 18:15 | |
| *** openstackgerrit has quit IRC | 18:37 | |
| *** openstackgerrit has joined #openstack-zaqar | 18:37 | |
| openstackgerrit | Victoria Martínez de la Cruz proposed openstack/zaqar: Adds websockets driver to Zaqar server https://review.openstack.org/140155 | 18:38 |
| *** achanda has joined #openstack-zaqar | 18:46 | |
| *** ametts has quit IRC | 18:54 | |
| *** dynarro has joined #openstack-zaqar | 18:55 | |
| *** ametts has joined #openstack-zaqar | 18:59 | |
| *** achanda has quit IRC | 19:05 | |
| *** achanda has joined #openstack-zaqar | 19:10 | |
| flaper87 | vkmc: what's up girl? | 19:22 |
| flaper87 | sorry for dissapearing earlier today | 19:23 |
| flaper87 | vkmc: so, I wanted to get an update from you on the websocket thingy | 19:23 |
| vkmc | flaper87, heeeey yo :) | 19:23 |
| vkmc | all right, I'm implementing the tests for the queues endpoint | 19:23 |
| vkmc | and implementing other endpoints | 19:23 |
| flaper87 | awesome, awesome, awesome. Any problems so far? | 19:25 |
| flaper87 | I mean, any problems that need discussion? | 19:25 |
| flaper87 | actually, you know what? keep your problems for yourself | 19:25 |
| * flaper87 ducks | 19:25 | |
| flaper87 | :P | 19:25 |
| flaper87 | or throw them at kgriffs | 19:26 |
| * flaper87 ducks, again | 19:26 | |
| kgriffs | lol. | 19:26 |
| vkmc | its his fault | 19:26 |
| flaper87 | it's always kgriffs fault | 19:26 |
| * kgriffs is pretty sure everything is his fault | 19:26 | |
| vkmc | for now its going ok | 19:27 |
| vkmc | only one problem | 19:27 |
| vkmc | :D because it wouldn't be so fun otherwise | 19:27 |
| vkmc | the schemas we defined for validation are tightly coupled to wsgi | 19:27 |
| flaper87 | mmh, could you elaborate? | 19:28 |
| vkmc | sure | 19:29 |
| vkmc | when the websocket transport receives the request and process them, we decided to validate it using https://github.com/openstack/zaqar/blob/master/zaqar/common/api/api.py#L52 | 19:30 |
| vkmc | and this is the schema we have defined for v1_1 https://github.com/openstack/zaqar/blob/master/zaqar/api/v1_1/request.py | 19:30 |
| flaper87 | ah you mean it's tightly coupled because of the `method` thing? | 19:31 |
| flaper87 | feel free to change it, that was based on a previous analysis, which I think we agreed was not good enough | 19:32 |
| vkmc | yeah... in fact, not only the method param | 19:33 |
| *** exploreshaifali has joined #openstack-zaqar | 19:33 | |
| vkmc | we would required to add the action param | 19:33 |
| vkmc | require* | 19:33 |
| vkmc | and some other changes | 19:33 |
| vkmc | do we use that schema somewhere else? I was about to check that | 19:34 |
| flaper87 | nope, I know we use the response one for tests | 19:37 |
| flaper87 | but not the request one | 19:37 |
| flaper87 | it was actually added for this specific thing | 19:37 |
| flaper87 | so, feel free to adapt it | 19:37 |
| vkmc | awesome | 19:37 |
| vkmc | :D | 19:37 |
| *** dynarro has quit IRC | 19:42 | |
| *** vkmc has left #openstack-zaqar | 19:51 | |
| *** vkmc has joined #openstack-zaqar | 19:51 | |
| *** jchai is now known as jchai_afk | 19:59 | |
| *** jchai_afk is now known as jchai | 20:03 | |
| *** exploreshaifali has quit IRC | 20:10 | |
| *** flwang1 has joined #openstack-zaqar | 20:18 | |
| *** amalagon has joined #openstack-zaqar | 20:20 | |
| vkmc | flaper87, meeting in 30? | 20:22 |
| *** amalagon has quit IRC | 20:29 | |
| * vkmc puts a flamethrower and waits | 20:30 | |
| vkmc | o.o | 20:30 |
| *** achanda has quit IRC | 20:31 | |
| flwang | vkmc: hi there | 20:40 |
| flwang | i have a meeting in 5 min | 20:40 |
| flwang | so maybe late for our weekly meeting | 20:40 |
| vkmc | flwang, no worries :) | 20:40 |
| *** achanda has joined #openstack-zaqar | 21:02 | |
| *** achanda_ has joined #openstack-zaqar | 21:03 | |
| flwang | vkmc: meeting? | 21:04 |
| vkmc | flwang, no flaper87 :( | 21:05 |
| vkmc | flwang, is there something you want to discuss? | 21:05 |
| *** achanda has quit IRC | 21:07 | |
| *** amalagon has joined #openstack-zaqar | 21:08 | |
| flwang | vkmc: yep | 21:08 |
| flwang | the notification sending implement | 21:08 |
| flwang | and a potential bug | 21:08 |
| flwang | when enabled pool, GET /queues will run into 500 error if there is no queue created | 21:09 |
| vkmc | hmm... | 21:09 |
| vkmc | that is... pools enabled, pools created and no queue? | 21:10 |
| flwang | yep | 21:10 |
| vkmc | I think its a bug | 21:12 |
| vkmc | it should list queues... no matter its in v1 or v1.1 | 21:12 |
| flwang | vkmc: right | 21:13 |
| flwang | ok, I will file a bug and submit a patch for that | 21:13 |
| vkmc | that sounds good! | 21:13 |
| vkmc | you already discovered what is causing that? | 21:13 |
| flwang | vkmc: yep | 21:13 |
| vkmc | flwang, cool! | 21:13 |
| flwang | just wanna confirm if it's a bug or known issue | 21:14 |
| *** ametts has quit IRC | 21:19 | |
| *** ametts has joined #openstack-zaqar | 21:41 | |
| *** jchai has quit IRC | 22:18 | |
| *** sriram has quit IRC | 22:21 | |
| *** echevemaster has joined #openstack-zaqar | 22:40 | |
| *** achanda_ has quit IRC | 22:42 | |
| *** amitgandhinz has quit IRC | 22:54 | |
| *** achanda has joined #openstack-zaqar | 22:54 | |
| *** echevemaster has quit IRC | 22:54 | |
| *** achanda has quit IRC | 22:59 | |
| *** achanda has joined #openstack-zaqar | 23:09 | |
| *** ametts has quit IRC | 23:25 | |
| *** csoukup has quit IRC | 23:26 | |
| *** achanda has quit IRC | 23:35 | |
| *** achanda has joined #openstack-zaqar | 23:40 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!