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

Configure a limit in envoy.resource_monitors.downstream_connections resource monitor #2706

Closed
zirain opened this issue Feb 26, 2024 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@zirain
Copy link
Member

zirain commented Feb 26, 2024

[2024-02-26 06:44:38.185][1][warning][main] [source/server/server.cc:923] There is no configured limit to the number of allowed active downstream connections. Configure a limit in envoy.resource_monitors.downstream_connections resource monitor.

@zirain zirain added triage help wanted Extra attention is needed and removed triage labels Feb 26, 2024
@deszhou
Copy link
Contributor

deszhou commented Feb 26, 2024

To silence the warning log about not having a limit on active downstream connections in Envoy, we can consider setting a high default value.

- name: envoy.resource_monitors.downstream_connections
  typed_config:
    "@type": type.googleapis.com/envoy.extensions.resource_monitors.downstream_connections.v3.DownstreamConnectionsConfig
    max_downstream_connections: 2147483647

@arkodg
Copy link
Contributor

arkodg commented Feb 26, 2024

closing this in favor of #1966

@arkodg arkodg closed this as completed Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants