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

Change default values for GRPC server settings required by querier to connect to frontend and/or scheduler #4434

Closed
trevorwhitney opened this issue Oct 7, 2021 · 0 comments · Fixed by #4435

Comments

@trevorwhitney
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently, we always have override the default values for grpc_server_min_time_between_pings and grpc_server_ping_without_stream_allowed in order to allow the queriers to establish a connection with the query frontend or scheduler. I think we should change our defaults to match these new values.

Describe the solution you'd like
New defaults for the following server configs:

grpc_server_min_time_between_pings: '10s',
grpc_server_ping_without_stream_allowed: true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant