apurtell commented on pull request #2574:
URL: https://github.com/apache/hbase/pull/2574#issuecomment-715626531


   Test failures look like noise, possibly Hadoop 3 build related.
   
   Some surefire problem:
   > Failed to read test report file 
/home/jenkins/jenkins-agent/workspace/Base-PreCommit-GitHub-PR_PR-2574/yetus-jdk8-hadoop3-check/src/hbase-server/target/surefire-reports/TEST-org.apache.hadoop.hbase.replication.TestSyncReplicationActive.xml
   org.dom4j.DocumentException: Error on line 133 of document  : XML document 
structures must start and end within the same entity.
   
   All region closes in the logs are "Acquired close lock on REGION after 
waiting 0 ms". The lock was acquired immediately, there was no change in 
behavior (no timeout, no interrupt). Failure is due to some other issue:
   > java.lang.AssertionError: expected:<1> but was:<0>
        at 
org.apache.hadoop.hbase.regionserver.TestTags.testFlushAndCompactionwithCombinations(TestTags.java:359)
   
   All region closes in the logs are "Acquired close lock on REGION after 
waiting 0 ms". The lock was acquired immediately, there was no change in 
behavior (no timeout, no interrupt). Failure is due to some other issue:
   > java.io.IOException: Shutting down
   >    at 
org.apache.hadoop.hbase.rsgroup.TestRSGroupsCPHookCalled.setUp(TestRSGroupsCPHookCalled.java:45)
   > Caused by: java.lang.RuntimeException: Master not initialized after 
200000ms
   >    at 
org.apache.hadoop.hbase.rsgroup.TestRSGroupsCPHookCalled.setUp(TestRSGroupsCPHookCalled.java:45)
   
   All region closes in the logs are "Acquired close lock on REGION after 
waiting 0 ms". The lock was acquired immediately, there was no change in 
behavior (no timeout, no interrupt). Failure is due to some other issue:
   > java.io.IOException: Shutting down
   >    at 
org.apache.hadoop.hbase.util.TestRegionMoverWithRSGroupEnable.setUpBeforeClass(TestRegionMoverWithRSGroupEnable.java:69)
   > Caused by: java.lang.RuntimeException: Master not initialized after 
200000ms
   >    at 
org.apache.hadoop.hbase.util.TestRegionMoverWithRSGroupEnable.setUpBeforeClass(TestRegionMoverWithRSGroupEnable.java:69)


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

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


Reply via email to