smengcl commented on code in PR #6985:
URL: https://github.com/apache/ozone/pull/6985#discussion_r1702305145
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/ratis/conf/RatisClientConfig.java:
##########
@@ -203,6 +203,21 @@ public void setExponentialPolicyMaxSleep(Duration
duration) {
exponentialPolicyMaxSleep = duration;
}
+ @Config(key = "client.exponential.backoff.max.retries",
+ defaultValue = "2147483647",
+ type = ConfigType.INT,
+ tags = { OZONE, CLIENT, PERFORMANCE },
+ description = "Max retry count for the exponential backoff policy.")
Review Comment:
```suggestion
description = "Client's max retry value for the exponential backoff
policy.")
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]