Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Currently the max_open_files rocksdb config is -1 by default and not set anywhere via Ozone code. However in situations where the number of SST Files in the rocksdb instance becomes greater than the ulimit (open file limit of the OS), Rocksdb will not respect the OS config and try to open all files at once thereby leading to "Too many open files" error.
Introducing a config in Ozone to set this is helpful to avoid/recover from such crashes.
Attachments
Issue Links
- relates to
-
HDDS-11189 OM Disk getting filled up on snapshots which leads to OM service outage
- Open
- links to