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
Thanks for the report and the reproducing steps, indeed it's an issue we bumped into regularly and I think @will-isovalent investigated it a while ago and fixed it in some parts, he might have more context over it.
Thanks @inliquid! Can you reproduce it without awk or is awk needed for the issue to happen?
My guess is that there is some race happening when filling the .Process section when we get out of order exec events. so having two very close exec events (via awk) to reproduce this might indicate that my suspicion above is correct.
What happened?
Issue affects our prod systems and constantly appears during load tests.
This was initially discovered when using own gRPC agent which consumes events from
tetragon
directly, but this could be easily reproduced usingtetra
.In a container which is being monitored run:
In
tetragon
container run:This will fail after some time (~5-60 min) with following error:
This reproduces even without any Tracing Policy.
Tetragon Version
v1.1.2
Kernel Version
5.14.0-284.30.1.el9_2.x86_64
Kubernetes Version
v1.27.6
The text was updated successfully, but these errors were encountered: