-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54481/
-----------------------------------------------------------

Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-19127
    https://issues.apache.org/jira/browse/AMBARI-19127


Repository: ambari


Description
-------

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>


Diffs
-----

  
ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml
 80fd95c 
  
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml
 24bd563 

Diff: https://reviews.apache.org/r/54481/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk

Reply via email to