maytasm commented on code in PR #12416:
URL: https://github.com/apache/druid/pull/12416#discussion_r863289265


##########
docs/design/coordinator.md:
##########
@@ -79,26 +79,27 @@ If a Historical process restarts or becomes unavailable for 
any reason, the Drui
 
 To ensure an even distribution of segments across Historical processes in the 
cluster, the Coordinator process will find the total size of all segments being 
served by every Historical process each time the Coordinator runs. For every 
Historical process tier in the cluster, the Coordinator process will determine 
the Historical process with the highest utilization and the Historical process 
with the lowest utilization. The percent difference in utilization between the 
two processes is computed, and if the result exceeds a certain threshold, a 
number of segments will be moved from the highest utilized process to the 
lowest utilized process. There is a configurable limit on the number of 
segments that can be moved from one process to another each time the 
Coordinator runs. Segments to be moved are selected at random and only moved if 
the resulting utilization calculation indicates the percentage difference 
between the highest and lowest servers has decreased.
 
-### Compacting Segments
+### Compacting segments

Review Comment:
   nit: maybe this heading should include "Automatic"



-- 
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]

Reply via email to