This is an automated email from the ASF dual-hosted git repository.
sodonnell pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new f437b3b HDFS-16252. Correct docs for
dfs.http.client.retry.policy.spec. Contributed by Stephen O'Donnell
f437b3b is described below
commit f437b3bdafef124c51634e021e84f551772b3039
Author: S O'Donnell <[email protected]>
AuthorDate: Wed Oct 6 14:49:16 2021 +0100
HDFS-16252. Correct docs for dfs.http.client.retry.policy.spec. Contributed
by Stephen O'Donnell
(cherry picked from commit a30231ff8e3f1e76009e28d8f8322ffbdeecd061)
---
.../hadoop-hdfs/src/main/resources/hdfs-default.xml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git
a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index 982f182..632f28e 100755
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -3907,7 +3907,7 @@
<value>10000,6,60000,10</value>
<description>
Specify a policy of multiple linear random retry for WebHDFS client,
- e.g. given pairs of number of retries and sleep time (n0, t0), (n1, t1),
+ e.g. given pairs of sleep time and number of retries (t0, n0), (t1, n1),
..., the first n0 retries sleep t0 milliseconds on average,
the following n1 retries sleep t1 milliseconds on average, and so on.
</description>
@@ -4356,7 +4356,10 @@
<name>dfs.client.retry.policy.spec</name>
<value>10000,6,60000,10</value>
<description>
- Set to pairs of timeouts and retries for DFSClient.
+ Specify a policy of multiple linear random retry for the DFS client,
+ e.g. given pairs of sleep time and number of retries (t0, n0), (t1, n1),
+ ..., the first n0 retries sleep t0 milliseconds on average,
+ the following n1 retries sleep t1 milliseconds on average, and so on.
</description>
</property>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]