Monday, 2016-10-10

*** wanghao_ has joined #openstack-zaqar00:03
*** david-lyle_ has joined #openstack-zaqar01:04
*** david-lyle has quit IRC01:08
*** david-lyle_ is now known as david-lyle01:10
*** yanyanhu has joined #openstack-zaqar01:12
*** jtomasek has quit IRC01:29
*** jtomasek has joined #openstack-zaqar01:34
flwangwxy__: wanghao_: vkmc: we're asked if we need a PTG, see https://www.openstack.org/ptg/01:58
flwangflwang: personally, i don't think we need it but i'd like to get your opinion01:58
openstackgerritMerged openstack/zaqar: Subscription Confirmation Support-2  https://review.openstack.org/35044702: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
flwangwxy__: ok, that's what i'm thinking based on current resources02:20
flwangbtw, our messaging install guide and api guide are alive now02:20
wanghao_flwang: I think maybe we can hold it just online.02:20
flwanghttp://developer.openstack.org/api-ref/messaging/02:21
wanghao_cool02: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
flwangwanghao_: i will, but i'm not sure if there are much people hence why i asked here first02:29
wanghao_flwang: yeah, I see, it's important meeting so I wish we have more participants.02:31
flwangwanghao_: wxy__: https://review.openstack.org/38341002:44
wanghao_flwang: LGTM, +202:47
openstackgerritwangxiyuan proposed openstack/zaqar-specs: Mova the OSprofiler spec to Ocata  https://review.openstack.org/38426502:56
openstackgerritwangxiyuan proposed openstack/zaqar-specs: Mova the OSprofiler spec to Ocata  https://review.openstack.org/38426503:01
openstackgerritMerged openstack/zaqar: Enable release notes translation  https://review.openstack.org/38341003:08
*** david-lyle has quit IRC03:09
openstackgerritwangxiyuan proposed openstack/zaqar: Enable confirm for devstack  https://review.openstack.org/34399903:18
*** Ravikiran_K has joined #openstack-zaqar03:44
*** mdnadeem_ has quit IRC03:56
*** GB21 has joined #openstack-zaqar04:20
*** wanghao_ has quit IRC05:20
*** exploreshaifali has joined #openstack-zaqar05:31
*** mdnadeem has joined #openstack-zaqar05:48
openstackgerritwanghao proposed openstack/zaqar-specs: Remove pool group from pool and flavor resource  https://review.openstack.org/34513306:22
*** wanghao_ has joined #openstack-zaqar06:22
*** exploreshaifali has quit IRC06:29
*** exploreshaifali has joined #openstack-zaqar06:37
*** rcernin has joined #openstack-zaqar06:48
*** exploreshaifali has quit IRC06:52
*** diga has joined #openstack-zaqar07:02
*** diga has left #openstack-zaqar07:02
*** pcaruana has joined #openstack-zaqar07:03
*** tesseract has joined #openstack-zaqar07:06
*** tesseract is now known as Guest4972307:06
*** AAzza has quit IRC07:17
*** AAzza has joined #openstack-zaqar07:18
*** exploreshaifali has joined #openstack-zaqar07:25
*** Kevin_Zheng has joined #openstack-zaqar07:58
*** exploreshaifali has quit IRC08:14
*** tqtran has joined #openstack-zaqar08:19
*** tqtran has quit IRC08:24
*** exploreshaifali has joined #openstack-zaqar08: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/163187308:34
openstackLaunchpad 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-zaqar08:49
*** andreaf_ has joined #openstack-zaqar08:53
*** Qiming_ has joined #openstack-zaqar08:54
*** AAzza has quit IRC08:54
*** pcaruana has quit IRC08:54
*** andreaf has quit IRC08:54
*** Qiming has quit IRC08:54
*** AAzza_ is now known as AAzza08:54
*** andreaf_ is now known as andreaf08:54
*** Qiming_ is now known as Qiming08: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 ttl08:58
wxy__https://github.com/openstack/zaqar/blob/master/zaqar/storage/mongodb/claims.py#L18408:59
*** pcaruana has joined #openstack-zaqar09:00
*** flaper87 has joined #openstack-zaqar09:19
*** Guest10079 is now known as zigo09:23
*** eliqiao has quit IRC09:28
*** eliqiao has joined #openstack-zaqar09:29
*** eliqiao has quit IRC09:29
*** eliqiao has joined #openstack-zaqar09:32
*** eliqiao has quit IRC09:32
*** eliqiao has joined #openstack-zaqar09:33
*** yanyanhu has quit IRC10: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 a10: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 IRC10:09
openstackgerritwanghao proposed openstack/zaqar: [WIP]Fix the issue that grace doesn't work  https://review.openstack.org/38439810:09
*** exploreshaifali has joined #openstack-zaqar10:12
*** tqtran has joined #openstack-zaqar10:21
*** tqtran has quit IRC10:26
openstackgerritwanghao proposed openstack/zaqar-specs: Remove pool group from pool and flavor resource  https://review.openstack.org/34513310:49
*** exploreshaifali has quit IRC11:25
*** exploreshaifali has joined #openstack-zaqar11: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 history11:34
wxy__wanghao_, I'm thinking now.11:34
*** Ravikiran_K has quit IRC11:51
*** exploreshaifali has quit IRC12:07
*** exploreshaifali has joined #openstack-zaqar12:12
*** exploreshaifali has quit IRC12:16
*** rbrady has joined #openstack-zaqar12:22
*** GB21 has quit IRC12:34
*** dynarro has joined #openstack-zaqar12:56
*** wanghao_ has quit IRC13:30
*** wanghao_ has joined #openstack-zaqar13:50
wanghao_wxy__: okay, thanks13:59
*** mpanetta_ has quit IRC14:01
*** mpanetta has joined #openstack-zaqar14:02
*** dynarro has quit IRC14:16
*** dynarro has joined #openstack-zaqar14:25
*** Qiming has quit IRC14:27
*** Qiming has joined #openstack-zaqar14:33
*** openstack has joined #openstack-zaqar18:23
*** openstack has joined #openstack-zaqar19:04
*** pmathews has joined #openstack-zaqar19:06
*** openstackstatus has joined #openstack-zaqar19:07
*** ChanServ sets mode: +v openstackstatus19:07
*** flwang1 has quit IRC19:21
*** pmathews has quit IRC19:23
*** pmathews has joined #openstack-zaqar19:24
*** flwang1 has joined #openstack-zaqar20:23
*** pmathews has quit IRC20:29
*** pmathews has joined #openstack-zaqar20:30
*** pmathews_ has joined #openstack-zaqar21:01
*** pmathews has quit IRC21:01
*** rbrady is now known as rbrady-afk21:19
*** mpanetta has quit IRC21:43
*** mpanetta has joined #openstack-zaqar21:43
*** mdnadeem has quit IRC21:55
*** ryansb has quit IRC22:02
*** ryansb has joined #openstack-zaqar22:03
*** ryansb has quit IRC22:03
*** ryansb has joined #openstack-zaqar22:03
*** mpanetta has quit IRC23:56
*** mpanetta has joined #openstack-zaqar23:57

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