From cab93fb817c2d3b5926cde7c7a23ff4317a93fe4 Mon Sep 17 00:00:00 2001 From: Kashif Faraz Date: Tue, 18 Jul 2023 19:58:37 +0530 Subject: [PATCH] Docs: Minor change missed in #14590 (#14604) Changes: - Rephrased the description of `smartSegmentLoading` - Moved detail about value computation outside of quoted block as it is important. --- docs/configuration/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 129ec3be711..4690af390b6 100644 --- a/docs/configuration/index.md +++ b/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. +Druid computes the values to optimize Coordinator performance, based on the current state of the cluster. +> If you enable `smartSegmentLoading` mode, Druid ignores any value you provide for the following properties. |Property|Computed value|Description| |--------|--------------|-----------|