Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Cannot Reproduce
-
None
-
None
Description
TestCloseContainerEventHandler depends on wall clock and fails intermittently:
2019-12-17T11:29:56.1873334Z [INFO] Running org.apache.hadoop.hdds.scm.container.TestCloseContainerEventHandler 2019-12-17T11:31:10.0593259Z [ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 71.343 s <<< FAILURE! - in org.apache.hadoop.hdds.scm.container.TestCloseContainerEventHandler 2019-12-17T11:31:10.0604096Z [ERROR] testCloseContainerEventWithRatis(org.apache.hadoop.hdds.scm.container.TestCloseContainerEventHandler) Time elapsed: 66.214 s <<< FAILURE! 2019-12-17T11:31:10.0604347Z java.lang.AssertionError: Messages are not processed in the given timeframe. Queued: 5 Processed: 0 2019-12-17T11:31:10.0614937Z at org.apache.hadoop.hdds.server.events.EventQueue.processAll(EventQueue.java:238) 2019-12-17T11:31:10.0616610Z at org.apache.hadoop.hdds.scm.container.TestCloseContainerEventHandler.testCloseContainerEventWithRatis(TestCloseContainerEventHandler.java:149)
Attachments
Issue Links
- is fixed by
-
HDDS-6260 EC: Standalone containers should not move to quasi closed
- Resolved