writer-jill commented on code in PR #14604: URL: https://github.com/apache/druid/pull/14604#discussion_r1266506447
########## docs/configuration/index.md: ########## @@ -967,9 +967,9 @@ Issuing a GET request at the same URL will return the spec that is currently in ##### Smart segment loading The `smartSegmentLoading` mode simplifies Coordinator configuration for segment loading and balancing. -In this mode, the Coordinator does not require the user to provide values of the following parameters and computes them automatically instead. -> If you enable `smartSegmentLoading` mode **and** provide values for the following properties, Druid ignores your values. The Coordinator computes them automatically. -The computed values are based on the current state of the cluster and are designed to optimize Coordinator performance. +If you enable this mode, do not provide values for the properties in the table below as the Coordinator computes them automatically. +The values are computed based on the current state of the cluster and are designed to optimize Coordinator performance. Review Comment: ```suggestion Druid computes the values to optimize Coordinator performance, based on the current state of the cluster. ``` -- 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]
