-
Notifications
You must be signed in to change notification settings - Fork 714
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
List of endpoints inside probe can grow over time #3645
Comments
I suspect all the probes that are affected are using conntrack rather than ebpf. E.g. I see this in the logs:
|
Still happening after #3648. |
I had an idea to improve the first problem - |
#3653 made a big improvement, according to my stats, but still seeing fall-back to conntrack in a few cases and then constant growth over hours. |
Another picture showing report sizes over time, similar to #3576
It's not clear what the trigger is, but looking inside the reports the number of Endpoints grows by a few every time; up to 36,000 after 8 days. Restarting the probe resets the size down to normal levels.
conntrack -L
on the node lists around 8,000 connections, mostly in TIME_WAIT.The text was updated successfully, but these errors were encountered: