kfaraz commented on pull request #11190:
URL: https://github.com/apache/druid/pull/11190#issuecomment-860494765
> 1. does the config `druid.coordinator.compaction.skipLockedIntervals`
indicate that the segments which are locked during compaction are missed
forever? or is it just for that run?
@rohangarg , the locked intervals would be skipped only for that run, they
would be retried in the next run
> 2. what would be the user impact of this config? for example, if I'm a
user when should I enable/disable this config and what will be its
benefits/problems?
Normally, the user would not have to specify any value for this config. The
default value of true would suffice. The config has been provided to be able to
disable the feature of skipping locked intervals in case of a bug.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]