ss77892 commented on PR #9947: URL: https://github.com/apache/ozone/pull/9947#issuecomment-4163933116
>However from my point of view this is sufficient to design this around the assumption that secondary is expected to open cleanly while writes are happening unless the global DB files are corrupted or there is a transient IO error, which our sliding windows account for. Agree. Still, the purpose of this check itself is questionable. Correct me if I'm wrong, but all those 'open/openReadOnly' reads the base metadata and log files, and that wouldn't check the integrity and correctness of SST files. So any issue on this level would just cause continuous health checks without any viable results. -- 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]
