Author: todd
Date: Sun May 8 20:43:04 2011
New Revision: 1100810
URL: http://svn.apache.org/viewvc?rev=1100810&view=rev
Log:
HDFS-1866. Document dfs.datanode.max.transfer.threads in hdfs-default.xml. Contributed by
Harsh J Chouraria.
Modified:
hadoop/hdfs/branches/branch-0.22/CHANGES.txt
hadoop/hdfs/branches/branch-0.22/src/java/hdfs-default.xml
Modified: hadoop/hdfs/branches/branch-0.22/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.22/CHANGES.txt?rev=1100810&r1=1100809&r2=1100810&view=diff
==============================================================================
--- hadoop/hdfs/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/hdfs/branches/branch-0.22/CHANGES.txt Sun May 8 20:43:04 2011
@@ -233,6 +233,9 @@ Release 0.22.0 - Unreleased
HDFS-1562. Add rack policy tests. (eli)
+ HDFS-1866. Document dfs.datanode.max.transfer.threads in hdfs-default.xml
+ (Harsh J Chouraria via todd)
+
OPTIMIZATIONS
HDFS-1140. Speedup INode.getPathComponents. (Dmytro Molkov via shv)
Modified: hadoop/hdfs/branches/branch-0.22/src/java/hdfs-default.xml
URL: http://svn.apache.org/viewvc/hadoop/hdfs/branches/branch-0.22/src/java/hdfs-default.xml?rev=1100810&r1=1100809&r2=1100810&view=diff
==============================================================================
--- hadoop/hdfs/branches/branch-0.22/src/java/hdfs-default.xml (original)
+++ hadoop/hdfs/branches/branch-0.22/src/java/hdfs-default.xml Sun May 8 20:43:04 2011
@@ -596,4 +596,13 @@ creations/deletions), or "all".</descrip
</description>
</property>
+<property>
+ <name>dfs.datanode.max.transfer.threads</name>
+ <value>4096</value>
+ <description>
+ Specifies the maximum number of threads to use for transferring data
+ in and out of the DN.
+ </description>
+</property>
+
</configuration>
|