[
https://issues.apache.org/jira/browse/HBASE-10445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887485#comment-13887485
]
Ted Yu commented on HBASE-10445:
--------------------------------
Another option is to set hbase.coprocessor.abortonerror to false for the test
This way we wouldn't get:
{code}
2014-01-30 21:01:50,601 FATAL [Priority.RpcServer.handler=2,port=58244]
regionserver.HRegionServer(1796): ABORTING region server
kiyo.gq1.ygridcore.net,58244, 1391115675724: The coprocessor
org.apache.hadoop.hbase.coprocessor.SimpleRegionObserver threw an unexpected
exception
java.lang.AssertionError: region hbase:meta,,1.1588230740 row
TestTable.testRecovery,testrow,99999999999999
{code}
> TestRegionObserverInterface occasionally times out
> --------------------------------------------------
>
> Key: HBASE-10445
> URL: https://issues.apache.org/jira/browse/HBASE-10445
> Project: HBase
> Issue Type: Test
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 10445-alternate.patch, 10445-v1.txt,
> TestRegionObserverInterface-output-2.txt,
> TestRegionObserverInterface-output-3.txt
>
>
> TestRegionObserverInterface occasionally times out
> Running in a loop, it timed out at 9th iteration twice.
> The test starts a cluster with 1 region server. If this server goes down, the
> following message would be repeatedly printed:
> {code}
> 2014-01-30 00:35:16,144 WARN [MASTER_META_SERVER_OPERATIONS-kiyo:42930-0]
> master.AssignmentManager(2140): Can't move 1588230740, there is no
> destination server available.
> 2014-01-30 00:35:16,144 WARN [MASTER_META_SERVER_OPERATIONS-kiyo:42930-0]
> master.AssignmentManager(1863): Unable to determine a plan to assign {ENCODED
> => 1588230740, NAME => 'hbase:meta,,1', STARTKEY => '', ENDKEY => ''}
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)