Galsza commented on PR #5491: URL: https://github.com/apache/ozone/pull/5491#issuecomment-1781089786
@adoroszlai TestRootCaRotationPoller failed. I've run that test locally 2000 times and didn't see a failure for the same reason as the failing unit test here. However the tests became slow and after trying again with 10.000 runs the following error happened: `Exception in thread "RootCaRotationPoller" java.lang.OutOfMemoryError: GC overhead limit exceeded` I assume this means the test has some form of memory leak or IntelliJ couldn't handle 10000 test runs cached. But all in all it seems unrelated to the threadnames change. I have never seen this test fail another time, but I see why it could be flaky. Shall we create an issue for it? -- 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]
