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

Fix some connections not called close syscall, causing unnecessary memory usage #136

Merged
merged 4 commits into from
Aug 1, 2024

Conversation

mrproliu
Copy link
Contributor

@mrproliu mrproliu commented Aug 1, 2024

When the system runs for a long time due to excessive invalid Active Connections in BPF, it becomes unable to write new connection information. This PR introduces the interval cleanup policy to remove invalid Active Connections from BPF.

@mrproliu mrproliu added the bug Something isn't working label Aug 1, 2024
@mrproliu mrproliu requested a review from wu-sheng August 1, 2024 02:21
@mrproliu mrproliu added this to the 0.7.0 milestone Aug 1, 2024
@wu-sheng wu-sheng merged commit 608d1e6 into apache:main Aug 1, 2024
28 checks passed
@mrproliu mrproliu deleted the fix-connection-usage branch August 1, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants