aryangupta1998 commented on code in PR #8442: URL: https://github.com/apache/ozone/pull/8442#discussion_r2093623544
########## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/scanner/TestOnDemandContainerScannerIntegration.java: ########## @@ -109,4 +120,36 @@ void testCorruptionDetected(ContainerCorruptions corruption) waitForScmToSeeUnhealthyReplica(containerID); corruption.assertLogged(logCapturer); } + + /** + * {@link OnDemandContainerScanner} should detect corrupted blocks + * in a open container when a client reads from it. Review Comment: nit: ```suggestion * in an open container when a client reads from it. ``` -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org