Repository: ambari
Updated Branches:
  refs/heads/trunk 9f2a72aef -> e93463431


AMBARI-14253 AMS service check fails on CentOS7 (dsen)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e9346343
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e9346343
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e9346343

Branch: refs/heads/trunk
Commit: e934634317631ef4339b1d4fa3f0bdb2c8f2861a
Parents: 9f2a72a
Author: Dmytro Sen <d...@apache.org>
Authored: Wed Dec 9 12:17:13 2015 +0200
Committer: Dmytro Sen <d...@apache.org>
Committed: Wed Dec 9 12:17:13 2015 +0200

----------------------------------------------------------------------
 .../AMBARI_METRICS/0.1.0/package/scripts/service_check.py          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e9346343/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/service_check.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/service_check.py
 
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/service_check.py
index 1d759b9..60eb286 100644
--- 
a/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/service_check.py
+++ 
b/ambari-server/src/main/resources/common-services/AMBARI_METRICS/0.1.0/package/scripts/service_check.py
@@ -38,7 +38,7 @@ import socket
 class AMSServiceCheck(Script):
   AMS_METRICS_POST_URL = "/ws/v1/timeline/metrics/"
   AMS_METRICS_GET_URL = "/ws/v1/timeline/metrics?%s"
-  AMS_CONNECT_TRIES = 20
+  AMS_CONNECT_TRIES = 40
   AMS_CONNECT_TIMEOUT = 15
 
   @OsFamilyFuncImpl(os_family=OSConst.WINSRV_FAMILY)

Reply via email to