Skip to content
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

Remove tolerate_failed_blocks from trace by id path #2416

Merged
merged 8 commits into from
May 3, 2023

Conversation

joe-elliott
Copy link
Member

@joe-elliott joe-elliott commented May 1, 2023

What this PR does:
The original idea was to allow installations with very large numbers of blocks to still return success even if a few blocks failed. In practice we found that the negative interaction with the query frontend retry and the fact that this sometimes just hid corrupt blocks made this an operational anti-pattern.

Also added concurrent_shards support.

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Signed-off-by: Joe Elliott <[email protected]>
Copy link
Contributor

@knylander-grafana knylander-grafana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for updating docs.

Copy link
Member

@electron0zero electron0zero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants