hudi-bot opened a new issue, #16376:
URL: https://github.com/apache/hudi/issues/16376

   TestHoodieJavaClientOnCopyOnWriteStorage could nondeterministically stop the 
JVM to shutdown, which causes the some CI modules to timeout. 
   
    
   
   How to reproduce: run the following commands 10+ times to find it would 
block the terminal.
   {code:java}
   mvn clean -Dscala-2.12 -Dspark3.2  install -DskipTests -T 2C -am
   
   mvn test -Punit-tests -fae -Dspark3.2 -Dscala-2.12 -pl 
hudi-client/hudi-java-client  -e -ntp -B -V -Dgpg.skip -Djacoco.skip -Pwarn-log 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.shade=warn 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.plugins.dependency=warn 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=25 
-Dmaven.wagon.http.retryHandler.count=5 
-Dtest=TestHoodieJavaClientOnCopyOnWriteStorage{code}
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-7328
   - Type: Bug
   - Epic: https://issues.apache.org/jira/browse/HUDI-4302


-- 
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]

Reply via email to