16:00:06 #startmeeting Octavia 16:00:07 Meeting started Wed Jul 22 16:00:06 2020 UTC and is due to finish in 60 minutes. The chair is johnsom. Information about MeetBot at http://wiki.debian.org/MeetBot. 16:00:08 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 16:00:10 The meeting name has been set to 'octavia' 16:00:20 Hi everyone 16:00:24 o/ 16:00:27 hello! 16:00:29 Hi 16:01:02 #topic Announcements 16:01:17 I don't have much in the announcement category today. 16:01:38 I will remind everyone that next week is the Victoria milestone 2 week. 16:01:47 #link https://releases.openstack.org/victoria/schedule.html#v-2 16:01:58 hi 16:02:08 Any other announcements today? 16:02:51 #topic Brief progress reports / bugs needing review 16:03:27 I have been focused on doing reviews and working on the failover v2 patch. It is now fully functional (haven't pushed that yet), but I still have some cleanup and test work to do. 16:05:01 I have #link https://review.opendev.org/#/c/735126/ (add a config setting for a default connection_limit in the amphora driver) in review, perhaps we could discuss it later 16:05:03 Any other updates this week? 16:05:25 I have posted a patch to fix a bug introduced recently in master that also impacts stable/train. if you run on SINGLE topology and nova anti-affinity enabled, please consider testing https://review.opendev.org/#/q/I757d84e4624f488382ec4ff9af3f489cd9a85ed3 16:05:28 Yeah, we should discuss that. Let's do that next 16:05:45 cgoncalves Thanks! 16:06:15 sure 16:06:25 we also released octavia-lib 2.1.0 and 2.1.1 16:07:30 I think there has been some work on the metrics side as well 16:08:26 Yeap, we have 3 patches up 16:08:46 1 - delta changes, 2 - Refactoring driver layer, 3 - Added new metric - response time 16:09:05 We still have to merge the three together and in that order 16:09:05 Nice 16:09:07 the delta changes are pretty much complete, as well as the driver layer refactor 16:09:28 #topic default connection_limit in the amphora driver 16:09:39 Greg you have the floor 16:09:44 thanks 16:10:06 for reference, the story is #link https://storyboard.openstack.org/#!/story/2007794 16:10:33 basically, default connection_limit in the api is -1, which is translated to 1,000,000 in the amphora driver 16:11:29 yeah we ran into this internally -- had to get people to start setting it manually to a lower value as a workaround 16:11:37 would be good to get a fix in 16:11:40 it leads to a huge memory consumption in recent haproxy releases, that might trigger bugs when reloading the configuration (combined with some features, such as stateful table in HA) 16:11:51 it happens very easily with terraform since it does a bunch of stuff back-to-back 16:11:55 I raised some concern about the proposed patch in that it secretly changes -1 to some number defined by the operator. 16:12:15 so the idea is to add a default_connection_limit option in octavia that could be 50000 (admin can set it back to 1M if he needs) 16:12:48 I don't see it being realistic to have it higher honestly 16:12:56 first, thank you Greg for finding and reporting this issue and for proposing a patch! 16:13:18 in my last patch, -1 sets 50k in the amphora, but the user doesn't know that it is 50k 16:13:33 Well, with one core, agreed. But, with future versions multi-core will do more 16:14:02 Agreed, thank you for working on this. 16:14:21 ;-) 16:14:28 my concern is about violating the API contract by starting returning a different connection limit. for example, user sets -1 but API returns 50,000 or whatever is the default 16:15:26 Yeah, it's a tough one. If we don't swap it and show them the number set, people will think whatever the operator set is the limit of the load balancer, which it may not be. 16:16:17 I have to be consistent and fair with everyone since I pushed back on a Neutron SG API change not so long ago very similar to this case 16:17:40 Well, that was a bit different IMO as it was changing user input data and this is changing the meaning of -1 16:18:58 it would still change the return value if users set to -1 16:19:12 yeah we should change the default (and note that) but not *translate* -1 16:19:14 I just feel that users should be able to see what the actual value is set to. 16:20:22 So I lean towards either taking -1 and returning the user the actual value, both at create and future "show" calls. Or we just eliminate -1 as an option and set some other default value 16:22:09 1. would require to translate the value before entering the amphora driver, right? 16:22:47 Yes, I think so 16:25:59 I think it's a bit better transition if we still accept -1 but translate it. Just in case someone has coded something like terraform to use -1. 16:26:51 +1 16:27:49 i ... feel like that's unlikely 16:28:07 but ok 16:28:49 I'm just agreeing with continue to accept -1 16:29:24 I'm throwing ideas out. Please if you have input share. 16:31:29 Do we need a vote? 16:31:31 grin 16:31:43 if we determine 50,000 is an unattainable connection limit amphora load balancers, that would still be an unlimited connection limit 16:31:54 i believe it is 16:32:01 but /shrug 16:32:07 rm_work, I'm disappointing. you should be screaming "API v3!!" 16:32:08 Yeah, I think 50k is probably a decent default value. 16:32:15 lol i mean yeah 16:33:10 I think the only question is how we handle the API part. 16:33:40 The current patch leaves -1 in place in all of the API return values, but secretly changes it in the amphora to 50k 16:34:38 we may need to consider a fix needs to be backported to stable branches, so either we come up with *one* solution that is backportable or *two* solutions (master / stable branches) 16:35:03 johnsom, it is secretly changing it to 1M today 16:35:55 Yeah, which is effectively "unlimited" lol But, hey with 2.2 you might be able to throw enough cores at it.... 16:36:55 right, that is why I mentioned that we may need to come up with two solutions: one for master and another for stable branches 16:36:59 1. Leave the patch as is and secretly set the value to whatever the operator picks. 16:37:18 2. Change -1 to the value the operator picks. 16:37:32 #vote Which path should we take? 1, 2 16:37:47 #startvote Which path should we take? 1, 2 16:37:48 Begin voting on: Which path should we take? Valid vote options are 1, 2. 16:37:49 Vote using '#vote OPTION'. Only your last vote counts. 16:38:02 lol, it's been to long since we needed to vote. 16:38:21 #vote 1 16:38:23 #vote 2 16:39:01 #vote 1 16:39:06 option 1 allows us to still take option 2. taking option 2 today is irreversible, I think 16:39:08 (i'm lazy) 16:39:49 aannuusshhkkaa, shtepanie, rm_work? 16:40:24 Anyone else that may be in the meeting... 16:40:41 i dont think i have enough knowledge about the consequences to vote.. 16:40:51 #vote 1 16:41:33 hmm 16:41:34 i dont have enough knowledge / context either 16:41:38 sorry doordash arrived 16:41:44 lol 16:42:03 uhh 16:42:27 #vote 2 16:42:32 i think i get it 16:42:33 doordash also gets to vote if they use octavia 16:42:46 True 16:43:11 Ok, I think that is enough time and everyone that I know is in the meeting. 16:43:15 #endvote 16:43:16 Voted on "Which path should we take?" Results are 16:43:17 1 (3): ZhuXiaoYu, cgoncalves, gthiemonge 16:43:18 2 (2): rm_work, johnsom 16:44:05 So it looks like folgers crystals it is. 16:44:10 Thanks Greg! 16:44:18 #topic Open Discussion 16:44:24 Other topics today? 16:44:28 Thanks Folks! 16:45:09 Excuse me. About my Active/Active spec, I want to if there is 16:45:10 anything else we need to provide 16:45:34 Ah, yes. That needs some reviews I suspect. 16:45:57 #link https://review.opendev.org/723864 16:45:57 #link https://review.opendev.org/#/c/723864/ 16:46:19 Yeah, that one. 16:46:48 I had put this on the meeting agenda a few weeks back. It doesn't look like it got the reviews it needs. 16:46:55 I have only read quickly the first version, sorry 16:47:34 #action Please review the Act/Act spec https://review.opendev.org/723864 16:47:55 We are working on a POC right now, it's coming up in August. 16:48:12 It got an update last week, so is due for another review pass 16:48:25 #link https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_14a/723864/5/check/openstack-tox-docs/14aaa63/docs/contributor/specs/version1.1/alternative-active-active-l3-distributor.html 16:48:26 ZhuXiaoYu Thank you for reminding us 16:48:31 ^ HTML rendered page 16:50:32 Any other items today? 16:50:57 oh did we link the delta patch? 16:50:59 it's ready to go 16:51:04 failing on the docs issue 16:51:09 but we'll wrap that today hopefully? 16:51:20 It wasn't linked, but mentioned 16:51:23 (the octavia-lib docs issue, not with the delta patch) 16:51:25 #link https://review.opendev.org/#/c/740815/ 16:52:43 Ok then, thanks everyone for the good discussion today. 16:52:53 #endmeeting