hemantk-12 opened a new pull request, #7095: URL: https://github.com/apache/ozone/pull/7095
## What changes were proposed in this pull request? For the OMDBCheckpoint request, a new RocksDB instance is created on the checkpointed dir to verify that all the snapshots have created checkpoint dirs because it is an async process in RocksDB. When this RocksDB instance is created, it is needed to be created with snapshot's DB's config rather than AFS's DB's config. This change addresses this concern, limits the number of open files, and does not start background processes like compaction. ## What is the link to the Apache JIRA HDDS-9781 ## How was this patch tested? Existing test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
