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

Ambari Server will not respond to HTTP connections if server has high number of CPUs which exceed number of Jetty threads (25)

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.6.1
    • ambari-server
    • None

    Description

      AmbariServer defines thread pool size via:

      serverForAgent.setThreadPool(new QueuedThreadPool(25));
      server.setThreadPool(new QueuedThreadPool(25));

      The values for the thread pool should be pulled via configuration. Add the two properties for:

      client.threadpool.size.max
      agent.threadpool.size.max
      

      Attachments

        Issue Links

          Activity

            People

              ncole@hortonworks.com Nate Cole
              ncole@hortonworks.com Nate Cole
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: