Bug #106859 | default for 8.0.28 router ssl causes performance loss | ||
---|---|---|---|
Submitted: | 28 Mar 2022 22:13 | Modified: | 5 Apr 2022 14:01 |
Reporter: | Emily Slocombe | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Router | Severity: | S3 (Non-critical) |
Version: | 8.0.28 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[28 Mar 2022 22:13]
Emily Slocombe
[29 Mar 2022 8:15]
MySQL Verification Team
Hi, Thanks for the report but this is not a bug. Change is only in default value, please use preferred value explicitly. thanks
[31 Mar 2022 1:14]
Kenny Gryp
This could very well be a bug. - With PREFERRED, separate encrypted sessions are created, one between client -> router, and another one between router -> server. With PASSTHROUGH there is only one connection client -> server. (router passes through the packets) - the performance/latency overhead should be limited to the initial connection creation. - I validated with the bug reporter that no new connections are created during this test.
[5 Apr 2022 14:01]
MySQL Verification Team
I will verify the bug (as behavior is reproducible) and let the dev team make a final decision. IMHO this does not look like a bug, but if nothing else, we could make this behavior "better".
[17 May 2022 15:51]
Kenny Gryp
@Emily: 8.0.29 has been released. Can you retest and see if the problem remains?