chungen0126 opened a new pull request, #7132: URL: https://github.com/apache/ozone/pull/7132
## What changes were proposed in this pull request? Seen in [this run](https://github.com/errose28/ozone/actions/runs/10511037945) Test set: org.apache.hadoop.hdds.scm.pipeline.TestPipelineManagerMXBean Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 25.984 s <<< FAILURE! - in org.apache.hadoop.hdds.scm.pipeline.TestPipelineManagerMXBean org.apache.hadoop.hdds.scm.pipeline.TestPipelineManagerMXBean.testPipelineInfo Time elapsed: 25.927 s <<< ERROR! java.util.concurrent.TimeoutException: Timed out waiting for condition. Thread diagnostics: Timestamp: 2024-08-22 04:26:47,454 This previously showed up as an assertion failure until [HDDS-9537](https://issues.apache.org/jira/browse/HDDS-9537) introduced a wait for the condition. It seems the condition is still sometimes not satisfied, but the error now shows up as a timeout. Please describe your PR in detail: Get `PipelineInfo` every times until `PipelineInfo` matches data from `MBeanServer`. Otherwise, `PipelineInfo` may be out of date. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11359 ## How was this patch tested? Passed 100*10 iterations after changs: https://github.com/chungen0126/ozone/actions/runs/10588323726 -- 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]
