swamirishi opened a new pull request, #9210: URL: https://github.com/apache/ozone/pull/9210
## What changes were proposed in this pull request? A Snapshot Cache lock needs to be implemented which should prevent the rocksdb to be opened while the lock is held. The idea is, the snapshot can't be opened for other purposes during snapshot defragmentation (note: snapshot compaction is not DB compaction). Essentially, an exclusive lock should be taken on the snapshot during the process. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13004 ## How was this patch tested? Added unit tests -- 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]
