capistrant commented on code in PR #12504: URL: https://github.com/apache/druid/pull/12504#discussion_r891416214
########## docs/configuration/index.md: ########## @@ -898,7 +898,8 @@ A sample Coordinator dynamic config JSON object is shown below: "decommissioningMaxPercentOfMaxSegmentsToMove": 70, "pauseCoordination": false, "replicateAfterLoadTimeout": false, - "maxNonPrimaryReplicantsToLoad": 2147483647 + "maxNonPrimaryReplicantsToLoad": 2147483647, + "maxSegmentsToLoad": 2147483647 Review Comment: +1 for a more descriptive name, thanks for calling it out. Will have a change there in a forthcoming commit. -- 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]
