This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new fc0b940f785 Document the allowed range of announcer maxBytesPerNode 
(#15063)
fc0b940f785 is described below

commit fc0b940f785d64ede77cd2079ef30a78b76b7932
Author: David Christle <[email protected]>
AuthorDate: Thu Oct 26 14:51:01 2023 -0700

    Document the allowed range of announcer maxBytesPerNode (#15063)
---
 docs/configuration/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuration/index.md b/docs/configuration/index.md
index 4c0bb0c2b89..a8245f37acd 100644
--- a/docs/configuration/index.md
+++ b/docs/configuration/index.md
@@ -757,7 +757,7 @@ In current Druid, multiple data segments may be announced 
under the same Znode.
 |Property|Description|Default|
 |--------|-----------|-------|
 |`druid.announcer.segmentsPerNode`|Each Znode contains info for up to this 
many segments.|50|
-|`druid.announcer.maxBytesPerNode`|Max byte size for Znode.|524288|
+|`druid.announcer.maxBytesPerNode`|Max byte size for Znode. Allowed range is 
[1024, 1048576].|524288|
 |`druid.announcer.skipDimensionsAndMetrics`|Skip Dimensions and Metrics list 
from segment announcements. NOTE: Enabling this will also remove the dimensions 
and metrics list from Coordinator and Broker endpoints.|false|
 |`druid.announcer.skipLoadSpec`|Skip segment LoadSpec from segment 
announcements. NOTE: Enabling this will also remove the loadspec from 
Coordinator and Broker endpoints.|false|
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to