Masatake Iwasaki created BIGTOP-1060:
----------------------------------------
Summary: hadoop-hdfs-zkfc should stop before hadoop-hdfs-namenode
Key: BIGTOP-1060
URL: https://issues.apache.org/jira/browse/BIGTOP-1060
Project: Bigtop
Issue Type: Improvement
Components: Init scripts
Reporter: Masatake Iwasaki
Assignee: Masatake Iwasaki
Priority: Minor
Stopping namenode before zkfc possibly causes unnecessary fencing action.
Current priority of namenode and zkfc are the same as default.
{noformat}
CHKCONFIG=${CHKCONFIG:-"2345 85 15"}
{noformat}
Because the highest priority among HDFS dependent services is "2345 87 13" of
HBase, I think setting zkfs' priority to "2345 86 14" is good.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira