ctubbsii commented on PR #3080: URL: https://github.com/apache/accumulo/pull/3080#issuecomment-1331485622
Found another flaky SASL/Kerberos test (ThriftTransportKeyTest) due to JVM reuse, just like in #3074 . Running it in a separate JVM seems to fix it. It's not related to these changes, but needed to isolate it to get it to reliably pass the tests in GitHub Actions. I'm still not sure the underlying actual issue with Hadoop's UserGroupInformation that is causing these, but `UserGroupInformation.initialize`doesn't seem to like being called twice in the same JVM, and assignment to one particular JVM or another by the surefire plugin seems to be flaky, based on environmental conditions. -- 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]
