Bug #96196 | performance_schema_accounts_size and p_s_hosts_size limited by 16384 | ||
---|---|---|---|
Submitted: | 13 Jul 2019 7:17 | Modified: | 15 Jul 2019 14:34 |
Reporter: | Nikolai Ikhalainen | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Performance Schema | Severity: | S3 (Non-critical) |
Version: | 5.7.26, 8.0.16 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | performance_schema |
[13 Jul 2019 7:17]
Nikolai Ikhalainen
[13 Jul 2019 11:11]
MySQL Verification Team
fyi probably a faster way to simulate connecting from a gazillion IP's is to use run client like this : mysql --bind-address=127.0.0.1 mysql --bind-address=127.0.0.2 mysql --bind-address=127.0.0.3 mysql --bind-address=127.0.x.y Add them all to /etc/hosts too, if resolution is needed.
[15 Jul 2019 14:34]
MySQL Verification Team
Hello Nikolai Ikhalainen, Thank you for the report and feedback. Thanks, Umesh
[15 Jul 2019 16:25]
MySQL Verification Team
Test results - 8.0.16
Attachment: 96196_8.0.16.results (application/octet-stream, text), 3.84 KiB.
[15 Jul 2019 20:58]
Trey Raymond
Considering the documented max of them is 1M, the right fix would be to let autoscaling work up to that - just documenting that it's broken isn't a useful solution for users (and means people will need to manually scale again, which defeats the whole purpose of the system)
[16 Jul 2019 10:28]
MySQL Verification Team
Test results - 5.7.26
Attachment: 96196_5.7.26.results (application/octet-stream, text), 4.17 KiB.