YARN-5904. Reduce the number of default server threads for AMRMProxyService.

(cherry picked from commit 140b9939da)
This commit is contained in:
Subru Krishnan 2016-11-17 18:26:25 -08:00
parent a8ad6b6171
commit e5a5a5a618
1 changed files with 1 additions and 1 deletions

View File

@ -1706,7 +1706,7 @@ public class YarnConfiguration extends Configuration {
public static final String AMRM_PROXY_CLIENT_THREAD_COUNT = NM_PREFIX
+ "amrmproxy.client.thread-count";
public static final int DEFAULT_AMRM_PROXY_CLIENT_THREAD_COUNT = 25;
public static final int DEFAULT_AMRM_PROXY_CLIENT_THREAD_COUNT = 3;
public static final String AMRM_PROXY_INTERCEPTOR_CLASS_PIPELINE =
NM_PREFIX + "amrmproxy.interceptor-class.pipeline";