errose28 commented on PR #9947: URL: https://github.com/apache/ozone/pull/9947#issuecomment-4085533891
Thanks for looking into this @ptlrs. I think we may want to use a [secondary instance](https://github.com/facebook/rocksdb/wiki/Read-only-and-Secondary-instances) instead of a read-only instance for this check. It looks like it will meet the same goal of reading CURRENT and MANIFEST files, but will only fail if the DB is truly in bad health. We will need to provide it a directory to write its own log files, but we can use the volume's specific `tmp` directory for this, which is already used for other temporary files used during the disk check. -- 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]
