You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2018/04/26 18:12:28 UTC

[ambari] branch trunk updated: [AMBARI-23703] While adding HDFS Namespace from UI, Timeline service fails to start (#1108)

This is an automated email from the ASF dual-hosted git repository.

swagle pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f269232  [AMBARI-23703] While adding HDFS Namespace from UI, Timeline service fails to start (#1108)
f269232 is described below

commit f269232151bccfe4a25db879a83cb3a8533fc5f1
Author: majorendre <34...@users.noreply.github.com>
AuthorDate: Thu Apr 26 20:12:24 2018 +0200

    [AMBARI-23703] While adding HDFS Namespace from UI, Timeline service fails to start (#1108)
---
 .../main/python/resource_management/libraries/providers/hdfs_resource.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py b/ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py
index acd469f..a298f39 100644
--- a/ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py
+++ b/ambari-common/src/main/python/resource_management/libraries/providers/hdfs_resource.py
@@ -64,6 +64,7 @@ RESOURCE_TO_JSON_FIELDS = {
 EXCEPTIONS_TO_RETRY = {
   # "ExceptionName": (try_count, try_sleep_seconds)
   "LeaseExpiredException": (20, 6),
+  "RetriableException": (20, 6),
 }
 
 class HdfsResourceJar:

-- 
To stop receiving notification emails like this one, please contact
swagle@apache.org.