siddhantsangwan commented on code in PR #4391:
URL: https://github.com/apache/ozone/pull/4391#discussion_r1135470868
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/container/balancer/ContainerBalancerConfiguration.java:
##########
@@ -93,16 +93,16 @@ public final class ContainerBalancerConfiguration {
"to exclude from balancing. For example \"1, 4, 5\" or \"1,4,5\".")
private String excludeContainers = "";
- @Config(key = "move.timeout", type = ConfigType.TIME, defaultValue = "30m",
+ @Config(key = "move.timeout", type = ConfigType.TIME, defaultValue = "60m",
Review Comment:
Since the replication commands scheduled by `MoveManager` as part of
`MoveManager#move` have lower priority compared to replication commands by
`ReplicationManager`, I've increased this default to 60 minutes.
--
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]