| *** dave-mccowan has quit IRC | 01:31 | |
| *** bobh has joined #openstack-oslo | 03:08 | |
| *** bobh has quit IRC | 03:25 | |
| *** pcaruana has joined #openstack-oslo | 05:02 | |
| *** sorrison has quit IRC | 05:18 | |
| *** Luzi has joined #openstack-oslo | 05:23 | |
| *** sorrison has joined #openstack-oslo | 05:34 | |
| *** ralonsoh has joined #openstack-oslo | 06:14 | |
| *** lpetrut has joined #openstack-oslo | 06:54 | |
| *** trident has quit IRC | 06:55 | |
| *** hberaud|gone is now known as hberaud | 07:05 | |
| *** jbadiapa has joined #openstack-oslo | 07:06 | |
| *** trident has joined #openstack-oslo | 07:07 | |
| *** Florian has joined #openstack-oslo | 07:10 | |
| *** tosky has joined #openstack-oslo | 07:12 | |
| *** tesseract has joined #openstack-oslo | 07:15 | |
| *** tosky_ has joined #openstack-oslo | 07:18 | |
| *** ralonsoh has quit IRC | 07:19 | |
| *** shachar has quit IRC | 07:20 | |
| *** ralonsoh has joined #openstack-oslo | 07:21 | |
| *** tosky has quit IRC | 07:21 | |
| *** jaosorior has joined #openstack-oslo | 07:35 | |
| *** tosky_ is now known as tosky | 07:38 | |
| *** snapiri has joined #openstack-oslo | 08:26 | |
| *** e0ne has joined #openstack-oslo | 08:38 | |
| *** ralonsoh has quit IRC | 08:51 | |
| *** ralonsoh has joined #openstack-oslo | 08:55 | |
| *** jaosorior has quit IRC | 09:00 | |
| openstackgerrit | Akira Yoshiyama proposed openstack/oslo.messaging master: WIP: add NATS driver https://review.opendev.org/681999 | 09:03 |
|---|---|---|
| *** Florian has quit IRC | 09:19 | |
| *** FlorianFa has joined #openstack-oslo | 09:19 | |
| *** iurygregory has joined #openstack-oslo | 09:43 | |
| *** ralonsoh has quit IRC | 09:48 | |
| *** ralonsoh has joined #openstack-oslo | 09:48 | |
| *** ralonsoh has quit IRC | 09:50 | |
| *** ralonsoh has joined #openstack-oslo | 09:53 | |
| *** tkajinam has joined #openstack-oslo | 10:05 | |
| *** hberaud is now known as hberaud|lunch | 10:08 | |
| *** pcaruana has quit IRC | 10:11 | |
| *** shachar has joined #openstack-oslo | 10:20 | |
| *** snapiri has quit IRC | 10:23 | |
| openstackgerrit | Dirk Mueller proposed openstack/oslo.rootwrap stable/rocky: Run rootwrap with lower fd ulimit by default https://review.opendev.org/613387 | 11:03 |
| *** ansmith has joined #openstack-oslo | 11:04 | |
| openstackgerrit | Dirk Mueller proposed openstack/oslo.rootwrap stable/queens: Run rootwrap with lower fd ulimit by default https://review.opendev.org/613388 | 11:04 |
| openstackgerrit | Dirk Mueller proposed openstack/oslo.rootwrap stable/pike: Run rootwrap with lower fd ulimit by default https://review.opendev.org/613389 | 11:05 |
| *** jbadiapa has quit IRC | 11:08 | |
| *** lpetrut has quit IRC | 11:20 | |
| *** iurygregory has quit IRC | 11:23 | |
| *** pcaruana has joined #openstack-oslo | 11:24 | |
| *** hberaud|lunch is now known as hberaud | 11:32 | |
| *** lpetrut has joined #openstack-oslo | 11:42 | |
| *** boden has joined #openstack-oslo | 11:44 | |
| *** zaneb has quit IRC | 11:48 | |
| *** zaneb has joined #openstack-oslo | 11:49 | |
| *** lpetrut has quit IRC | 11:59 | |
| *** lpetrut has joined #openstack-oslo | 11:59 | |
| *** goldyfruit has quit IRC | 12:12 | |
| *** tkajinam has quit IRC | 12:25 | |
| *** jaosorior has joined #openstack-oslo | 12:27 | |
| *** jbadiapa has joined #openstack-oslo | 12:44 | |
| *** dave-mccowan has joined #openstack-oslo | 12:44 | |
| *** lpetrut has quit IRC | 12:48 | |
| *** lpetrut has joined #openstack-oslo | 12:53 | |
| *** dave-mccowan has quit IRC | 12:58 | |
| gsantomaggio | hi @hberaud | 13:05 |
| gsantomaggio | about this one https://bugs.launchpad.net/oslo.messaging/+bug/1382419 | 13:05 |
| openstack | Launchpad bug 1382419 in oslo.messaging "Use multiple channels per connection" [Wishlist,Triaged] - Assigned to Herve Beraud (herveberaud) | 13:05 |
| hberaud | gsantomaggio: o/ | 13:05 |
| gsantomaggio | the channels are are not thread-safe | 13:06 |
| gsantomaggio | :( | 13:06 |
| *** Luzi has quit IRC | 13:06 | |
| gsantomaggio | that's very sad | 13:06 |
| gsantomaggio | it means that currently is the best solution 1 connection --> 1 channel | 13:06 |
| gsantomaggio | same story with PIKA | 13:07 |
| hberaud | yeah but I think it can be managed differently on the client side if each thread create 1 channel | 13:07 |
| hberaud | if I understand it correctly we can reuse the connection between thread but use dedicated for each thread, I'm right? | 13:08 |
| hberaud | gsantomaggio: *dedicated channel | 13:08 |
| gsantomaggio | > if I understand it correctly we can reuse the connection between thread but use dedicated for each thread, I'm right? | 13:08 |
| gsantomaggio | In general yes ( with Java, .NEt, etc ) | 13:08 |
| gsantomaggio | not with pyAQMP | 13:09 |
| gsantomaggio | unless you lock the channel for each resources | 13:09 |
| gsantomaggio | *resource | 13:09 |
| gsantomaggio | Pika has teh same limitation | 13:10 |
| gsantomaggio | https://gist.github.com/Gsantomaggio/00284821aa913027b3169b89cc776121 | 13:10 |
| hberaud | gsantomaggio: ah ok thx for the info | 13:11 |
| gsantomaggio | that's basically a python driver limitation | 13:11 |
| gsantomaggio | .net, java, erlang, elixir it is normal to have one connection different channels | 13:12 |
| hberaud | ok | 13:13 |
| hberaud | I've take a look to a java example in the first time so... but thanks | 13:14 |
| *** iurygregory has joined #openstack-oslo | 13:16 | |
| gsantomaggio | 👍 | 13:23 |
| *** jaosorior has quit IRC | 13:26 | |
| *** goldyfruit has joined #openstack-oslo | 13:28 | |
| *** raildo has joined #openstack-oslo | 14:08 | |
| *** goldyfruit has quit IRC | 14:14 | |
| *** hberaud is now known as hberaud|school-r | 14:29 | |
| *** goldyfruit has joined #openstack-oslo | 14:34 | |
| *** hberaud|school-r is now known as hberaud | 14:39 | |
| *** goldyfruit_ has joined #openstack-oslo | 14:42 | |
| *** rcernin has quit IRC | 14:42 | |
| *** e0ne has quit IRC | 14:43 | |
| *** lpetrut has quit IRC | 14:43 | |
| *** goldyfruit has quit IRC | 14:44 | |
| *** tesseract has quit IRC | 15:25 | |
| *** iurygregory has quit IRC | 16:24 | |
| *** hberaud is now known as hberaud|gone | 16:32 | |
| *** bnemec is now known as beekneemech | 16:48 | |
| openstackgerrit | Ben Nemec proposed openstack/oslo.policy master: Ignore warnings in oslopolicy-list-redundant https://review.opendev.org/682117 | 17:10 |
| *** ralonsoh has quit IRC | 17:11 | |
| *** goldyfruit_ has quit IRC | 17:46 | |
| *** goldyfruit_ has joined #openstack-oslo | 17:49 | |
| *** goldyfruit___ has joined #openstack-oslo | 18:59 | |
| *** goldyfruit_ has quit IRC | 19:02 | |
| *** boden has quit IRC | 19:14 | |
| *** lpetrut has joined #openstack-oslo | 19:14 | |
| *** lpetrut has quit IRC | 19:15 | |
| *** lpetrut has joined #openstack-oslo | 19:16 | |
| *** lpetrut has quit IRC | 19:58 | |
| openstackgerrit | Ben Nemec proposed openstack/oslo.policy master: Fix reference cycle caused by deprecated sample override https://review.opendev.org/682150 | 20:10 |
| *** openstackgerrit has quit IRC | 20:51 | |
| *** pcaruana has quit IRC | 21:03 | |
| *** raildo has quit IRC | 21:13 | |
| *** jbadiapa has quit IRC | 21:37 | |
| *** goldyfruit___ has quit IRC | 22:49 | |
| *** tosky has quit IRC | 23:23 | |
| *** rcernin has joined #openstack-oslo | 23:56 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!