kerneltime commented on code in PR #4325:
URL: https://github.com/apache/ozone/pull/4325#discussion_r1122116872
##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java:
##########
@@ -442,7 +442,7 @@ public final class OzoneConfigKeys {
public static final String OZONE_CLIENT_FAILOVER_MAX_ATTEMPTS_KEY =
"ozone.client.failover.max.attempts";
public static final int OZONE_CLIENT_FAILOVER_MAX_ATTEMPTS_DEFAULT =
- 500;
+ 45;
Review Comment:
Instead of changing this for the client across the board, the CLI should
change this. There might be other failover scenarios for long-running jobs
where this high count is fine.
--
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]