[
https://issues.apache.org/jira/browse/HBASE-19036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16562024#comment-16562024
]
Ted Yu commented on HBASE-19036:
--------------------------------
{code}
+ LOG.info("Killing namenode :-" + server.getHostname());
+ cluster.killNameNode(server);
{code}
There would be dual logging on the same action.
The rest seems Okay.
> Add action in Chaos Monkey to restart Active Namenode
> -----------------------------------------------------
>
> Key: HBASE-19036
> URL: https://issues.apache.org/jira/browse/HBASE-19036
> Project: HBase
> Issue Type: Improvement
> Reporter: Monani Mihir
> Assignee: Monani Mihir
> Priority: Minor
> Attachments: HBASE-19036.branch-1.001.patch,
> HBASE-19036.branch-1.001.patch, HBASE-19036.branch-1.002.patch,
> HBASE-19036.branch-1.002.patch, HBASE-19036.branch-1.003.patch,
> HBASE-19036.master.001.patch, HBASE-19036.master.002.patch
>
>
> Under hbase-it we have many actions related to DataNode, Zookeeper, HMaster
> which gets use with Chaos Monkey and they are useful in testing . Having
> action which restart Active Namenode would be useful too.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)