danny0405 commented on PR #11966: URL: https://github.com/apache/hudi/pull/11966#issuecomment-2406507179
@guptashailesh92 I have addressed the issues of the test failure, it is because we have conflict dependency of reload4j in the classpath, it includes the legacy slf4j MDC adapter `Reload4jMDCAdapter` which triggers the NPE for invocation `MDC.setContextMap`, the NPE then causes the Flink resource manager to crush then the mini-cluster is shutdown. The solution is to remove the reload4j related jars because we already have `log4j-1.2-api` jar dependency in module `hudi-tests-common`. -- 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]
