Updated Branches: refs/heads/trunk 13d732392 -> c0925b995
AMBARI-2886. HDFS Service Check failed (as designed) but took 10 mins to fail. (swagle) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/c0925b99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/c0925b99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/c0925b99 Branch: refs/heads/trunk Commit: c0925b9959f98d259bd8d25aa91070a3ce5c86f8 Parents: 13d7323 Author: Siddharth Wagle <[email protected]> Authored: Tue Aug 13 10:28:43 2013 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Tue Aug 13 10:28:43 2013 -0700 ---------------------------------------------------------------------- .../main/puppet/modules/hdp-hadoop/manifests/hdfs/service_check.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/c0925b99/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/hdfs/service_check.pp ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/hdfs/service_check.pp b/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/hdfs/service_check.pp index 511fabe..f50aa29 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/hdfs/service_check.pp +++ b/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/hdfs/service_check.pp @@ -37,7 +37,7 @@ class hdp-hadoop::hdfs::service_check() hdp-hadoop::exec-hadoop { 'hdfs::service_check::check_safemode': command => $safemode_command, - tries => 40, + tries => 20, try_sleep => 15, logoutput => true, user => $hdp::params::smokeuser,
