[
https://issues.apache.org/jira/browse/HDFS-13634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16598140#comment-16598140
]
Hudson commented on HDFS-13634:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14855 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14855/])
HDFS-13634. RBF: Configurable value in xml for async connection request (yqlin:
rev a0ebb6b39f2932d3ea2fb5e287f52b841e108428)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RBFConfigKeys.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/server/federation/router/ConnectionManager.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/resources/hdfs-rbf-default.xml
> RBF: Configurable value in xml for async connection request queue size.
> -----------------------------------------------------------------------
>
> Key: HDFS-13634
> URL: https://issues.apache.org/jira/browse/HDFS-13634
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: federation
> Affects Versions: 3.1.0, 2.9.1, 3.0.3
> Reporter: CR Hota
> Assignee: CR Hota
> Priority: Major
> Fix For: 2.10.0, 3.2.0, 3.1.2
>
> Attachments: HDFS-13634.0.patch, HDFS-13634.1.patch,
> HDFS-13634.2.patch, HDFS-13634.3.patch
>
>
> The below in ConnectionManager.java should be configurable via hdfs-site.xml.
> This a very critical parameter for routers, admins would like to change this
> without doing a new build.
> {code:java}
> /** Number of parallel new connections to create. */
> protected static final int MAX_NEW_CONNECTIONS = 100;
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]