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/08/01 14:50:00 UTC

[jira] [Resolved] (HBASE-16374) IT tests failure in 0.98.21

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

stack resolved HBASE-16374.
---------------------------
    Resolution: Won't Fix

Resolving old issue where context has moved on as "Wont fix"

> IT tests failure in 0.98.21
> ---------------------------
>
>                 Key: HBASE-16374
>                 URL: https://issues.apache.org/jira/browse/HBASE-16374
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.98.21
>            Reporter: ramkrishna.s.vasudevan
>            Assignee: Andrew Purtell
>            Priority: Major
>             Fix For: 0.98.25
>
>
> While testing the 0.98.21 RC found these failures
> {code}
> IntegrationTestIngestWithACL
> IntegrationTestMTTR.testKillRsHoldingMeta
> IntegrationTestMTTR.testRestartRsHoldingTable
> {code}
> The first one was a failure and the last 2 are errors.
> {code}
> java.util.concurrent.ExecutionException: java.io.IOException: did timeout 60000ms waiting for region server to start: stobdtserver5
>         at java.util.concurrent.FutureTask.report(FutureTask.java:122)
>         at java.util.concurrent.FutureTask.get(FutureTask.java:192)
>         at org.apache.hadoop.hbase.mttr.IntegrationTestMTTR.run(IntegrationTestMTTR.java:317)
>         at org.apache.hadoop.hbase.mttr.IntegrationTestMTTR.testKillRsHoldingMeta(IntegrationTestMTTR.java:276)
> Caused by: java.io.IOException: did timeout 60000ms waiting for region server to start: stobdtserver5
>         at org.apache.hadoop.hbase.HBaseCluster.waitForRegionServerToStart(HBaseCluster.java:173)
>         at org.apache.hadoop.hbase.chaos.actions.Action.startRs(Action.java:142)
>         at org.apache.hadoop.hbase.chaos.actions.RestartActionBaseAction.restartRs(RestartActionBaseAction.java:52)
>         at org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingMetaAction.perform(RestartRsHoldingMetaAction.java:38)
>         at org.apache.hadoop.hbase.mttr.IntegrationTestMTTR$ActionCallable.call(IntegrationTestMTTR.java:585)
>         at org.apache.hadoop.hbase.mttr.IntegrationTestMTTR$ActionCallable.call(IntegrationTestMTTR.java:576)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> testRestartRsHoldingTable(org.apache.hadoop.hbase.mttr.IntegrationTestMTTR)  Time elapsed: 120.533 sec  <<< ERROR!
> java.util.concurrent.ExecutionException: java.io.IOException: did timeout 60000ms waiting for region server to start: stobdtserver5
>         at java.util.concurrent.FutureTask.report(FutureTask.java:122)
>         at java.util.concurrent.FutureTask.get(FutureTask.java:192)
>         at org.apache.hadoop.hbase.mttr.IntegrationTestMTTR.run(IntegrationTestMTTR.java:317)
>         at org.apache.hadoop.hbase.mttr.IntegrationTestMTTR.testRestartRsHoldingTable(IntegrationTestMTTR.java:271)
> Caused by: java.io.IOException: did timeout 60000ms waiting for region server to start: stobdtserver5
>         at org.apache.hadoop.hbase.HBaseCluster.waitForRegionServerToStart(HBaseCluster.java:173)
>         at org.apache.hadoop.hbase.chaos.actions.Action.startRs(Action.java:142)
>         at org.apache.hadoop.hbase.chaos.actions.RestartActionBaseAction.restartRs(RestartActionBaseAction.java:52)
>         at org.apache.hadoop.hbase.chaos.actions.RestartRsHoldingTableAction.perform(RestartRsHoldingTableAction.java:56)
>         at org.apache.hadoop.hbase.mttr.IntegrationTestMTTR$ActionCallable.call(IntegrationTestMTTR.java:585)
>         at org.apache.hadoop.hbase.mttr.IntegrationTestMTTR$ActionCallable.call(IntegrationTestMTTR.java:576)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> {code}



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