Skip to content

Conversation

sayboras
Copy link
Member

@sayboras sayboras commented Sep 4, 2024

This commit is to replace the existing but deprecating runtime key e.g. global_downstream_max_connections by OverloadManager1 as suggested by the below warning log.

level=warning msg="[Usage of the deprecated runtime key overload.global_downstream_max_connections, consider switching to `envoy.resource_monitors.downstream_connections` instead.This runtime key will be removed in future." subsys=envoy-main threadID=246
level=warning msg="[There is no configured limit to the number of allowed active downstream connections. Configure a limit in `envoy.resource_monitors.downstream_connections` resource monitor." subsys=envoy-main threadID=246

Footnotes

  1. https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/overload_manager/overload_manager#limiting-active-connections

This commit is to replace the existing but deprecating runtime key e.g.
global_downstream_max_connections by OverloadManager[^1] as suggested by
the below warning log.

```
level=warning msg="[Usage of the deprecated runtime key overload.global_downstream_max_connections, consider switching to `envoy.resource_monitors.downstream_connections` instead.This runtime key will be removed in future." subsys=envoy-main threadID=246
level=warning msg="[There is no configured limit to the number of allowed active downstream connections. Configure a limit in `envoy.resource_monitors.downstream_connections` resource monitor." subsys=envoy-main threadID=246
```

[^1]: https://www.envoyproxy.io/docs/envoy/latest/configuration/operations/overload_manager/overload_manager#limiting-active-connections

Signed-off-by: Tam Mach <tam.mach@cilium.io>
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Sep 4, 2024
@sayboras sayboras added the release-note/misc This PR makes changes that have no direct user impact. label Sep 4, 2024
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label Sep 4, 2024
@sayboras
Copy link
Member Author

sayboras commented Sep 4, 2024

/test

@sayboras sayboras marked this pull request as ready for review September 4, 2024 14:51
@sayboras sayboras requested review from a team as code owners September 4, 2024 14:51
@sayboras sayboras enabled auto-merge September 6, 2024 09:36
@sayboras sayboras requested a review from mhofstetter September 9, 2024 09:09
Copy link
Member

@mhofstetter mhofstetter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@sayboras sayboras added this pull request to the merge queue Sep 9, 2024
Merged via the queue into main with commit 18025d8 Sep 9, 2024
306 of 307 checks passed
@sayboras sayboras deleted the pr/tammach/envoy-warning-log branch September 9, 2024 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants