jojochuang commented on PR #6286:
URL: https://github.com/apache/ozone/pull/6286#issuecomment-1972362563

   I can reproduce it if I follow exactly the GitHub Action.
   
   `export MAVEN_OPTS="-Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.http.retryHandler.class=standard 
-Dmaven.wagon.http.retryHandler.count=3"
   hadoop-ozone/dev-support/checks/unit.sh
   `
   
   It created this dump file:
   ```
   
   # Created at 2024-02-29T16:02:59.050
   <<exit>> <<143>>
   
   
   # Created at 2024-02-29T16:02:59.051
   System.exit() or native command error interrupted process checker.
   java.lang.IllegalStateException: error [STOPPED] to read process 2414
           at 
org.apache.maven.surefire.booter.PpidChecker.checkProcessInfo(PpidChecker.java:148)
           at 
org.apache.maven.surefire.booter.PpidChecker.isProcessAlive(PpidChecker.java:134)
           at 
org.apache.maven.surefire.booter.ForkedBooter$2.run(ForkedBooter.java:278)
           at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
           at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
           at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
           at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
           at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
           at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
           at java.lang.Thread.run(Thread.java:750)
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to