We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When the compactor encounters out of order chunks, compaction fails, and subsequent blocks are never compacted.
To Reproduce Cause an uncompacted block to become corrupted; not sure how to do this, but it seems to happen regularly.
Expected behavior The compactor skips the corrupted block and continues.
Storage Engine
Additional Context From slack, it sounds like this should be resolved by updating the vendored thanos to a more recent version: https://cloud-native.slack.com/archives/CCYDASBLP/p1648424067729539?thread_ts=1648051851.918499&cid=CCYDASBLP. Are there breaking changes in thanos that would complicate upgrading the dependency? I'd be happy to attempt a PR if it would be helpful.
The text was updated successfully, but these errors were encountered:
Sorry, duplicate of #3569. Happy to help with the fix anyway.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When the compactor encounters out of order chunks, compaction fails, and subsequent blocks are never compacted.
To Reproduce
Cause an uncompacted block to become corrupted; not sure how to do this, but it seems to happen regularly.
Expected behavior
The compactor skips the corrupted block and continues.
Storage Engine
Additional Context
From slack, it sounds like this should be resolved by updating the vendored thanos to a more recent version: https://cloud-native.slack.com/archives/CCYDASBLP/p1648424067729539?thread_ts=1648051851.918499&cid=CCYDASBLP. Are there breaking changes in thanos that would complicate upgrading the dependency? I'd be happy to attempt a PR if it would be helpful.
The text was updated successfully, but these errors were encountered: