*** ansmith has quit IRC | 00:15 | |
*** ansmith has joined #openstack-oslo | 00:15 | |
*** dave-mccowan has joined #openstack-oslo | 00:31 | |
*** dave-mccowan has quit IRC | 00:35 | |
*** lbragstad has quit IRC | 02:58 | |
*** threestrands has joined #openstack-oslo | 03:31 | |
*** altlogbot_3 has quit IRC | 03:44 | |
*** altlogbot_0 has joined #openstack-oslo | 03:46 | |
*** altlogbot_0 has quit IRC | 04:38 | |
*** trident has quit IRC | 04:39 | |
*** altlogbot_3 has joined #openstack-oslo | 04:40 | |
*** altlogbot_3 has quit IRC | 04:40 | |
*** trident has joined #openstack-oslo | 04:41 | |
*** altlogbot_3 has joined #openstack-oslo | 04:42 | |
*** pcaruana has joined #openstack-oslo | 05:15 | |
*** rcernin has quit IRC | 06:01 | |
*** rcernin has joined #openstack-oslo | 06:01 | |
*** aojea has joined #openstack-oslo | 06:17 | |
*** lpetrut has joined #openstack-oslo | 06:23 | |
*** takamatsu has joined #openstack-oslo | 06:48 | |
*** rcernin has quit IRC | 06:52 | |
*** starborn has joined #openstack-oslo | 06:59 | |
*** tesseract has joined #openstack-oslo | 07:05 | |
*** tosky has joined #openstack-oslo | 07:11 | |
*** hberaud|gone is now known as hberaud | 07:15 | |
*** ralonsoh has joined #openstack-oslo | 07:21 | |
*** njohnston|off has quit IRC | 07:32 | |
openstackgerrit | Hervé Beraud proposed openstack/tooz master: Move test deps to test-requirements.txt https://review.opendev.org/661788 | 07:32 |
---|---|---|
*** tosky has quit IRC | 07:40 | |
*** tosky has joined #openstack-oslo | 07:42 | |
*** takamatsu has quit IRC | 07:52 | |
*** e0ne has joined #openstack-oslo | 07:59 | |
*** takamatsu has joined #openstack-oslo | 08:00 | |
*** takamatsu has quit IRC | 08:52 | |
gsantomaggio | good morning @hberaud, | 09:08 |
gsantomaggio | refactoring... https://github.com/Gsantomaggio/rabbitmq-utils | 09:08 |
hberaud | gsantomaggio: morning o/ | 09:09 |
hberaud | I will take a look ASAP | 09:09 |
hberaud | gsantomaggio: nice ! | 09:10 |
*** threestrands has quit IRC | 09:54 | |
openstackgerrit | Merged openstack/oslo-specs master: Replace git.openstack.org URLs with opendev.org URLs https://review.opendev.org/654736 | 10:15 |
*** dtantsur has joined #openstack-oslo | 10:27 | |
dtantsur | hi 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-oslo | 10:32 | |
*** dave-mccowan has quit IRC | 10:37 | |
*** dtantsur is now known as dtantsur|lunch | 10:43 | |
moguimar | dtantsur|lunch: did you try wrapping the value with ""? | 10:52 |
openstackgerrit | Merged openstack/oslo.messaging master: Add thread name to the RabbitMQ heartbeat thread https://review.opendev.org/661388 | 11:31 |
*** raildo has joined #openstack-oslo | 11:31 | |
*** redrobot has quit IRC | 11:39 | |
openstackgerrit | Hervé Beraud proposed openstack/oslo-specs master: [WIP] Run heartbeat in a standard pthread by default. https://review.opendev.org/661314 | 11:49 |
*** tesseract has quit IRC | 11:53 | |
*** tesseract has joined #openstack-oslo | 11:53 | |
*** ansmith has quit IRC | 12:05 | |
*** hberaud is now known as hberaud|gone | 12:06 | |
*** e0ne has quit IRC | 12:16 | |
*** redrobot has joined #openstack-oslo | 12:23 | |
*** lbragstad has joined #openstack-oslo | 12:32 | |
*** ansmith has joined #openstack-oslo | 12:44 | |
*** gmann has quit IRC | 12:53 | |
*** e0ne has joined #openstack-oslo | 13:24 | |
*** dmellado has quit IRC | 13:25 | |
*** dmellado has joined #openstack-oslo | 13:25 | |
*** dtantsur|lunch is now known as dtantsur | 13:35 | |
dtantsur | moguimar: yep, did not help | 13:35 |
dtantsur | it seems to just do split(','), so any commas in values will screw up everything | 13:35 |
dtantsur | I can look into enabling escaping with \ | 13:35 |
dtantsur | aha, this seems to be the required magic: types.Dict(types.String(quotes=True)) | 13:47 |
*** mmethot_ has joined #openstack-oslo | 13:53 | |
*** mmethot has quit IRC | 13:54 | |
openstackgerrit | Merged openstack/oslo.service master: Dropping the py35 testing https://review.opendev.org/652458 | 13:56 |
*** starborn has quit IRC | 13:59 | |
*** gmann has joined #openstack-oslo | 14:10 | |
*** iurygregory_ has joined #openstack-oslo | 14:30 | |
*** lpetrut has quit IRC | 14:30 | |
*** iurygregory has quit IRC | 14:33 | |
gsantomaggio | hi @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 |
gsantomaggio | The AMQP by default does not raise exception | 14:33 |
gsantomaggio | this is a common misunderstanding and can generate some problem :) | 14:34 |
gsantomaggio | the misunderstanding is that the message is actually `sent` but not routed | 14:35 |
bnemec | gsantomaggio: 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 iurygregory | 14: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 |
gsantomaggio | Also the "Publish confirm" just tell you that the message is sent even not routed. | 14:46 |
gsantomaggio | this is why, expecially for RPC calls, the mandatory is important | 14:47 |
bnemec | Yeah, 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 |
bnemec | gsantomaggio: Yeah, that sounds reasonable to me. | 15:03 |
*** altlogbot_3 has quit IRC | 15:35 | |
openstackgerrit | Merged openstack/oslo.cache stable/rocky: Cap Bandit below 1.6.0 and update Sphinx requirement https://review.opendev.org/660616 | 15:35 |
*** dtantsur has left #openstack-oslo | 15:36 | |
*** altlogbot_0 has joined #openstack-oslo | 15:36 | |
*** irclogbot_0 has quit IRC | 15:36 | |
*** irclogbot_3 has joined #openstack-oslo | 15:37 | |
*** tesseract has quit IRC | 15:44 | |
openstackgerrit | Merged openstack/tooz master: Update master for stable/stein https://review.opendev.org/644229 | 15:58 |
openstackgerrit | Stephen Finucane proposed openstack/oslo.context stable/rocky: Update .gitreview for stable/rocky https://review.opendev.org/586125 | 16:04 |
openstackgerrit | Stephen Finucane proposed openstack/oslo.context stable/rocky: Update UPPER_CONSTRAINTS_FILE for stable/rocky https://review.opendev.org/586126 | 16:04 |
*** lpetrut has joined #openstack-oslo | 16:06 | |
openstackgerrit | Stephen Finucane proposed openstack/pbr master: Resolve some issue with tox.ini, setup.cfg https://review.opendev.org/660297 | 16:09 |
openstackgerrit | Stephen Finucane proposed openstack/pbr master: Resolve some issue with tox.ini, setup.cfg https://review.opendev.org/660297 | 16:12 |
*** lpetrut has quit IRC | 16:14 | |
*** iurygregory has quit IRC | 16:26 | |
*** aojea has quit IRC | 16:35 | |
*** dave-mccowan has joined #openstack-oslo | 16:39 | |
openstackgerrit | Clark Boylan proposed openstack/pbr master: Use importlib-metadata for runtime package version lookups https://review.opendev.org/662035 | 16:42 |
*** kmalloc_away is now known as kmalloc | 16:55 | |
*** e0ne has quit IRC | 16:58 | |
*** lbragstad has quit IRC | 16:59 | |
*** lbragstad has joined #openstack-oslo | 17:00 | |
*** tosky__ has joined #openstack-oslo | 17:59 | |
*** tosky has quit IRC | 18:00 | |
*** tosky__ is now known as tosky | 18:00 | |
*** ralonsoh has quit IRC | 18:35 | |
*** ansmith has quit IRC | 20:43 | |
openstackgerrit | Merged openstack/oslo.messaging stable/stein: Retry to declare a queue after internal error https://review.opendev.org/654820 | 21:22 |
*** pcaruana has quit IRC | 21:23 | |
openstackgerrit | Merged openstack/tooz master: Remove py35, add py37 classifiers https://review.opendev.org/652821 | 21:23 |
*** raildo has quit IRC | 21:49 | |
*** tosky has quit IRC | 21:49 | |
*** ianychoi has quit IRC | 22:32 | |
*** ianychoi has joined #openstack-oslo | 22:33 | |
*** rcernin has joined #openstack-oslo | 23:06 | |
*** rcernin has quit IRC | 23:07 | |
*** rcernin has joined #openstack-oslo | 23:07 | |
*** lbragstad has quit IRC | 23:34 | |
*** lbragstad has joined #openstack-oslo | 23:34 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!