nsivabalan commented on issue #16954: URL: https://github.com/apache/hudi/issues/16954#issuecomment-4800701931
This appears resolved on current master. The failure was JDK 8-specific (`sun.tools.attach.LinuxVirtualMachine` reloading `libattach.so` across Surefire classloaders during `InlineDelegateByteBuddyMockMaker.<clinit>`). Master has since: - Moved the default build/test JDK to Java 11 (51818b493f37, #17637) — the broken `sun.tools.attach` path is gone on Java 11+. - Upgraded Mockito 3.12.4 → 4.11.0 → **5.21.0** (98657fa3a367 / 1ea15c158183, #13619 / #17657) with newer ByteBuddy that supports self-attach. - Upgraded Surefire 2.22.2 → 3.5.4 with improved classloader/forking behavior. - Merged the original CI mitigation (a8d1aa2c17d5, #13124). `pom.xml` currently shows `mockito.jupiter.version=5.21.0`, `java.version=11`, `maven-surefire-plugin.version=3.5.4`. Suggest closing HUDI-9284 / #16954 unless we still see the stack trace on a current CI run. -- 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]
