[ https://issues.apache.org/jira/browse/HBASE-27451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17724328#comment-17724328 ]
Jonathan Albrecht commented on HBASE-27451: ------------------------------------------- [~zhangduo] I had a look a the logs (https://ci-hbase.apache.org/job/HBase-Nightly-s390x/50/artifact/output/junit.log) for that last build. There was an OutOfMemoryError in the org.apache.hadoop.hbase.regionserver.TestMemStoreLAB test. It seems to happen frequently in previous Jenkins builds but it never happens on my test VM (where I could reproduce the test hangs) even though it has less memory than the Jenkins nodes. The OutOfMemoryError seems to happen only with this test so I'm wondering if there might be something different about that test? [~gmcdonald] [~cml] I was wondering if there might be any memory limits set by the Jenkins agent or anything else on the Jenkins nodes that might cause surefire tests to hang? I didn't see anything else in the logs that seemed strange but it would be great if anyone has some time to check it. {{[INFO] Running org.apache.hadoop.hbase.regionserver.TestMemStoreLAB}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-1"}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-3"}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-0"}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-7"}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-2"}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-6"}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-9"}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-8"}} {{Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-4"}} {{{}Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "testLABChunkQueue-5"{}}}{{{}[ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.085 s <<< FAILURE! - in org.apache.hadoop.hbase.regionserver.TestMemStoreLAB{}}}{{{}[ERROR] org.apache.hadoop.hbase.regionserver.TestMemStoreLAB Time elapsed: 2.083 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).}} > Setup nightly job for s390x node > -------------------------------- > > Key: HBASE-27451 > URL: https://issues.apache.org/jira/browse/HBASE-27451 > Project: HBase > Issue Type: Sub-task > Components: community, jenkins > Reporter: Duo Zhang > Assignee: Duo Zhang > Priority: Major > -- This message was sent by Atlassian Jira (v8.20.10#820010)