Add a new iterator policy for coordinator auto CompactionTask#10863
Closed
liuxiaohui1221 wants to merge 2 commits intoapache:masterfrom
Closed
Add a new iterator policy for coordinator auto CompactionTask#10863liuxiaohui1221 wants to merge 2 commits intoapache:masterfrom
liuxiaohui1221 wants to merge 2 commits intoapache:masterfrom
Conversation
2.compactionTask not waiting 3.taskId change 4.filter locked interval before submitted 5.add some parameters
9 tasks
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the dev@druid.apache.org list. Thank you for your contributions. |
|
This pull request/issue has been closed due to lack of activity. If you think that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #XXXX.
Description
This PR mainly fixes scenes where delayed data reaches a relatively serious level, and the efficiency of auto-compact task is low. The details are as follows:
inputSegmentSizeBytes, the segment size will be compact.In fact, we are more concerned with compact with multiple small files.skipOffsetFromLatestbig enough, and it will waste recent many small files without compaction.Main change list:
1.add new policy for auto compaction.
score
2.compactionTask not waiting.
3.compaction taskId changed
4.filter locked interval before submitted.
5.add some configuration parameters.
Renamed the class ...
Added a forbidden-apis entry ...
Added dynamic configuration parameters:
false/truefalse1P5DAdded coordination configuration parameters:
druid.coordinator.period.indexingPeriodPT30MnewestorscorenewestThis PR has:
Key changed/added classes in this PR
MyFooOurBarTheirBaz