Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0
Description
org.apache.hadoop.ozone.dn.scanner.TestBackgroundContainerDataScannerIntegration.testCorruptionDetected(ContainerCorruptions)[7] -- Time elapsed: 9.145 s <<< ERROR! java.util.concurrent.TimeoutException: ... at org.apache.ozone.test.GenericTestUtils.waitFor(GenericTestUtils.java:231) at org.apache.hadoop.ozone.dn.scanner.TestBackgroundContainerDataScannerIntegration.testCorruptionDetected(TestBackgroundContainerDataScannerIntegration.java:82)
corruption.applyTo(container);
// Wait for the scanner to detect corruption.
GenericTestUtils.waitFor(
() -> container.getContainerState() == State.UNHEALTHY,
500, 5000);
Attachments
Attachments
Issue Links
- duplicates
-
HDDS-8918 Intermittent timeout in TestBackgroundContainerDataScannerIntegration
- Resolved
- links to