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

Performance issues in short lived cgroup environments #3324

Closed
NDStrahilevitz opened this issue Jul 18, 2023 · 0 comments · Fixed by #3325
Closed

Performance issues in short lived cgroup environments #3324

NDStrahilevitz opened this issue Jul 18, 2023 · 0 comments · Fixed by #3325

Comments

@NDStrahilevitz
Copy link
Collaborator

Certain kubernetes version make use of short lived cgroups for various tasks (for example log rotation). These cgroups will generate events and a very quick cgroup_rmdir event.
As such, many related events to the cgroup will attempt to query its directory through the recursive path and not find it.

This is a cause for significant event loss in such environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant