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

Enrichment concurrency issue with control plane #3850

Open
NDStrahilevitz opened this issue Feb 7, 2024 · 0 comments
Open

Enrichment concurrency issue with control plane #3850

NDStrahilevitz opened this issue Feb 7, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@NDStrahilevitz
Copy link
Collaborator

Since we moved cgroup mkdir and rmdir processing into the control plane, there is an indeterminacy if a cgroup exists by the time its initial enrichment is requested.
The reason is, the control plane signal may arrive later then the cgroup_mkdir event. Since processing is only done from the control plane, enrichment may be enqueued for a mkdir event before the cgroups struct knows of the cgroup.

@NDStrahilevitz NDStrahilevitz added this to the v0.21.0 milestone Feb 7, 2024
@NDStrahilevitz NDStrahilevitz self-assigned this Feb 7, 2024
@yanivagman yanivagman modified the milestones: v0.21.0, v0.22.0 Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants