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.0][bugfix] Fix clone event caching due to missing pod info #2905

Open
wants to merge 1 commit into
base: v1.0
Choose a base branch
from

Commits on Sep 10, 2024

  1. [bugfix] Fix clone event caching due to missing pod info

    [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 <[email protected]>
    tpapagian committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c881375 View commit details
    Browse the repository at this point in the history