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
Checked the goroutine of the pod, the service events consumer is hangs on ServiceStatusLoadBalancerWatcher.notify.
On non-leader contour controller pod, loadBalancerStatusWriter will not start, it will cause ServiceStatusLoadBalancerWatcher.notify blocking writing to channel.
And then, all service events are cached in pendingNotifications.ringGrowing and will not be consumed. And as new events are generated, more events are cached in pendingNotifications.ringGrowing, and the memory continues to increase, final OOM.
Hey @Levi080513! Thanks for opening your first issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on Contour. You can also join us on our mailing list and in our channel in the Kubernetes Slack Workspace
Contour version v1.27.0 was released in October 2023 so is very old. Using the latest version is usually best but if you have to use v1.27 try v1.27.4 from June 2024 and see if you get the same result.
What steps did you take and what happened:
[A clear and concise description of what the bug is.]
What did you expect to happen:
All contour controller pod works well.
Anything else you would like to add:
The pod memory heap (generated by https://github.com/cloudwego/goref):
The pod goroutine:
Checked the goroutine of the pod, the service events consumer is hangs on
ServiceStatusLoadBalancerWatcher.notify
.On non-leader contour controller pod, loadBalancerStatusWriter will not start, it will cause
ServiceStatusLoadBalancerWatcher.notify
blocking writing to channel.And then, all service events are cached in
pendingNotifications.ringGrowing
and will not be consumed. And as new events are generated, more events are cached inpendingNotifications.ringGrowing
, and the memory continues to increase, final OOM.Environment:
kubectl version
): 1.26.15/etc/os-release
):The text was updated successfully, but these errors were encountered: