You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Gautam Borad (JIRA)" <ji...@apache.org> on 2016/01/18 17:49:39 UTC

[jira] [Created] (AMBARI-14710) Add retry logic for REST calls between Ambari and Ranger

Gautam Borad created AMBARI-14710:
-------------------------------------

             Summary: Add retry logic for REST calls between Ambari and Ranger
                 Key: AMBARI-14710
                 URL: https://issues.apache.org/jira/browse/AMBARI-14710
             Project: Ambari
          Issue Type: Bug
          Components: ambari-agent
            Reporter: Gautam Borad
            Assignee: Gautam Borad
             Fix For: trunk, 2.2.1


Current implementation of {{check_ranger_login_urllib2}} in ranger_functions.py and ranger_functions_v2.py triggers the retry logic under the safe_retry decorator only for the Timeout error.

This logic should be triggered for the exceptions also, to ensure that Ranger Admin is given enough time to start up before giving up.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)