rich7420 commented on PR #11151: URL: https://github.com/apache/ozone/pull/11151#issuecomment-5490122539
Thanks @chihsuan. The `getChunkDir` stat doubled as the write-path failure probe, so caching it for all callers dropped the UNHEALTHY-on-write path. Fixed: validate on writes, cache only on reads (`getChunksDirForRead`). `testUnhealthyContainer` passes, CI green. -- 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]
