capistrant commented on a change in pull request #11135:
URL: https://github.com/apache/druid/pull/11135#discussion_r620485631
##########
File path:
server/src/main/java/org/apache/druid/server/coordinator/CoordinatorDynamicConfig.java
##########
@@ -176,6 +184,22 @@ public CoordinatorDynamicConfig(
}
this.pauseCoordination = pauseCoordination;
this.replicateAfterLoadTimeout = replicateAfterLoadTimeout;
+
+ if (maxNonPrimaryReplicantsToLoad == null) {
Review comment:
although doing this would kind of hide a user error. If they submit 0
but we change 0 to the default and log it, they wouldn't know 0 is invalid.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]