You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my (limited) experience with cortex, it looks like queries with large enough results will fail to return with an error from the grpc client, unless streaming rpc is enabled.
grpc: trying to send message larger than max
The maximum grpc message size is ~4MB.
The text was updated successfully, but these errors were encountered:
paulcostinean
changed the title
Enable ingester-streaming by default
Enable querier.ingester-streaming by default
Oct 23, 2019
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
From my (limited) experience with cortex, it looks like queries with large enough results will fail to return with an error from the grpc client, unless streaming rpc is enabled.
The maximum grpc message size is ~4MB.
The text was updated successfully, but these errors were encountered: