Robert Levas created AMBARI-18545:
-------------------------------------

             Summary: Kerberos server actions should not timeout in minutes as 
specified in configuration
                 Key: AMBARI-18545
                 URL: https://issues.apache.org/jira/browse/AMBARI-18545
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.2.2
            Reporter: Robert Levas
            Assignee: Robert Levas
             Fix For: 2.5.0


Kerberos related server-side actions should not time out in minutes as 
specified in configuration.  Some Kerberos-related task can potentially take a 
much longer time based on number of hosts and components installed in the 
cluster. 

The {{Create Principals}} and {{Create Keytab Files}} stages need to be set to 
a rather large timeout value such that

{noformat}
if  server.task.timeout < X 
  timeout = X;
else 
  timeout =  server.task.timeout

Where X is set to something like 10 hours. 
{noformat}

10 hours seems to be a reasonable timeout value since it is not possible to 
specified an unlimited amount of time give Ambari's current task processing 
infrastructure. 





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

Reply via email to