-
Notifications
You must be signed in to change notification settings - Fork 382
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tetragon: Allow retry logic for clone events
The AddCloneEvent fails to add process the the cache if the parent does not exist - there's no record of it. This can happen for example in TestFork test where fork events can be delivered out of order and tetragon sees the child fork event before the parent's one. Adding retry logic for clone events, which will retry the fork event processing and adding the child process entry after the timeout. During the timeout the parent is updated and following retry logic will add the child's entry properly. Signed-off-by: Jiri Olsa <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters