[
https://issues.apache.org/jira/browse/HBASE-10445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887365#comment-13887365
]
Ted Yu commented on HBASE-10445:
--------------------------------
bq. you have to modify the code to enable it
No modification is needed.
{code}
public static void setupBeforeClass() throws Exception {
// set configure to indicate which cp should be loaded
Configuration conf = util.getConfiguration();
conf.setBoolean("hbase.master.distributed.log.replay", true);
{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-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)