ektravel commented on code in PR #12416: URL: https://github.com/apache/druid/pull/12416#discussion_r861013443
########## docs/design/coordinator.md: ########## @@ -107,11 +108,9 @@ druid.coordinator.<SOME_GROUP_NAME>.period=<PERIOD_TO_RUN_COMPACTING_SEGMENTS_DU ### Segment search policy -#### Recent segment first policy - -At every coordinator run, this policy looks up time chunks in order of newest-to-oldest and checks whether the segments in those time chunks -need compaction or not. -A set of segments need compaction if all conditions below are satisfied. +At every Coordinator run, this policy looks up time chunks from newest to oldest and checks whether the segments in those time chunks +need compaction. +A set of segments need compaction if all conditions below are satisfied: Review Comment: ```suggestion A set of segments needs compaction if all conditions below are satisfied: ``` -- 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]
