You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Haohui Mai (JIRA)" <ji...@apache.org> on 2014/10/11 01:07:36 UTC

[jira] [Resolved] (HDFS-7234) setLowResourceMaxIdleTime(10000) in HttpServer2 is dead

     [ https://issues.apache.org/jira/browse/HDFS-7234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Haohui Mai resolved HDFS-7234.
------------------------------
    Resolution: Invalid

Jetty will enter low resource state when it founds out its thread pool is out of thread, which will trigger the timeout described in this jira:

http://www.eclipse.org/jetty/documentation/current/limit-load.html

> setLowResourceMaxIdleTime(10000) in HttpServer2 is dead
> -------------------------------------------------------
>
>                 Key: HDFS-7234
>                 URL: https://issues.apache.org/jira/browse/HDFS-7234
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Haohui Mai
>
> In HttpSever2.java, the code call {{ret.setLowResourceMaxIdleTime(10000);}} but it does not set the {{LowResourceConnections}} in jetty, thus the setting becomes useless.



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