nandakumar131 commented on PR #5604: URL: https://github.com/apache/ozone/pull/5604#issuecomment-1832428124
Thanks for the ping @sodonnel. The test only waits for 5 seconds before it timeout and fails. The `ozone.scm.pipeline.destroy.timeout` is set to 5 seconds in the test. So, SCM will send close pipeline command to Datanode only after 5 seconds and the datanode is not getting enough time to remove the pipeline. It's good to increase the timeout in test to at least 10 seconds. Created [HDDS-9801](https://issues.apache.org/jira/browse/HDDS-9801) to fix the same. -- 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]
