HDFS-16252. Correct docs for dfs.http.client.retry.policy.spec. Contributed by Stephen O'Donnell
(cherry picked from commit a30231ff8e
)
This commit is contained in:
parent
fd3069d70c
commit
f437b3bdaf
@ -3907,7 +3907,7 @@
|
|||||||
<value>10000,6,60000,10</value>
|
<value>10000,6,60000,10</value>
|
||||||
<description>
|
<description>
|
||||||
Specify a policy of multiple linear random retry for WebHDFS client,
|
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 first n0 retries sleep t0 milliseconds on average,
|
||||||
the following n1 retries sleep t1 milliseconds on average, and so on.
|
the following n1 retries sleep t1 milliseconds on average, and so on.
|
||||||
</description>
|
</description>
|
||||||
@ -4356,7 +4356,10 @@
|
|||||||
<name>dfs.client.retry.policy.spec</name>
|
<name>dfs.client.retry.policy.spec</name>
|
||||||
<value>10000,6,60000,10</value>
|
<value>10000,6,60000,10</value>
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user