ayushtkn commented on PR #6664:
URL: https://github.com/apache/hadoop/pull/6664#issuecomment-2082356393

   The build results aren't good
   
https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1573/testReport/
   
   some 12K tests vanished
   <img width="1399" alt="image" 
src="https://github.com/apache/hadoop/assets/25608848/4a4a2af6-1f07-4cb6-9b17-78a6a50f754d";>
   
   A possible reason is VM crashing due to some test & rest all not getting 
triggered itself, One potential is:
   
https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1573/testReport/org.apache.hadoop.hdfs.server.namenode/TestCacheDirectives/___/
   
   This has a OOM & I think lead to VM crash. 
   
   Debugging the Jenkins results, it has messages like
   ```
   [ERROR] 
org.apache.hadoop.hdfs.server.namenode.TestCacheDirectivesWithViewDFS -- Time 
elapsed: 2022 s <<< ERROR!
   java.lang.OutOfMemoryError: Java heap space
   
   [ERROR] Surefire is going to kill self fork JVM. The exit has elapsed 30 
seconds after System.exit(0).
   ```
   and 
   
   ```
   ERROR] 
org.apache.hadoop.hdfs.TestFileChecksum.testDifferentBlockSizeReplicatedFileChecksum[1]
 -- Time elapsed: 6.516 s <<< ERROR!
   java.lang.OutOfMemoryError: Java heap space
        at org.apache.hadoop.io.IOUtils.copyBytes(IOUtils.java:94)
   ```
   
   The file from which I am quoting these are here:
   
https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1573/artifact/out/patch-unit-hadoop-hdfs-project_hadoop-hdfs.txt
   
   Moreover, the tests didn't kick in for all the modules
   <img width="589" alt="image" 
src="https://github.com/apache/hadoop/assets/25608848/e31e8b52-efb4-461f-8cdc-b8fd8e3b48f6";>
   
   Can check here as well:
   
https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1573/testReport/
   
   there is no yarn, no rbf, no aws, no distcp either, a lot of them are 
missing.
   
   Potentially there could be some more memory requirements or some tests 
crashing the VMs leading to more issues.
   
   So, this requires more investigation and efforts


-- 
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: common-issues-unsubscr...@hadoop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to