Tuesday, 2018-06-12

johnsomhttps://review.openstack.org/#/c/571358/6/octavia/api/drivers/driver_lib.py L4500:00
rm_workah ok i did comment on the patch, cool00:00
rm_workah so we ARE doing that00:00
rm_work>_>00:00
rm_workI actually would prefer if we *solved the problem* with the way we rely on that constraint00:00
johnsomBasically I realized my fancy fast bulk update gave the drivers license to overwrite *anything* on those objects, and it bypassed the relational checks, so I totally changed strategy on that00:01
rm_workbecause relying on a DB constraint for our validation feels icky00:01
johnsomActually it's what it is for00:01
rm_workand I *would* like to have objects go to DELETED so we have records of listeners/pools/etc00:01
rm_workerrr00:01
rm_workyou fixed it by having it do a repo.delete if the status goes to DELETED00:01
johnsomI decided making sure our DB is consistent out weighed the "keep deleted stuff around"00:01
rm_workeh00:01
johnsomYeah, so now it mirrors the current amphora behavior00:02
johnsomThe only objects that we actually kept around was LB and listener00:02
rm_workcurrent amphora behavior is DELETED stay in the DB :P00:02
johnsomnope00:02
rm_workyes00:03
rm_workwe fixed it00:03
johnsomI thought so too, but it's only a few objects that actually leave stuff around00:03
rm_workamps stick around now for the expiry period00:03
johnsomOh, right, it's LB and amp, not listener00:03
johnsomAll of the rest currently deletes00:03
rm_workright00:03
rm_workwhich i don't like00:03
rm_workactually, it's not that i don't like it00:04
rm_workI *dislike* it00:04
johnsomFair enough.  I do really like the relational integrity checks in the DB.00:04
rm_workmeh00:04
rm_workthat's dangerously close to "logic in the DB" imo00:04
rm_worksure it's validation, but00:04
*** SumitNaiksatam has quit IRC00:05
rm_workwe should be responsible for our validation layer00:05
johnsomIt is logic in the DB, I don't deny that, but it's relational logic00:05
johnsomAnyway, we are working towards MS3, so I'm in "fix it" mode so that we can get in what we need and have a stable release.00:06
johnsomWe still have this updates thing, the dual amp failure thing, plus migration tool / docs.00:06
rm_workk00:06
rm_workyes00:06
rm_worki think i agree with that prioritization00:06
johnsomAnd a bunch of stuff I want to land, like UDP00:06
rm_workmaybe i'll look at fixing it <_<00:08
johnsomSo, I need to run prep for dinner.  I will work on the update issue tomorrow.  Hopefully get us at least back to as functional as Queens again.00:08
rm_workkk yeah we're breaking for dinner here now00:08
johnsomFeel free to take the dual amp failure one too.... grin00:08
*** longkb has joined #openstack-lbaas00:36
*** kbyrne has quit IRC00:38
*** kbyrne has joined #openstack-lbaas00:41
*** fnaval has joined #openstack-lbaas01:18
*** fnaval_ has joined #openstack-lbaas01:19
*** fnaval has quit IRC01:23
*** SumitNaiksatam has joined #openstack-lbaas01:29
*** sapd has quit IRC01:40
*** sapd has joined #openstack-lbaas01:44
*** annp has joined #openstack-lbaas01:47
*** hongbin has joined #openstack-lbaas02:02
*** ipsecguy has quit IRC02:13
*** ipsecguy has joined #openstack-lbaas02:15
*** rcernin is now known as rcernin|lunch02:35
*** hongbin has quit IRC03:26
*** ianychoi has joined #openstack-lbaas03:51
*** yamamoto has joined #openstack-lbaas04:08
*** nmanos has joined #openstack-lbaas05:22
*** nmanos has quit IRC05:23
*** pcaruana has quit IRC05:24
*** nmanos has joined #openstack-lbaas05:24
*** nmanos has quit IRC05:24
*** AlexeyAbashkin has joined #openstack-lbaas05:39
*** Alexey_Abashkin has joined #openstack-lbaas05:42
*** Alexey_Abashkin has quit IRC05:42
*** Alexey_Abashkin has joined #openstack-lbaas05:42
*** AlexeyAbashkin has quit IRC05:43
*** Alexey_Abashkin is now known as AlexeyAbashkin05:43
*** kobis has joined #openstack-lbaas05:43
*** AlexeyAbashkin has quit IRC05:45
*** kobis has quit IRC05:50
*** kobis has joined #openstack-lbaas06:24
*** pcaruana has joined #openstack-lbaas06:27
*** kobis has quit IRC06:34
*** kobis has joined #openstack-lbaas06:39
*** AlexeyAbashkin has joined #openstack-lbaas06:42
*** AlexeyAbashkin has quit IRC07:04
*** AlexeyAbashkin has joined #openstack-lbaas07:10
*** rcernin|lunch has quit IRC07:13
*** pcaruana has quit IRC07:34
*** b_bezak has joined #openstack-lbaas07:42
*** pcaruana has joined #openstack-lbaas07:49
*** pcaruana has quit IRC07:59
*** b_bezak has quit IRC08:03
*** nmanos has joined #openstack-lbaas08:10
*** pcaruana has joined #openstack-lbaas08:15
*** AlexeyAbashkin has quit IRC08:54
*** AlexeyAbashkin has joined #openstack-lbaas08:58
*** salmankhan has joined #openstack-lbaas08:59
*** kobis has quit IRC09:09
*** kobis has joined #openstack-lbaas09:36
*** Alexey_Abashkin has joined #openstack-lbaas09:40
*** AlexeyAbashkin has quit IRC09:40
*** Alexey_Abashkin is now known as AlexeyAbashkin09:40
*** dun has joined #openstack-lbaas09:53
*** salmankhan has quit IRC10:15
*** salmankhan has joined #openstack-lbaas10:15
*** annp has quit IRC10:22
*** AlexeyAbashkin has quit IRC10:28
*** longkb has quit IRC10:31
*** rpittau has joined #openstack-lbaas11:10
*** AlexeyAbashkin has joined #openstack-lbaas11:45
*** Alexey_Abashkin has joined #openstack-lbaas11:48
*** AlexeyAbashkin has quit IRC11:50
*** Alexey_Abashkin is now known as AlexeyAbashkin11:50
*** AlexeyAbashkin has quit IRC11:52
*** AlexeyAbashkin has joined #openstack-lbaas11:53
*** amuller has joined #openstack-lbaas11:56
*** longkb has joined #openstack-lbaas12:08
*** cristicalin has joined #openstack-lbaas12:09
*** salmankhan has quit IRC12:21
*** longkb has quit IRC12:27
*** salmankhan has joined #openstack-lbaas12:37
openstackgerritJan Zerebecki proposed openstack/neutron-lbaas master: Improve speed of listing from DB  https://review.openstack.org/56836112:44
*** fnaval_ has quit IRC12:47
*** fnaval has joined #openstack-lbaas12:47
*** pcaruana has quit IRC13:00
*** kman has joined #openstack-lbaas13:16
*** cristicalin has quit IRC13:19
*** AlexeyAbashkin has quit IRC13:24
*** AlexeyAbashkin has joined #openstack-lbaas13:32
*** salmankhan has quit IRC13:36
*** yamamoto has quit IRC13:36
*** yamamoto has joined #openstack-lbaas13:37
*** salmankhan has joined #openstack-lbaas13:38
*** atoth has joined #openstack-lbaas13:43
*** pcaruana has joined #openstack-lbaas13:46
*** nmanos has quit IRC14:02
*** kobis has quit IRC14:20
*** kman has quit IRC14:45
*** mordred has quit IRC14:55
*** mordred has joined #openstack-lbaas15:09
johnsomcgoncalves I provided the answer to your PENDING story.15:29
*** yamamoto has quit IRC15:39
*** yamamoto has joined #openstack-lbaas15:40
*** yamamoto has quit IRC15:45
*** mordred has quit IRC15:48
*** mordred has joined #openstack-lbaas15:52
*** AlexeyAbashkin has quit IRC15:57
*** AlexeyAbashkin has joined #openstack-lbaas16:01
*** keithmnemonic[m] has quit IRC16:08
*** SumitNaiksatam has quit IRC16:24
*** salmankhan has quit IRC16:33
*** Alexey_Abashkin has joined #openstack-lbaas16:33
*** Alexey_Abashkin has quit IRC16:35
*** AlexeyAbashkin has quit IRC16:35
*** salmankhan has joined #openstack-lbaas16:35
*** keithmnemonic[m] has joined #openstack-lbaas16:38
*** salmankhan has quit IRC16:42
*** yamamoto has joined #openstack-lbaas16:42
*** salmankhan has joined #openstack-lbaas16:46
*** yamamoto has quit IRC16:49
*** SumitNaiksatam has joined #openstack-lbaas16:51
*** salmankhan has quit IRC16:53
*** salmankhan has joined #openstack-lbaas16:56
*** sshank has joined #openstack-lbaas17:02
cgoncalvesjohnsom, thanks! I'll make bubble it back to rhbz. this is a good candidate to be documented, if it's not yet somewhere upstream17:03
cgoncalvesnmagnezi, ^17:03
cgoncalvesnmagnezi, https://storyboard.openstack.org/#!/story/200221617:03
*** Swami has joined #openstack-lbaas17:14
*** salmankhan has quit IRC17:38
*** kobis has joined #openstack-lbaas17:45
*** devfaz has quit IRC17:47
*** devfaz has joined #openstack-lbaas17:51
*** kobis has quit IRC18:13
*** yamamoto has joined #openstack-lbaas18:47
*** dun has quit IRC19:07
*** amuller has quit IRC19:12
*** atoth has quit IRC19:21
*** sshank has quit IRC19:27
*** salmankhan has joined #openstack-lbaas19:30
*** salmankhan has quit IRC19:34
*** AlexeyAbashkin has joined #openstack-lbaas20:05
*** Alexey_Abashkin has joined #openstack-lbaas20:08
*** AlexeyAbashkin has quit IRC20:09
*** Alexey_Abashkin is now known as AlexeyAbashkin20:09
*** Alexey_Abashkin has joined #openstack-lbaas20:15
*** AlexeyAbashkin has quit IRC20:16
*** Alexey_Abashkin is now known as AlexeyAbashkin20:16
*** yamamoto has quit IRC20:23
johnsomQuiet day here. I've been distracted with internal paperwork, so...  Plan to get on that updates patch today though20:43
*** keithmnemonic[m] has quit IRC20:49
*** AlexeyAbashkin has quit IRC20:52
*** juggsmcb has joined #openstack-lbaas20:55
*** juggsmcb has left #openstack-lbaas20:56
*** pcaruana has quit IRC21:04
*** keithmnemonic[m] has joined #openstack-lbaas21:11
*** aojea has joined #openstack-lbaas21:14
*** yamamoto has joined #openstack-lbaas21:24
*** sapd has quit IRC21:26
*** sapd has joined #openstack-lbaas21:27
*** sapd has quit IRC21:27
*** sapd has joined #openstack-lbaas21:27
openstackgerritMichael Johnson proposed openstack/neutron-lbaas master: Allow to create loadbalancer with chinese character  https://review.openstack.org/56978421:32
*** yamamoto has quit IRC21:39
*** fnaval has quit IRC22:13
*** aojea has quit IRC22:23
*** fnaval has joined #openstack-lbaas22:36
*** fnaval has quit IRC22:39
*** rcernin has joined #openstack-lbaas22:44
mnasersmall reminder of https://review.openstack.org/#/c/574368/ if anyone has a few extra cycles :)23:03
johnsomYeah, I think I can take a look at that soon23:04
*** keithmnemonic[m] has quit IRC23:15
*** threestrands has joined #openstack-lbaas23:36
*** keithmnemonic[m] has joined #openstack-lbaas23:38
rm_workjohnsom: also when you have 15 seconds (the extravagant amount of time it'll take you to review this): https://review.openstack.org/#/c/573470/23:53
johnsomrm_work same here: https://review.openstack.org/#/c/573431/23:55
rm_worksure23:55
johnsomI am tempest testing the update fix now, if it's all good I will fix the unit tests I broke and push that up today.23:56
rm_workk23:56

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