Repository: ambari Updated Branches: refs/heads/trunk a8786789f -> 92d345591
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/92d34559 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/92d34559 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/92d34559 Branch: refs/heads/trunk Commit: 92d345591b3fcd28d54a1f28104939b09cdeb376 Parents: a878678 Author: Dmytro Sen <[email protected]> Authored: Fri Aug 28 17:14:24 2015 +0300 Committer: Dmytro Sen <[email protected]> Committed: Fri Aug 28 17:14:24 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/92d34559/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)
