jihoonson commented on a change in pull request #12263:
URL: https://github.com/apache/druid/pull/12263#discussion_r809409304



##########
File path: docs/design/coordinator.md
##########
@@ -98,6 +98,13 @@ Compaction tasks might fail due to the following reasons.
 
 Once a compaction task fails, the Coordinator simply checks the segments in 
the interval of the failed task again, and issues another compaction task in 
the next run.
 
+Note that Compacting Segments Coordinator Duty is automatically enabled and 
run as part of the Indexing Service Duties group. However, Compacting Segments 
Coordinator Duty can be configured to run in isolation as a seperate 
coordinator duty group. This allow changing the period of Compacting Segments 
Coordinator Duty without impacting the period of other Indexing Service Duties. 
This can be done by setting the following properties (for more details see 
[custom pluggable Coordinator 
Duty](../development/modules.md#Adding-your-own-custom-pluggable-Coordinator-Duty)):

Review comment:
       ```suggestion
   Note that Compacting Segments Coordinator Duty is automatically enabled and 
run as part of the Indexing Service Duties group. However, Compacting Segments 
Coordinator Duty can be configured to run in isolation as a seperate 
coordinator duty group. This allows changing the period of Compacting Segments 
Coordinator Duty without impacting the period of other Indexing Service Duties. 
This can be done by setting the following properties (for more details see 
[custom pluggable Coordinator 
Duty](../development/modules.md#Adding-your-own-custom-pluggable-Coordinator-Duty)):
   ```




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