[
https://issues.apache.org/jira/browse/HDFS-3476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285616#comment-13285616
]
Harsh J commented on HDFS-3476:
-------------------------------
Konstantin's comment from HDFS-3462:
{quote}
{code}
+ int originalXcievers =
conf.getInt(DFSConfigKeys.DFS_DATANODE_MAX_RECEIVER_THREADS_KEY,0);
{code}
should use DFS_DATANODE_MAX_RECEIVER_THREADS_DEFAULT rather than 0.
{quote}
> Correct the default used in TestDFSClientRetries.busyTest() after HDFS-3462
> ---------------------------------------------------------------------------
>
> Key: HDFS-3476
> URL: https://issues.apache.org/jira/browse/HDFS-3476
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: test
> Affects Versions: 3.0.0
> Reporter: Harsh J
> Priority: Minor
>
> Per Konstantin on HDFS-3462, the current default value specified in the
> changes made there is 0 and has to instead be the proper transceivers-#
> default.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira