Repository: ambari Updated Branches: refs/heads/branch-2.2 74ca65a7a -> cb7b08abc
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/cb7b08ab Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cb7b08ab Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cb7b08ab Branch: refs/heads/branch-2.2 Commit: cb7b08abcbf2e435777e6ba9cc5d8ef6d264b7d7 Parents: 74ca65a Author: Dmytro Sen <[email protected]> Authored: Wed Dec 9 12:17:13 2015 +0200 Committer: Dmytro Sen <[email protected]> Committed: Wed Dec 9 12:22:16 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/cb7b08ab/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)
