Repository: ambari Updated Branches: refs/heads/trunk 8fbfdc218 -> e0c9dc1f4
AMBARI-16914. Ambari uses too small a window for region server shutdown (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e0c9dc1f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e0c9dc1f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e0c9dc1f Branch: refs/heads/trunk Commit: e0c9dc1f41d47eca52b840456bf1e51763912a44 Parents: 8fbfdc2 Author: Andrew Onishuk <[email protected]> Authored: Tue Jun 14 01:12:43 2016 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Tue Jun 14 01:12:43 2016 +0300 ---------------------------------------------------------------------- .../AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml | 2 +- .../common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e0c9dc1f/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml index 4c866d9..3ce1af2 100644 --- a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml +++ b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/configuration/ams-hbase-env.xml @@ -166,7 +166,7 @@ After this number of seconds waiting for graceful stop of HBase Master it will b 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>directory</type> + <type>int</type> <overridable>false</overridable> <editable-only-at-install>true</editable-only-at-install> </value-attributes> http://git-wip-us.apache.org/repos/asf/ambari/blob/e0c9dc1f/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml index 93ca6ba..9811191 100644 --- a/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml +++ b/ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-env.xml @@ -148,7 +148,7 @@ After this number of seconds waiting for graceful stop of HBase Master it will b 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>directory</type> + <type>int</type> <overridable>false</overridable> <editable-only-at-install>true</editable-only-at-install> </value-attributes>
