J.Andreina created HDFS-7992:
--------------------------------

             Summary: HTTP request queue size limit can be made configurable
                 Key: HDFS-7992
                 URL: https://issues.apache.org/jira/browse/HDFS-7992
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: J.Andreina
            Assignee: J.Andreina


The queue size for httpserver is hardcoded as 128 in 

{code}
  public static Connector createDefaultChannelConnector() {
    SelectChannelConnector ret = new SelectChannelConnector();
    ret.setLowResourceMaxIdleTime(10000);
    ret.setAcceptQueueSize(128);
{code}

It will be better if this can made configurable

In the connection can add a configurable limit of queue size for the http 
request (“hadoop.http.max.queue.size”).



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

Reply via email to