-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce SkipBlocksWithOutOfOrderChunksEnabled feature #4707
Introduce SkipBlocksWithOutOfOrderChunksEnabled feature #4707
Conversation
@@ -2,533 +2,534 @@ | |||
|
|||
## master / unreleased | |||
|
|||
* [FEATURE] Ruler: Add `external_labels` option to tag all alerts with a given set of labels. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems that those changes were not intentional
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh this one is intentional because FEATURE should go after CHANGE (I as added the PR number)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will fix the unintended change (from '*' to '-' four bullets)
Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
Signed-off-by: Alvin Lin <[email protected]>
357881f
to
a09558c
Compare
Signed-off-by: Alvin Lin <[email protected]>
LGTM |
Signed-off-by: Friedrich Gonzalez <[email protected]>
Signed-off-by: Alvin Lin [email protected]
What this PR does:
This PR allows user to configure if they want to skip out of order chunks during compaction (special thanks to @alanprot working on #4706 concurrently).
This PR also allows manual creation of
no-compact-mark.json
.Which issue(s) this PR fixes:
Fixes #4692
Partially addresses #4705 - this change will allow manual creation of
no-compact-mark.json
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]