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
There are a lot of errors logged when query requests are cancelled. This is normal behaviour and should not be logged, as it masks genuine errors.
We should, however, ensure that these errors are included in a metric somewhere.
The text was updated successfully, but these errors were encountered:
We see this when people have dashboards open, refreshing at a rate faster than cortex can respond to.
Sorry, something went wrong.
I see a lot of these, which I think are down to the distributor cancelling when it has (N-1) answers:
level=warn ts=2019-02-04T08:55:28.07467732Z caller=gokit.go:46 method=/cortex.Ingester/Query duration=97.494µs err="context canceled" msg="gRPC\n" level=warn ts=2019-02-04T08:55:28.075459936Z caller=gokit.go:46 method=/cortex.Ingester/Query duration=89.658µs err="context canceled" msg="gRPC\n" level=warn ts=2019-02-04T08:55:28.075643591Z caller=gokit.go:46 method=/cortex.Ingester/Query duration=70.858µs err="context canceled" msg="gRPC\n"
Seems like the same issue - we don't want to log "context canceled" all day. Nor do we want it flagged as an error in Jaeger.
Closed by #1339
No branches or pull requests
There are a lot of errors logged when query requests are cancelled.
This is normal behaviour and should not be logged, as it masks genuine errors.
We should, however, ensure that these errors are included in a metric somewhere.
The text was updated successfully, but these errors were encountered: