This is an automated email from the ASF dual-hosted git repository.
amatya pushed a commit to branch 27.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/27.0.0 by this push:
new e75b4a35dc Docs: Minor change missed in #14590 (#14604) (#14718)
e75b4a35dc is described below
commit e75b4a35dc90c7f3b98a349a0a4cc437582d58b4
Author: AmatyaAvadhanula <[email protected]>
AuthorDate: Tue Aug 1 12:17:09 2023 +0530
Docs: Minor change missed in #14590 (#14604) (#14718)
Changes:
- Rephrased the description of `smartSegmentLoading`
- Moved detail about value computation outside of quoted block as it is
important.
Co-authored-by: Kashif Faraz <[email protected]>
---
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 073a61e9b9..9a9cbb4110 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|
|--------|--------------|-----------|
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]