Bug #115550 | Open files exceeds limit | ||
---|---|---|---|
Submitted: | 9 Jul 2024 14:26 | Modified: | 13 Jul 2024 15:11 |
Reporter: | Alfred Ng | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 8.0.27 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[9 Jul 2024 14:26]
Alfred Ng
[9 Jul 2024 15:07]
MySQL Verification Team
Hi Mr. Ng, Thank you very much for your bug report. However, this is not a bug. There are other open files except innodb_open_files. Here is an excerpt from the system variables dealing with open files; innodb-open-files open-files-limit 524288 table-open-cache 4000 table-open-cache-instances 16 Also , release 8.0.27 is no longer supported. Current release of 8.0 is 8.0.38. Unsupported.
[13 Jul 2024 15:11]
Alfred Ng
we have try to adjust the open-files-limit and table-open-cache. but still the log shows the warning "Open files yyyy exceeds the limit xxxx. each time the yyyy is just more than xxxx less than 10. please help to advise how to solve this problem. Thanks.
[15 Jul 2024 9:37]
MySQL Verification Team
Hi, Your chosen numbers are way too low ....... Open files actually means open file handles. That means that you should set it much, much higher ....... Please, read our entire Reference Manual, that you ca find on https://dev.mysql.com.