Andrew Onischuk created AMBARI-19127:
----------------------------------------
Summary: hbase_regionserver_shutdown_timeout should be editable
all the time
Key: AMBARI-19127
URL: https://issues.apache.org/jira/browse/AMBARI-19127
Project: Ambari
Issue Type: Bug
Reporter: Andrew Onischuk
Assignee: Andrew Onischuk
Fix For: 2.5.0
Attachments: AMBARI-19127.patch
hbase_regionserver_shutdown_timeout should be editable any time. Its now only
editable during install.
<property>
<name>hbase_regionserver_shutdown_timeout</name>
<value>30</value>
<display-name>HBase RegionServer shutdown timeout</display-name>
<description>
After this number of seconds waiting for graceful stop of HBase Master it
will be forced to exit with SIGKILL.
The timeout is introduced because there is a known bug when from time to
time HBase RegionServer hangs forever on stop if NN safemode is on.
</description>
<value-attributes>
<type>int</type>
<overridable>false</overridable>
<editable-only-at-install>true</editable-only-at-install>
</value-attributes>
<on-ambari-upgrade add="false"/>
</property>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)