You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2018/02/20 14:30:00 UTC

[jira] [Resolved] (HBASE-20014) TestAdmin1 Times out

     [ https://issues.apache.org/jira/browse/HBASE-20014?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-20014.
---------------------------
      Resolution: Fixed
        Assignee: stack
    Hadoop Flags: Reviewed

Resolving. It has fallen off the flakies list.

> TestAdmin1 Times out
> --------------------
>
>                 Key: HBASE-20014
>                 URL: https://issues.apache.org/jira/browse/HBASE-20014
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: stack
>            Assignee: stack
>            Priority: Major
>             Fix For: 2.0.0-beta-2
>
>         Attachments: HBASE-20014.branch-2.001.patch
>
>
> TestAdmin1 has 28+ tests.  Nightly #336 shows this:
> {code}
> [ERROR] Tests run: 27, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 575.102 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestAdmin1
> [ERROR] org.apache.hadoop.hbase.client.TestAdmin1  Time elapsed: 1.134 s  <<< ERROR!
> org.junit.runners.model.TestTimedOutException: test timed out after 600 seconds
> 	at org.apache.hadoop.hbase.client.TestAdmin1.testTableExist(TestAdmin1.java:899)
> [ERROR] testTableExist(org.apache.hadoop.hbase.client.TestAdmin1)  Time elapsed: 1.134 s  <<< ERROR!
> java.io.InterruptedIOException: Interrupt while waiting on Operation: CREATE, Table Name: default:testTableExist
> 	at org.apache.hadoop.hbase.client.TestAdmin1.testTableExist(TestAdmin1.java:899)
> [ERROR] org.apache.hadoop.hbase.client.TestAdmin1  Time elapsed: 0.022 s  <<< ERROR!
> java.lang.Exception: Appears to be stuck in thread RS-EventLoopGroup-5-4
> [ERROR] Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 576.783 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestAdmin1
> [ERROR] org.apache.hadoop.hbase.client.TestAdmin1  Time elapsed: 1.704 s  <<< ERROR!
> java.lang.IllegalStateException: A mini-cluster is already running
> 	at org.apache.hadoop.hbase.client.TestAdmin1.setUpBeforeClass(TestAdmin1.java:97)
> {code}
> So, we timeout after running a test for only 1.3 seconds...  but in total it is > 600.
> Then we are on to interesting stuff like minicluster running already. I've seen this in past.
> I could refactor TestAdmin1... let me up the general timeout instead....



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)