Skip to content

Commit b813bd5

Browse files
committed
fix some problems.
1 parent cdd90fe commit b813bd5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6529,15 +6529,16 @@
65296529
<name>dfs.client.congestion.backoff.mean.time</name>
65306530
<value>5000</value>
65316531
<description>
6532-
The mean milliseconds which is used to compute client congestion backoff sleep time.
6532+
The mean time in milliseconds which is used to compute
6533+
client congestion backoff sleep time.
65336534
</description>
65346535
</property>
65356536
<property>
65366537
<name>dfs.client.congestion.backoff.max.time</name>
65376538
<value>50000</value>
65386539
<description>
6539-
The max milliseconds which is used to
6540-
restrict the upper limit backoff sleep time for client.
6540+
The max time in milliseconds which is used to restrict
6541+
the upper limit backoff sleep time for client.
65416542
</description>
65426543
</property>
65436544
<property>

0 commit comments

Comments
 (0)