Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.2.12, 10.2(EOL), 10.3(EOL), 10.4(EOL)
-
Linux OL7
Description
Server generates errors and eventually crashes due to execeeding limit on number of open file descriptors.
This occurs when additional open_table_caches_instances are created. The calculation for open_files_limit does not account for the fact that there may be multiple instances.
I expect (but have not proven) problem could be avoided adjusting setting in config file to limit number of open_table_caches_instances or increasing open_files_limit. Currently neither of these are set in our config.
ommit edc9059c31bddfaa5294423dafc6adfd5a3eabc0 (HEAD
> bb-10.2MDEV-18027, origin/bb-10.2-MDEV-18027)Author: Oleksandr Byelkin <sanja@mariadb.com>
Date: Wed Jul 10 13:40:54 2019 +0200
MDEV-18027: Running out of file descriptors and eventual crashFor automatic number of opened files limit take into account number of table instances for table cache