adoroszlai commented on pull request #2704: URL: https://github.com/apache/ozone/pull/2704#issuecomment-987796304
@lokeshj1703 @bshashikant While `TestRandomKeyGenerator` did not time out in the last PR run before the merge, I think it still shows some problem. It took more than twice longer than previously: ``` Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 443.256 s - in org.apache.hadoop.ozone.freon.TestRandomKeyGenerator ``` vs. ``` Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 186.665 s - in org.apache.hadoop.ozone.freon.TestRandomKeyGenerator ``` And it has timed out on `master` after the PR was merged: https://github.com/apache/ozone/runs/4440507728?check_suite_focus=true#step:4:3010 Running it locally, I see `appendEntries Timeout` in the log. -- 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]
