Ted Yu created HBASE-10445:
------------------------------
Summary: 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
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)