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


   @ndimiduk 
   
   > That failure looks suspicious. Let me grab the logs before you merge/close 
the PR.
   
   How can it be related? That test neither enables WAL compression nor WAL 
value compression. 
   
       org.junit.runners.model.TestTimedOutException: test timed out after 780 
seconds
           at 
org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash.test(TestMergeTableRegionsWhileRSCrash.java:112)
   
   Test log is full of:
   
       java.net.ConnectException: Call to address=33ea6bbd4f8c:42363 null 
failed on connection exception:
       
org.apache.hbase.thirdparty.io.netty.channel.AbstractChannel$AnnotatedConnectException:
       finishConnect(..) failed: Connection refused: 
33ea6bbd4f8c/172.17.0.2:42363
   
   Passes on my dev branch:
   
       [INFO] -------------------------------------------------------
       [INFO]  T E S T S
       [INFO] -------------------------------------------------------
       [INFO] Running 
org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
       [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
38.5 s - in org.apache.hadoop.hbase.master.TestMergeTableRegionsWhileRSCrash
       [INFO] 
       [INFO] Results:
       [INFO] 
       [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0


-- 
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:
[email protected]


Reply via email to