Repository: ambari
Updated Branches:
  refs/heads/trunk a0d8e722c -> 53583b2df


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/53583b2d
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/53583b2d
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/53583b2d

Branch: refs/heads/trunk
Commit: 53583b2df6282318ce20bd1d80c9025cb179f761
Parents: a0d8e72
Author: Dmytro Sen <d...@apache.org>
Authored: Mon Dec 7 19:11:10 2015 +0200
Committer: Dmytro Sen <d...@apache.org>
Committed: Mon Dec 7 19:11:10 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/53583b2d/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 e4d588d..2243fe9 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
@@ -39,7 +39,7 @@ class AMSServiceCheck(Script):
   AMS_METRICS_POST_URL = "/ws/v1/timeline/metrics/"
   AMS_METRICS_GET_URL = "/ws/v1/timeline/metrics?%s"
   AMS_CONNECT_TRIES = 10
-  AMS_CONNECT_TIMEOUT = 10
+  AMS_CONNECT_TIMEOUT = 15
 
   @OsFamilyFuncImpl(os_family=OSConst.WINSRV_FAMILY)
   def service_check(self, env):

Reply via email to