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

Fixes 500 in the querier when returning multiple errors. #3348

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

cyriltovena
Copy link
Contributor

This correctly implement the Is error interface and uses the util.MultiError
everywhere we need it.

This way we can correctly access if this was a cancellation which should not translate into 500.

Found this issue in our cluster.

Signed-off-by: Cyril Tovena cyril.tovena@gmail.com

This correctly implement the `Is` error interface and uses the `util.MultiError`
everywhere we need it.

This way we can correcltly access if this was a cancellation which should not translate into 500.

Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
@owen-d owen-d merged commit e21d6ed into grafana:master Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants