Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-18545

Kerberos server actions should not timeout in minutes as specified in configuration

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2.2
    • 2.5.0
    • ambari-server

    Description

      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

      if  server.task.timeout < X 
        timeout = X;
      else 
        timeout =  server.task.timeout
      
      Where X is set to something like 10 hours. 
      

      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.

      Attachments

        1. AMBARI-18545_branch-2.4_01.patch
          2 kB
          Robert Levas
        2. AMBARI-18545_branch-2.5_01.patch
          2 kB
          Robert Levas
        3. AMBARI-18545_trunk_01.patch
          2 kB
          Robert Levas
        4. AMBARI-18545_branch-2.4_02.patch
          3 kB
          Robert Levas
        5. AMBARI-18545_branch-2.5_02.patch
          3 kB
          Robert Levas
        6. AMBARI-18545_trunk_02.patch
          3 kB
          Robert Levas

        Issue Links

          Activity

            People

              rlevas Robert Levas
              rlevas Robert Levas
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: