Repository: ambari Updated Branches: refs/heads/branch-2.1 ea10b0f51 -> 38766da3e
AMBARI-12918 Ambari Metrics check fails intermittently when Starting all services (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/38766da3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/38766da3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/38766da3 Branch: refs/heads/branch-2.1 Commit: 38766da3e3f28ac17e40c4e4a11b20469de6da27 Parents: ea10b0f Author: Dmytro Sen <[email protected]> Authored: Fri Aug 28 17:14:24 2015 +0300 Committer: Dmytro Sen <[email protected]> Committed: Fri Aug 28 17:15:59 2015 +0300 ---------------------------------------------------------------------- .../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/38766da3/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 d58626a..7c68d98 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 = 5 + AMS_CONNECT_TRIES = 10 AMS_CONNECT_TIMEOUT = 10 @OsFamilyFuncImpl(os_family=OSConst.WINSRV_FAMILY)
