danny0405 commented on PR #11966: URL: https://github.com/apache/hudi/pull/11966#issuecomment-2404860249
@guptashailesh92 Hi, the `TestHoodieFlinkQuickstart.testHoodieFlinkQuickstart` has been failing while swithing to 1.20 release, I have debug it a little, here is the info I can share: 1. local IDEA run can pass successfully; 2. use cmd `mvn test -Punit-tests -D"scala-2.12" -D"flink1.20" -pl hudi-examples/hudi-examples-flink` to trigger the test can reproduce the error; 3. I enabled the `-Dmaven.surefire.debug` for the mvn cmd and start a remote debug, and finds out that there are fatal errors arised by the RPC calls, the mini-cluster was indeed closed before the job was submitted. But I still didn't find the root cause, maybe you can spend with your spare time to do some research. -- 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]
