[
https://issues.apache.org/jira/browse/HBASE-18346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16103498#comment-16103498
]
Andrew Purtell commented on HBASE-18346:
----------------------------------------
The commit that destabilized this test is
f45d26190274c1f91418bb2ab440a3f8546096de is the first bad commit
commit f45d26190274c1f91418bb2ab440a3f8546096de
Author: Phil Yang <[email protected]>
Date: Tue Mar 7 22:27:06 2017 +0800
HBASE-15484 Correct the semantic of batch and partial - amend to fix bug
and revise the JavaDoc for related APIs.
Let me look at the test log for reason why
> TestRSKilledWhenInitializing failing on branch-1 (branch-1.4)
> -------------------------------------------------------------
>
> Key: HBASE-18346
> URL: https://issues.apache.org/jira/browse/HBASE-18346
> Project: HBase
> Issue Type: Bug
> Reporter: Andrew Purtell
> Fix For: 1.4.0, 1.5.0
>
>
> Running org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.343 sec
> <<< FAILURE! - in
> org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitiali
> zing
> testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode(org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing)
> Time elapsed: 12.
> 329 sec <<< FAILURE!
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertTrue(Assert.java:52)
> at
> org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode(TestRSKi
> lledWhenInitializing.java:123)
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 192.427 sec
> <<< FAILURE! - in org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitial
> izing
> testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode(org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing)
> Time elapsed: 179
> .859 sec <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 180
> seconds
> at java.lang.Thread.sleep(Native Method)
> at org.apache.hadoop.hbase.util.Threads.sleep(Threads.java:146)
> at
> org.apache.hadoop.hbase.regionserver.TestRSKilledWhenInitializing.testRSTerminationAfterRegisteringToMasterBeforeCreatingEphemeralNode(TestRSKi
> lledWhenInitializing.java:113)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)