You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2017/09/13 21:29:00 UTC

[jira] [Commented] (HBASE-18346) TestRSKilledWhenInitializing failing on branch-1 (branch-1.4)

    [ https://issues.apache.org/jira/browse/HBASE-18346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16165314#comment-16165314 ] 

Andrew Purtell commented on HBASE-18346:
----------------------------------------

Latest tests hang here:

{noformat}
"Time-limited test" #905 daemon prio=5 os_prio=31 tid=0x00007fdfeb242000 nid=0x2de07 sleeping[0x00007000078d0000]
   java.lang.Thread.State: TIMED_WAITING (sleeping)
        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(TestRSKilledWhenInitializing.java:113)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
        at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
        at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.lang.Thread.run(Thread.java:748)
{noformat}

I'm thinking about temporarily disabling this test. 

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