Wednesday, 2019-08-21

*** bobh has joined #openstack-oslo00:02
*** bnemec has joined #openstack-oslo00:16
*** bobh has quit IRC00:35
*** bnemec has quit IRC00:35
*** bobh has joined #openstack-oslo00:52
*** ianychoi has quit IRC00:57
*** ianychoi has joined #openstack-oslo00:59
*** bobh has quit IRC01:54
*** bobh has joined #openstack-oslo02:53
*** bobh has quit IRC02:56
*** larainema has joined #openstack-oslo03:09
*** jaosorior has quit IRC04:34
*** dave-mccowan has quit IRC05:21
*** jaosorior has joined #openstack-oslo05:49
*** jaosorior has quit IRC06:21
*** ianychoi has quit IRC06:34
*** ianychoi has joined #openstack-oslo06:34
*** ianychoi has quit IRC07:00
*** ianychoi has joined #openstack-oslo07:01
*** jaosorior has joined #openstack-oslo07:04
*** trident has quit IRC07:10
*** rcernin has quit IRC07:14
*** trident has joined #openstack-oslo07:17
*** ralonsoh has joined #openstack-oslo07:52
*** e0ne has joined #openstack-oslo07:56
*** jaosorior has quit IRC08:00
*** ianychoi has quit IRC08:32
*** ianychoi has joined #openstack-oslo08:33
*** jaosorior has joined #openstack-oslo09:19
*** raildo has joined #openstack-oslo11:21
*** larainema has quit IRC12:29
*** larainema has joined #openstack-oslo12:43
openstackgerritGabriele Santomaggio proposed openstack/oslo.messaging master: Add the mandatory flag for direct send  https://review.opendev.org/67207312:47
*** kgiusti has joined #openstack-oslo12:58
*** lbragstad has joined #openstack-oslo13:00
*** tesseract has joined #openstack-oslo13:22
*** tesseract has quit IRC13:22
gsantomaggiohi @kgiusti13:42
gsantomaggioabout https://review.opendev.org/#/c/672073/13:42
gsantomaggioI don't know the queue name13:42
gsantomaggioso I can't delete it13:43
gsantomaggioreply_q is generated automatically13:44
gsantomaggiohttps://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/_drivers/amqpdriver.py#L12313:44
kgiustigsantomaggio: hey bud!13:49
kgiustigsantomaggio: hmmmm....13:50
kgiustigsantomaggio: ah, right - reply q's don't auto-delete immediately on rabbitmq (correct me if I'm wrong).13:50
gsantomaggio@kgiusti  exactly13:51
kgiustigsantomaggio: bummah13:51
gsantomaggio@kgiusti  even you put an high sleep, higher than TTL, the queue will be created again13:52
kgiustigsantomaggio: re-created by the sender?  Ouch.13:52
gsantomaggio@kgiusti  by kombu.. somewhere :D13:53
gsantomaggio@kgiusti I can test i manuatlly by adding:13:55
gsantomaggio```13:55
gsantomaggio        self.reply_q = "no_queue"13:55
gsantomaggio        conn.direct_send(self.reply_q, rpc_common.serialize_msg(msg))13:55
gsantomaggio```13:55
*** bnemec has joined #openstack-oslo13:55
gsantomaggio`self.reply_q = "no_queue"`13:55
kgiustigsantomaggio: +113:56
gsantomaggio@kgiusti  the problem is that I had to modify the amqpdrider.py13:56
gsantomaggio@kgiusti  here: https://github.com/openstack/oslo.messaging/blob/master/oslo_messaging/_drivers/amqpdriver.py#L12313:57
gsantomaggio@kgiusti I don't know how to do that outside `amqpdriver.py`13:57
kgiustigsantomaggio: what did you need to change in amqpdriver.py?   And btw amqpdriver.py is rabbitmq only IIRC so changing it for rabbit's benefit is ok13:59
gsantomaggio@kgiusti  had to change:14:01
gsantomaggio```14:01
gsantomaggio conn.direct_send(self.reply_q, rpc_common.serialize_msg(msg))14:01
gsantomaggio```14:01
gsantomaggioto14:01
gsantomaggio```14:01
gsantomaggioself.reply_q = "no_queue"14:01
gsantomaggio conn.direct_send(self.reply_q, rpc_common.serialize_msg(msg))14:01
gsantomaggio```14:01
gsantomaggiobut this is only for test14:01
kgiustigsantomaggio: oh - I see, yeah, can do that for debug testing but not "for reals"14:03
gsantomaggio@kgiusti  yep !14:04
kgiustigsantomaggio: hey - just a question on https://review.opendev.org/#/c/672073/  ... this last patch (3) seems to be only heartbeat-in-thread related14:07
kgiustigsantomaggio: oh crap - wrong patch (nevermind)14:08
gsantomaggio@kgiusti  :)14:08
kgiustigsantomaggio: apparently I left my brain at the beach... :P14:08
gsantomaggio@kgiusti  last patch, ==  rebase14:08
kgiustigsantomaggio: +114:08
kgiustigsantomaggio: kk https://review.opendev.org/#/c/672073/ LGTM - let's wait for Zuul to bless it before I +214:11
gsantomaggio@kgiusti  ok ty14:11
*** coreycb has quit IRC14:14
*** dougwig has quit IRC14:15
*** kmalloc has quit IRC14:15
*** dhellmann_ has joined #openstack-oslo14:15
*** dhellmann has quit IRC14:16
*** mgagne has quit IRC14:16
*** gus has quit IRC14:16
*** logan- has quit IRC14:16
*** dhellmann_ is now known as dhellmann14:16
*** irclogbot_1 has quit IRC14:17
*** gus has joined #openstack-oslo14:17
*** logan_ has joined #openstack-oslo14:17
*** mgagne has joined #openstack-oslo14:17
*** ebbex has quit IRC14:18
*** irclogbot_0 has joined #openstack-oslo14:18
*** ebbex has joined #openstack-oslo14:18
*** dougwig has joined #openstack-oslo14:18
*** logan_ is now known as logan-14:18
*** coreycb has joined #openstack-oslo14:18
*** kmalloc has joined #openstack-oslo14:19
openstackgerritAndy Smith proposed openstack/oslo.messaging master: Setup backend scenarios for functional tests  https://review.opendev.org/67774414:41
*** jaosorior has quit IRC14:41
gsantomaggiothank you @bnemec , @kgiusti14:45
bnemecgsantomaggio: Thank YOU for all of your contributions!14:45
kgiustigsantomaggio: +1 - you're a great addition to the team!14:46
*** lbragstad has quit IRC14:52
*** bobh has joined #openstack-oslo15:05
openstackgerritAlfredo Moralejo proposed openstack/oslo.utils master: Add digestmod when using hmac  https://review.opendev.org/67777015:53
*** mgagne has quit IRC15:54
*** mgagne has joined #openstack-oslo15:55
*** larainema has quit IRC15:59
openstackgerritAlfredo Moralejo proposed openstack/oslo.utils master: Add digestmod when using hmac  https://review.opendev.org/67777016:02
openstackgerritAndy Smith proposed openstack/oslo.messaging master: Setup backend scenarios for functional tests  https://review.opendev.org/67774416:06
openstackgerritBen Nemec proposed openstack/oslo.utils master: Use sha1 for generating test data  https://review.opendev.org/67778316:27
openstackgerritAlfredo Moralejo proposed openstack/oslo.utils master: Add digestmod when using hmac  https://review.opendev.org/67777016:29
*** e0ne has quit IRC16:30
*** bobh has quit IRC17:01
*** lbragstad has joined #openstack-oslo17:24
*** e0ne has joined #openstack-oslo17:49
*** bobh has joined #openstack-oslo17:52
*** e0ne has quit IRC18:01
*** lbragstad_ has joined #openstack-oslo18:04
*** lbragstad_ has quit IRC18:04
*** bobh has quit IRC18:10
*** ralonsoh has quit IRC18:35
*** ralonsoh has joined #openstack-oslo18:35
*** e0ne has joined #openstack-oslo18:44
*** dkehn has quit IRC18:45
*** ralonsoh has quit IRC19:05
*** e0ne has quit IRC19:32
*** e0ne has joined #openstack-oslo19:33
*** e0ne has quit IRC20:10
*** e0ne has joined #openstack-oslo20:12
*** e0ne has quit IRC20:44
*** bobh has joined #openstack-oslo20:55
*** bobh has quit IRC21:00
*** altlogbot_2 has quit IRC21:16
*** kgiusti has left #openstack-oslo21:17
*** rcernin has joined #openstack-oslo21:27
*** bobh has joined #openstack-oslo21:32
*** raildo has quit IRC21:36
*** altlogbot_2 has joined #openstack-oslo21:37
*** altlogbot_2 has quit IRC21:38
*** altlogbot_3 has joined #openstack-oslo21:41
*** altlogbot_3 has quit IRC21:42
*** bnemec has quit IRC21:59
*** bobh has quit IRC22:22
*** bobh has joined #openstack-oslo22:22
*** bobh has quit IRC22:27
*** threestrands has joined #openstack-oslo22:34
*** rcernin has quit IRC22:40
*** rcernin has joined #openstack-oslo22:43
*** bobh has joined #openstack-oslo23:28

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