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

[backport/v1.2][bugfix] Fix clone event caching due to missing pod info #2903

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

tpapagian
Copy link
Member

[upstream commit 20bba35]

The eventcache API provides 2 handlers.

These are:
RetryInternal -> called to setup process information Retry -> called to setup pod information

In the case of clone events, we used to have en empty implementation on the Retry handler. This results in an issue with missing pod information which is described in detail here: #2902

This patch provides the proper Retry implementation to handle also those cases.

FIXES: #2902

[upstream commit 20bba35]

The eventcache API provides 2 handlers.

These are:
RetryInternal -> called to setup process information
Retry -> called to setup pod information

In the case of clone events, we used to have en empty implementation on
the Retry handler. This results in an issue with missing pod information
which is described in detail here: #2902

This patch provides the proper Retry implementation to handle also those
cases.

FIXES: #2902

Signed-off-by: Anastasios Papagiannis <tasos.papagiannnis@gmail.com>
@tpapagian tpapagian marked this pull request as ready for review September 10, 2024 11:43
@tpapagian tpapagian requested a review from a team as a code owner September 10, 2024 11:43
@tpapagian tpapagian requested review from tixxdz and removed request for a team September 10, 2024 11:44
@tpapagian tpapagian added the release-note/bug This PR fixes an issue in a previous release of Tetragon. label Sep 10, 2024
@tpapagian tpapagian changed the title [bugfix] Fix clone event caching due to missing pod info [backport/v1.2][bugfix] Fix clone event caching due to missing pod info Sep 10, 2024
@jrfastab jrfastab merged commit b3b06fb into v1.2 Sep 10, 2024
38 of 40 checks passed
@jrfastab jrfastab deleted the pr/apapag/backport_2899_v1.2 branch September 10, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/bug This PR fixes an issue in a previous release of Tetragon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants