ileixe | @gsantomaggio Sorry for late respone | 01:03 |
---|---|---|
ileixe | due to timezone T _T | 01:03 |
ileixe | I mean fail for every case when server could not process cast message | 01:04 |
ileixe | For example, nova-cnoductor does not process nova-api cast message (build_and_schedule_instance) RPC due to endpoint version mismatch | 01:05 |
ileixe | octavia-worker does not process octavia-api cast message due to some misconfig | 01:05 |
johnsom | Octavia logs it | 01:06 |
ileixe | cinder-voulme does not accept cinder-scheduler message due to misconfig | 01:06 |
ileixe | etc.. | 01:06 |
ileixe | Yes I know every server side has some evidence | 01:06 |
ileixe | What I mean is.. what's best practice for handling that problem | 01:07 |
ileixe | I think it's little bit general | 01:07 |
*** goldyfruit_ has joined #openstack-oslo | 01:07 | |
*** lifeless has quit IRC | 01:34 | |
*** lifeless has joined #openstack-oslo | 01:49 | |
*** goldyfruit_ has quit IRC | 01:58 | |
*** ileixe has quit IRC | 02:05 | |
*** ileixe has joined #openstack-oslo | 02:06 | |
*** lifeless has quit IRC | 02:12 | |
*** lifeless has joined #openstack-oslo | 02:24 | |
openstackgerrit | wangfaxin proposed openstack/oslo-cookiecutter master: Fix openstack review link. https://review.opendev.org/695127 | 02:29 |
*** ileixe has quit IRC | 03:00 | |
*** ileixe has joined #openstack-oslo | 03:04 | |
*** goldyfruit_ has joined #openstack-oslo | 03:28 | |
*** goldyfruit_ has quit IRC | 05:00 | |
*** hberaud|gone has quit IRC | 05:04 | |
*** threestrands has joined #openstack-oslo | 05:18 | |
*** pcaruana has joined #openstack-oslo | 05:25 | |
*** zaneb has joined #openstack-oslo | 05:52 | |
*** ileixe has quit IRC | 05:55 | |
*** ileixe has joined #openstack-oslo | 05:59 | |
*** larainema has joined #openstack-oslo | 06:33 | |
*** tosky has joined #openstack-oslo | 07:35 | |
*** ileixe has quit IRC | 07:44 | |
*** zaneb has quit IRC | 07:46 | |
*** tesseract has joined #openstack-oslo | 07:58 | |
*** threestrands has quit IRC | 07:58 | |
*** ralonsoh has joined #openstack-oslo | 08:51 | |
*** tosky has quit IRC | 09:13 | |
*** tosky has joined #openstack-oslo | 09:14 | |
*** iurygregory has joined #openstack-oslo | 09:37 | |
*** hberaud has joined #openstack-oslo | 09:38 | |
*** rcernin has quit IRC | 09:46 | |
*** jaosorior has joined #openstack-oslo | 09:57 | |
*** lpetrut has joined #openstack-oslo | 11:26 | |
openstackgerrit | Merged openstack/oslo.versionedobjects master: Migrate grenade jobs to py3 https://review.opendev.org/695104 | 11:45 |
openstackgerrit | Merged openstack/oslo.log master: Migrate grenade jobs to py3 https://review.opendev.org/695105 | 11:53 |
*** raildo has joined #openstack-oslo | 11:53 | |
*** larainema has quit IRC | 12:23 | |
*** pcaruana has quit IRC | 12:24 | |
*** pcaruana has joined #openstack-oslo | 12:50 | |
*** goldyfruit_ has joined #openstack-oslo | 12:59 | |
openstackgerrit | Thierry Carrez proposed openstack/openstackdocstheme master: Improve docs title style https://review.opendev.org/695186 | 13:04 |
*** goldyfruit_ has quit IRC | 13:16 | |
*** dave-mccowan has joined #openstack-oslo | 13:22 | |
*** hberaud is now known as hberaud|lunch | 13:25 | |
*** kgiusti has joined #openstack-oslo | 13:30 | |
*** iurygregory has quit IRC | 13:31 | |
*** iurygregory has joined #openstack-oslo | 13:32 | |
*** iurygregory has quit IRC | 13:36 | |
*** iurygregory has joined #openstack-oslo | 13:37 | |
*** jaosorior has quit IRC | 14:18 | |
moguimar | hberaud|lunch: around? | 14:20 |
*** mmethot has quit IRC | 14:34 | |
*** mmethot has joined #openstack-oslo | 14:35 | |
openstackgerrit | Thierry Carrez proposed openstack/openstackdocstheme master: Move version dropdown to title line https://review.opendev.org/695207 | 14:40 |
*** hberaud|lunch is now known as hberaud | 14:42 | |
hberaud | moguimar: yep | 14:42 |
*** goldyfruit_ has joined #openstack-oslo | 14:43 | |
moguimar | oslo.cache | 14:49 |
moguimar | me and lbragstad are working towards enabling TLS for memcached | 14:49 |
moguimar | hberaud ^ | 14:49 |
lbragstad | hberaud o/ | 14:49 |
moguimar | and as far as I could research, neither pymemcache, python-memcached or pylibmc supports TLS yet | 14:50 |
hberaud | lbragstad: o/ | 14:50 |
moguimar | we would like to understand a bit better the magic bits behind oslo.cache | 14:50 |
moguimar | do you hold that knowledge? =D | 14:50 |
hberaud | moguimar: lbragstad: oh ok | 14:50 |
hberaud | moguimar: lbragstad: I'm not really an oslo.cache expert but I already dig some point around pymemcache so maybe I can answer some questions... | 14:51 |
hberaud | moguimar: lbragstad: maybe we can initiate some etherpad to host the brainstorm | 14:52 |
hberaud | moguimar: lbragstad: a keep things centralized | 14:53 |
lbragstad | https://etherpad.openstack.org/p/oslo-cache-tls-support-worksheet | 14:53 |
hberaud | questions etc.... | 14:53 |
lbragstad | wow - nice | 15:16 |
lbragstad | https://github.com/thruflo/dogpile.cache/blob/master/dogpile/cache/backends/memcached.py#L272-L274 | 15:16 |
lbragstad | i didn't realize that existed... | 15:16 |
lbragstad | hberaud moguimar correct me if i'm wrong... but we have another library to look at | 15:21 |
lbragstad | https://github.com/jaysonsantos/python-binary-memcached | 15:21 |
lbragstad | it doesn't look like it relies on any of the existing python memcached libraries (pymemcache or python-memcached or pylibmc) | 15:21 |
lbragstad | but it's pure python | 15:21 |
hberaud | lbragstad: I need to inspect this one | 15:22 |
lbragstad | so - we have four possible backends(?) | 15:22 |
lbragstad | does that mapping look right? | 15:26 |
lbragstad | in the etherpad? | 15:26 |
lbragstad | hberaud ^ | 15:26 |
hberaud | lbragstad: sec I compare | 15:27 |
hberaud | lbragstad: lgtm | 15:31 |
lbragstad | sweet | 15:31 |
moguimar | lbragstad: yep, python-bmemcached came into my radar today | 15:31 |
moguimar | someone mentioned it in one of pymemcache issues to support binary format | 15:32 |
moguimar | as an example | 15:32 |
lbragstad | interesting... | 15:35 |
lbragstad | ok - updated the etherpad, i made a mistake | 15:36 |
lbragstad | at first glance, it looks like we have 4 possible backends that connect to Memcached | 15:36 |
lbragstad | oslo_cache.memcache_pool uses python-memcached | 15:37 |
lbragstad | dogpile.cache.memcached uses python-memcached | 15:37 |
lbragstad | dogpile.cache.pylibmc uses pylibmc | 15:37 |
lbragstad | dogpile.cache.bmemcached uses python-binary-memcached | 15:38 |
gsantomaggio | @ileixe I think you can't have a feedback | 15:55 |
*** iurygregory has quit IRC | 16:12 | |
*** d0ugal has joined #openstack-oslo | 16:38 | |
d0ugal | bnemec / hberaud: Hey, can one of you +W these? https://review.opendev.org/#/c/694573/ https://review.opendev.org/#/c/694574/ https://review.opendev.org/#/c/694575/ | 16:38 |
*** jaosorior has joined #openstack-oslo | 16:40 | |
hberaud | d0ugal: hey, not sure why bnemec don't +W previously so I lets him +W if he judge everything is ok | 16:42 |
d0ugal | hberaud: I think he was just waiting for the master patch to merge, but that is fine. thanks :) | 16:42 |
bnemec | hberaud: Patches need to merge to the stable branches in order, so until the one from the next newer branch has merged I don't workflow the backports. | 16:42 |
d0ugal | ah | 16:42 |
d0ugal | I didn't realise you had to do one stable version at a time too. Makes sense tho' | 16:43 |
bnemec | Otherwise you run the risk of a patch landing on an older version but getting missed on an in-between branch, maybe due to ci issues or something. | 16:43 |
d0ugal | It would be super weird if it somehow got into Rocky and not Stein for example | 16:43 |
bnemec | Right | 16:43 |
hberaud | bnemec: oh I was thinking that the CI protect us from this kind of things, good to know | 16:44 |
bnemec | Not that I know of, although it might be a good RFE for zuul. | 16:46 |
hberaud | bnemec: sure. it will be worth | 16:47 |
*** goldyfruit___ has joined #openstack-oslo | 16:53 | |
*** goldyfruit___ is now known as goldyfruit | 16:54 | |
*** goldyfruit_ has quit IRC | 16:56 | |
*** takamatsu has joined #openstack-oslo | 17:24 | |
*** goldyfruit has quit IRC | 17:27 | |
*** goldyfruit has joined #openstack-oslo | 17:30 | |
*** goldyfruit has quit IRC | 17:31 | |
*** jaosorior has quit IRC | 17:50 | |
*** jaosorior has joined #openstack-oslo | 17:57 | |
*** tesseract has quit IRC | 18:18 | |
*** jaosorior has quit IRC | 18:22 | |
*** ralonsoh has quit IRC | 18:29 | |
*** hberaud is now known as hberaud|gone | 18:45 | |
openstackgerrit | Merged openstack/oslo.utils stable/train: Make mask_dict_password case insensitive and add new patterns https://review.opendev.org/694573 | 18:46 |
*** tosky has quit IRC | 18:55 | |
*** lpetrut has quit IRC | 19:32 | |
*** lpetrut has joined #openstack-oslo | 19:32 | |
openstackgerrit | Merged openstack/oslo.messaging master: Migrate grenade jobs to py3 https://review.opendev.org/695100 | 19:42 |
*** iurygregory has joined #openstack-oslo | 19:48 | |
*** iurygregory has quit IRC | 20:42 | |
openstackgerrit | Merged openstack/oslo.utils stable/stein: Make mask_dict_password case insensitive and add new patterns https://review.opendev.org/694574 | 20:49 |
d0ugal | bnemec++ | 21:13 |
*** raildo has quit IRC | 21:20 | |
*** tosky has joined #openstack-oslo | 21:41 | |
*** pcaruana has quit IRC | 21:42 | |
openstackgerrit | John Garbutt proposed openstack/oslo.limit master: Add basic enforcer https://review.opendev.org/695310 | 22:10 |
*** kgiusti has left #openstack-oslo | 22:17 | |
openstackgerrit | John Garbutt proposed openstack/oslo.limit master: Add basic enforcer https://review.opendev.org/695310 | 22:23 |
openstackgerrit | Merged openstack/oslo.utils stable/rocky: Make mask_dict_password case insensitive and add new patterns https://review.opendev.org/694575 | 22:26 |
*** dave-mccowan has quit IRC | 22:29 | |
*** rcernin has joined #openstack-oslo | 22:31 | |
*** camelCaser has joined #openstack-oslo | 22:38 | |
*** ccamel has quit IRC | 22:38 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!