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 <[email protected]>
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
[email protected].

Reply via email to