Repository: ambari
Updated Branches:
  refs/heads/branch-2.2 af92f9046 -> c8215b0e1


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

Branch: refs/heads/branch-2.2
Commit: c8215b0e12d6380e5f4329b8ac9a213404cfde77
Parents: af92f90
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:13:02 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/c8215b0e/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