*** wanghao_ has joined #openstack-zaqar | 00:03 | |
*** david-lyle_ has joined #openstack-zaqar | 01:04 | |
*** david-lyle has quit IRC | 01:08 | |
*** david-lyle_ is now known as david-lyle | 01:10 | |
*** yanyanhu has joined #openstack-zaqar | 01:12 | |
*** jtomasek has quit IRC | 01:29 | |
*** jtomasek has joined #openstack-zaqar | 01:34 | |
flwang | wxy__: wanghao_: vkmc: we're asked if we need a PTG, see https://www.openstack.org/ptg/ | 01:58 |
---|---|---|
flwang | flwang: personally, i don't think we need it but i'd like to get your opinion | 01:58 |
openstackgerrit | Merged openstack/zaqar: Subscription Confirmation Support-2 https://review.openstack.org/350447 | 02:04 |
wxy__ | flwang, I didn't hear any voice of the company strategy for PTG, so I can't guarantee that I'll be there. I think whether we need a PTG depends on the number of participants. I prefer to say "no" at this moment. | 02:18 |
flwang | wxy__: ok, that's what i'm thinking based on current resources | 02:20 |
flwang | btw, our messaging install guide and api guide are alive now | 02:20 |
wanghao_ | flwang: I think maybe we can hold it just online. | 02:20 |
flwang | http://developer.openstack.org/api-ref/messaging/ | 02:21 |
wanghao_ | cool | 02:22 |
wanghao_ | flwang, wxy: I prefer to put the "PTG" in one of weekly meeting, what do you think? | 02:26 |
wxy__ | I find a typo, :-) | 02:28 |
flwang | wanghao_: i will, but i'm not sure if there are much people hence why i asked here first | 02:29 |
wanghao_ | flwang: yeah, I see, it's important meeting so I wish we have more participants. | 02:31 |
flwang | wanghao_: wxy__: https://review.openstack.org/383410 | 02:44 |
wanghao_ | flwang: LGTM, +2 | 02:47 |
openstackgerrit | wangxiyuan proposed openstack/zaqar-specs: Mova the OSprofiler spec to Ocata https://review.openstack.org/384265 | 02:56 |
openstackgerrit | wangxiyuan proposed openstack/zaqar-specs: Mova the OSprofiler spec to Ocata https://review.openstack.org/384265 | 03:01 |
openstackgerrit | Merged openstack/zaqar: Enable release notes translation https://review.openstack.org/383410 | 03:08 |
*** david-lyle has quit IRC | 03:09 | |
openstackgerrit | wangxiyuan proposed openstack/zaqar: Enable confirm for devstack https://review.openstack.org/343999 | 03:18 |
*** Ravikiran_K has joined #openstack-zaqar | 03:44 | |
*** mdnadeem_ has quit IRC | 03:56 | |
*** GB21 has joined #openstack-zaqar | 04:20 | |
*** wanghao_ has quit IRC | 05:20 | |
*** exploreshaifali has joined #openstack-zaqar | 05:31 | |
*** mdnadeem has joined #openstack-zaqar | 05:48 | |
openstackgerrit | wanghao proposed openstack/zaqar-specs: Remove pool group from pool and flavor resource https://review.openstack.org/345133 | 06:22 |
*** wanghao_ has joined #openstack-zaqar | 06:22 | |
*** exploreshaifali has quit IRC | 06:29 | |
*** exploreshaifali has joined #openstack-zaqar | 06:37 | |
*** rcernin has joined #openstack-zaqar | 06:48 | |
*** exploreshaifali has quit IRC | 06:52 | |
*** diga has joined #openstack-zaqar | 07:02 | |
*** diga has left #openstack-zaqar | 07:02 | |
*** pcaruana has joined #openstack-zaqar | 07:03 | |
*** tesseract has joined #openstack-zaqar | 07:06 | |
*** tesseract is now known as Guest49723 | 07:06 | |
*** AAzza has quit IRC | 07:17 | |
*** AAzza has joined #openstack-zaqar | 07:18 | |
*** exploreshaifali has joined #openstack-zaqar | 07:25 | |
*** Kevin_Zheng has joined #openstack-zaqar | 07:58 | |
*** exploreshaifali has quit IRC | 08:14 | |
*** tqtran has joined #openstack-zaqar | 08:19 | |
*** tqtran has quit IRC | 08:24 | |
*** exploreshaifali has joined #openstack-zaqar | 08:27 | |
wanghao_ | flwang: wxy__ | 08:33 |
wanghao_ | flwang: wxy__ : I found an issue in claim but I'm not sure if it's a bug, could you help me to check it: https://bugs.launchpad.net/zaqar/+bug/1631873 | 08:34 |
openstack | Launchpad bug 1631873 in zaqar "Grace didn't work when claim's expires time < message's expires time even if grace is large number" [Undecided,New] - Assigned to wanghao (wanghao749) | 08:34 |
wanghao_ | In my own view, I feel it's not right according the definition of grace。 | 08:36 |
wanghao_ | maybe need some discussion about it. | 08:36 |
wxy__ | wanghao_, with mongoDB backend? | 08:37 |
wanghao_ | redis too. | 08:37 |
*** AAzza_ has joined #openstack-zaqar | 08:49 | |
*** andreaf_ has joined #openstack-zaqar | 08:53 | |
*** Qiming_ has joined #openstack-zaqar | 08:54 | |
*** AAzza has quit IRC | 08:54 | |
*** pcaruana has quit IRC | 08:54 | |
*** andreaf has quit IRC | 08:54 | |
*** Qiming has quit IRC | 08:54 | |
*** AAzza_ is now known as AAzza | 08:54 | |
*** andreaf_ is now known as andreaf | 08:54 | |
*** Qiming_ is now known as Qiming | 08:54 | |
wxy__ | wanghao_, It's not a bug. the grace works only when the claim's ttl is larger than the message'ttl. | 08:55 |
wxy__ | wanghao_, the example you wrote in the bug description doesn't work. because the claim's ttl is 300, and the message'ttl is 3600. | 08:57 |
wxy__ | wanghao_, you can have a try with a number large than 3600 for the claim's ttl | 08:58 |
wxy__ | https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/claims.py#L184 | 08:59 |
*** pcaruana has joined #openstack-zaqar | 09:00 | |
*** flaper87 has joined #openstack-zaqar | 09:19 | |
*** Guest10079 is now known as zigo | 09:23 | |
*** eliqiao has quit IRC | 09:28 | |
*** eliqiao has joined #openstack-zaqar | 09:29 | |
*** eliqiao has quit IRC | 09:29 | |
*** eliqiao has joined #openstack-zaqar | 09:32 | |
*** eliqiao has quit IRC | 09:32 | |
*** eliqiao has joined #openstack-zaqar | 09:33 | |
*** yanyanhu has quit IRC | 10:01 | |
wanghao_ | wxy__: yes, I see it, but the point is what grace means? According the grace's mean in API: "the server extends the lifetime of claimed messages to be at least as long as the lifetime of the claim itself, plus the specified grace period. If a claimed message would normally live longer than the grace period, its expiration is not adjusted." So if I set a | 10:02 |
wanghao_ | long time of grace, bigger than the message's ttl, then we should extend the message ttl to claim_ttl + grace_ttl. | 10:02 |
wanghao_ | My point is we shouldn't only use claim's expires time to judge if extending the message's ttl, using claim's expires time + grace time. | 10:05 |
*** exploreshaifali has quit IRC | 10:09 | |
openstackgerrit | wanghao proposed openstack/zaqar: [WIP]Fix the issue that grace doesn't work https://review.openstack.org/384398 | 10:09 |
*** exploreshaifali has joined #openstack-zaqar | 10:12 | |
*** tqtran has joined #openstack-zaqar | 10:21 | |
*** tqtran has quit IRC | 10:26 | |
openstackgerrit | wanghao proposed openstack/zaqar-specs: Remove pool group from pool and flavor resource https://review.openstack.org/345133 | 10:49 |
*** exploreshaifali has quit IRC | 11:25 | |
*** exploreshaifali has joined #openstack-zaqar | 11:28 | |
wxy__ | wanghao_, So it depends on the "grace"'s meaning here. Maybe flwang or other guys could explain more about it's meaning or history | 11:34 |
wxy__ | wanghao_, I'm thinking now. | 11:34 |
*** Ravikiran_K has quit IRC | 11:51 | |
*** exploreshaifali has quit IRC | 12:07 | |
*** exploreshaifali has joined #openstack-zaqar | 12:12 | |
*** exploreshaifali has quit IRC | 12:16 | |
*** rbrady has joined #openstack-zaqar | 12:22 | |
*** GB21 has quit IRC | 12:34 | |
*** dynarro has joined #openstack-zaqar | 12:56 | |
*** wanghao_ has quit IRC | 13:30 | |
*** wanghao_ has joined #openstack-zaqar | 13:50 | |
wanghao_ | wxy__: okay, thanks | 13:59 |
*** mpanetta_ has quit IRC | 14:01 | |
*** mpanetta has joined #openstack-zaqar | 14:02 | |
*** dynarro has quit IRC | 14:16 | |
*** dynarro has joined #openstack-zaqar | 14:25 | |
*** Qiming has quit IRC | 14:27 | |
*** Qiming has joined #openstack-zaqar | 14:33 | |
*** openstack has joined #openstack-zaqar | 18:23 | |
*** openstack has joined #openstack-zaqar | 19:04 | |
*** pmathews has joined #openstack-zaqar | 19:06 | |
*** openstackstatus has joined #openstack-zaqar | 19:07 | |
*** ChanServ sets mode: +v openstackstatus | 19:07 | |
*** flwang1 has quit IRC | 19:21 | |
*** pmathews has quit IRC | 19:23 | |
*** pmathews has joined #openstack-zaqar | 19:24 | |
*** flwang1 has joined #openstack-zaqar | 20:23 | |
*** pmathews has quit IRC | 20:29 | |
*** pmathews has joined #openstack-zaqar | 20:30 | |
*** pmathews_ has joined #openstack-zaqar | 21:01 | |
*** pmathews has quit IRC | 21:01 | |
*** rbrady is now known as rbrady-afk | 21:19 | |
*** mpanetta has quit IRC | 21:43 | |
*** mpanetta has joined #openstack-zaqar | 21:43 | |
*** mdnadeem has quit IRC | 21:55 | |
*** ryansb has quit IRC | 22:02 | |
*** ryansb has joined #openstack-zaqar | 22:03 | |
*** ryansb has quit IRC | 22:03 | |
*** ryansb has joined #openstack-zaqar | 22:03 | |
*** mpanetta has quit IRC | 23:56 | |
*** mpanetta has joined #openstack-zaqar | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!