Wednesday, 2019-05-29

*** ansmith has quit IRC00:15
*** ansmith has joined #openstack-oslo00:15
*** dave-mccowan has joined #openstack-oslo00:31
*** dave-mccowan has quit IRC00:35
*** lbragstad has quit IRC02:58
*** threestrands has joined #openstack-oslo03:31
*** altlogbot_3 has quit IRC03:44
*** altlogbot_0 has joined #openstack-oslo03:46
*** altlogbot_0 has quit IRC04:38
*** trident has quit IRC04:39
*** altlogbot_3 has joined #openstack-oslo04:40
*** altlogbot_3 has quit IRC04:40
*** trident has joined #openstack-oslo04:41
*** altlogbot_3 has joined #openstack-oslo04:42
*** pcaruana has joined #openstack-oslo05:15
*** rcernin has quit IRC06:01
*** rcernin has joined #openstack-oslo06:01
*** aojea has joined #openstack-oslo06:17
*** lpetrut has joined #openstack-oslo06:23
*** takamatsu has joined #openstack-oslo06:48
*** rcernin has quit IRC06:52
*** starborn has joined #openstack-oslo06:59
*** tesseract has joined #openstack-oslo07:05
*** tosky has joined #openstack-oslo07:11
*** hberaud|gone is now known as hberaud07:15
*** ralonsoh has joined #openstack-oslo07:21
*** njohnston|off has quit IRC07:32
openstackgerritHervĂ© Beraud proposed openstack/tooz master: Move test deps to test-requirements.txt  https://review.opendev.org/66178807:32
*** tosky has quit IRC07:40
*** tosky has joined #openstack-oslo07:42
*** takamatsu has quit IRC07:52
*** e0ne has joined #openstack-oslo07:59
*** takamatsu has joined #openstack-oslo08:00
*** takamatsu has quit IRC08:52
gsantomaggiogood morning @hberaud,09:08
gsantomaggio refactoring... https://github.com/Gsantomaggio/rabbitmq-utils09:08
hberaudgsantomaggio: morning o/09:09
hberaudI will take a look ASAP09:09
hberaudgsantomaggio: nice !09:10
*** threestrands has quit IRC09:54
openstackgerritMerged openstack/oslo-specs master: Replace git.openstack.org URLs with opendev.org URLs  https://review.opendev.org/65473610:15
*** dtantsur has joined #openstack-oslo10:27
dtantsurhi folks! is there a way to make oslo_config's DictOpt usable with values that can contain commas?10:28
*** dave-mccowan has joined #openstack-oslo10:32
*** dave-mccowan has quit IRC10:37
*** dtantsur is now known as dtantsur|lunch10:43
moguimardtantsur|lunch: did you try wrapping the value with ""?10:52
openstackgerritMerged openstack/oslo.messaging master: Add thread name to the RabbitMQ heartbeat thread  https://review.opendev.org/66138811:31
*** raildo has joined #openstack-oslo11:31
*** redrobot has quit IRC11:39
openstackgerritHervĂ© Beraud proposed openstack/oslo-specs master: [WIP] Run heartbeat in a standard pthread by default.  https://review.opendev.org/66131411:49
*** tesseract has quit IRC11:53
*** tesseract has joined #openstack-oslo11:53
*** ansmith has quit IRC12:05
*** hberaud is now known as hberaud|gone12:06
*** e0ne has quit IRC12:16
*** redrobot has joined #openstack-oslo12:23
*** lbragstad has joined #openstack-oslo12:32
*** ansmith has joined #openstack-oslo12:44
*** gmann has quit IRC12:53
*** e0ne has joined #openstack-oslo13:24
*** dmellado has quit IRC13:25
*** dmellado has joined #openstack-oslo13:25
*** dtantsur|lunch is now known as dtantsur13:35
dtantsurmoguimar: yep, did not help13:35
dtantsurit seems to just do split(','), so any commas in values will screw up everything13:35
dtantsurI can look into enabling escaping with \13:35
dtantsuraha, this seems to be the required magic: types.Dict(types.String(quotes=True))13:47
*** mmethot_ has joined #openstack-oslo13:53
*** mmethot has quit IRC13:54
openstackgerritMerged openstack/oslo.service master: Dropping the py35 testing  https://review.opendev.org/65245813:56
*** starborn has quit IRC13:59
*** gmann has joined #openstack-oslo14:10
*** iurygregory_ has joined #openstack-oslo14:30
*** lpetrut has quit IRC14:30
*** iurygregory has quit IRC14:33
gsantomaggiohi @bnemec:14:33
gsantomaggio```14:33
gsantomaggio but if I ask to send something and it can't be sent for some reason that seems like a pretty obvious error.14:33
gsantomaggio```14:33
gsantomaggioThe AMQP by default does not raise exception14:33
gsantomaggiothis is a common misunderstanding and can generate some problem :)14:34
gsantomaggiothe misunderstanding is that the message is actually `sent` but not routed14:35
bnemecgsantomaggio: Yeah, that seems really counterintuitive to me, but I guess that's what you're addressing with this new option. :-)14:36
*** iurygregory_ is now known as iurygregory14:43
gsantomaggio@bnemec  yes exactly, RabbitMQ 3.8 introduces a new metric to monitor the "unrouted" messages, this because most of users fall in the same situation :)14:46
gsantomaggioAlso the "Publish confirm" just tell you that the message is sent even not routed.14:46
gsantomaggiothis is why, expecially for RPC calls, the mandatory is important14:47
bnemecYeah, definitely.14:47
gsantomaggio@bnemec just to conclude, now "publish confirm" is set to TRUE by default. In my idea with the new "Options" flag, one day, we can change this value avoiding to create channels with publish confirm,  when you don't need it.15:00
bnemecgsantomaggio: Yeah, that sounds reasonable to me.15:03
*** altlogbot_3 has quit IRC15:35
openstackgerritMerged openstack/oslo.cache stable/rocky: Cap Bandit below 1.6.0 and update Sphinx requirement  https://review.opendev.org/66061615:35
*** dtantsur has left #openstack-oslo15:36
*** altlogbot_0 has joined #openstack-oslo15:36
*** irclogbot_0 has quit IRC15:36
*** irclogbot_3 has joined #openstack-oslo15:37
*** tesseract has quit IRC15:44
openstackgerritMerged openstack/tooz master: Update master for stable/stein  https://review.opendev.org/64422915:58
openstackgerritStephen Finucane proposed openstack/oslo.context stable/rocky: Update .gitreview for stable/rocky  https://review.opendev.org/58612516:04
openstackgerritStephen Finucane proposed openstack/oslo.context stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky  https://review.opendev.org/58612616:04
*** lpetrut has joined #openstack-oslo16:06
openstackgerritStephen Finucane proposed openstack/pbr master: Resolve some issue with tox.ini, setup.cfg  https://review.opendev.org/66029716:09
openstackgerritStephen Finucane proposed openstack/pbr master: Resolve some issue with tox.ini, setup.cfg  https://review.opendev.org/66029716:12
*** lpetrut has quit IRC16:14
*** iurygregory has quit IRC16:26
*** aojea has quit IRC16:35
*** dave-mccowan has joined #openstack-oslo16:39
openstackgerritClark Boylan proposed openstack/pbr master: Use importlib-metadata for runtime package version lookups  https://review.opendev.org/66203516:42
*** kmalloc_away is now known as kmalloc16:55
*** e0ne has quit IRC16:58
*** lbragstad has quit IRC16:59
*** lbragstad has joined #openstack-oslo17:00
*** tosky__ has joined #openstack-oslo17:59
*** tosky has quit IRC18:00
*** tosky__ is now known as tosky18:00
*** ralonsoh has quit IRC18:35
*** ansmith has quit IRC20:43
openstackgerritMerged openstack/oslo.messaging stable/stein: Retry to declare a queue after internal error  https://review.opendev.org/65482021:22
*** pcaruana has quit IRC21:23
openstackgerritMerged openstack/tooz master: Remove py35, add py37 classifiers  https://review.opendev.org/65282121:23
*** raildo has quit IRC21:49
*** tosky has quit IRC21:49
*** ianychoi has quit IRC22:32
*** ianychoi has joined #openstack-oslo22:33
*** rcernin has joined #openstack-oslo23:06
*** rcernin has quit IRC23:07
*** rcernin has joined #openstack-oslo23:07
*** lbragstad has quit IRC23:34
*** lbragstad has joined #openstack-oslo23:34

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