-
Notifications
You must be signed in to change notification settings - Fork 21
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
fix: broken store config in grafana loki #2830
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
services/grafana-loki
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
labels
Nov 20, 2024
mesosphere-ci
added
ok-to-test
Signals mergebot that CI checks are ready to be kicked off
update-licenses
signals mergebot to update licenses.d2iq.yaml
labels
Nov 20, 2024
Pull Request Test Coverage Report for Build 11926650890Details
💛 - Coveralls |
msdolbey
approved these changes
Nov 20, 2024
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.
dkoshkin
approved these changes
Nov 20, 2024
mhrabovcin
approved these changes
Nov 20, 2024
cwyl02
approved these changes
Nov 20, 2024
mesosphere-ci
pushed a commit
that referenced
this pull request
Nov 20, 2024
(cherry picked from commit ec097b1)
mesosphere-ci
pushed a commit
that referenced
this pull request
Nov 20, 2024
(cherry picked from commit ec097b1)
mesosphere-ci
pushed a commit
that referenced
this pull request
Nov 20, 2024
(cherry picked from commit ec097b1)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
takirala
added a commit
that referenced
this pull request
Nov 21, 2024
(cherry picked from commit ec097b1) Co-authored-by: Tarun Gupta Akirala <[email protected]>
takirala
added a commit
that referenced
this pull request
Nov 21, 2024
(cherry picked from commit ec097b1) Co-authored-by: Tarun Gupta Akirala <[email protected]>
takirala
added a commit
that referenced
this pull request
Nov 21, 2024
(cherry picked from commit ec097b1) Co-authored-by: Tarun Gupta Akirala <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auto-backport
backport-to-release-2.7
backport-to-release-2.8
backport-to-release-2.12
ok-to-test
Signals mergebot that CI checks are ready to be kicked off
services/grafana-loki
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
update-licenses
signals mergebot to update licenses.d2iq.yaml
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.
What problem does this PR solve?:
When looking at the production cluster due to an unrelated issue @fatz raised, i found that the loki compactor was printing the following error
it is printed regularly at an interval of 10m which happens to be the default compaction interval - indicating that we aren't compacting. Acc. to grafana/loki#10554:
I looked at the daily cluster and we still have this bug in 2.13 (so 2.8 to 2.13 - all are affected). This is before the fix:
After applying the patch from this PR, the compactor runs successfully and this is the update:
(for those curious, in my cluster setup - it compacted from 5.2Mb to 3.9M approx.)
Not compacting will not cause any data loss but consumes unncessary storage. This needs to be backported all the way back to 2.8 (and 2.7 even TBD)
Which issue(s) does this PR fix?:
https://jira.nutanix.com/browse/NCN-104281
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Checklist