Skip to content

Commit

Permalink
Docs: Minor change missed in #14590 (#14604) (#14718)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
AmatyaAvadhanula and kfaraz authored Aug 1, 2023
1 parent 9ac73b9 commit e75b4a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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|
|--------|--------------|-----------|
Expand Down

0 comments on commit e75b4a3

Please sign in to comment.