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
It took 4+ hours to transition from RunTemplateReady to SucceededCondition. The underlaying object was Tekton PipelineRun and it was succeeded in 26 seconds:
Unfortunately I cannot have any clear path to reproduction.
Expected behavior:
Just after the PipelineRun gets its Succeeded condition set to True, Runnable should set its Ready condition to True.
Actual behavior:
Workload that stamped the Runnable was waiting for the output from Runanble and the Runnable didn't refresh its state for over 4 hours although the underlying PipelineRun resource completed almost instantaneously
Bug description:
We recently found out that it takes a while for runnable to figure out the underlying object is completed. For instance:
It took 4+ hours to transition from
RunTemplateReady
toSucceededCondition
. The underlaying object was Tekton PipelineRun and it was succeeded in 26 seconds:Steps to reproduce:
Unfortunately I cannot have any clear path to reproduction.
Expected behavior:
Just after the PipelineRun gets its Succeeded condition set to True, Runnable should set its Ready condition to True.
Actual behavior:
Workload that stamped the Runnable was waiting for the output from Runanble and the Runnable didn't refresh its state for over 4 hours although the underlying PipelineRun resource completed almost instantaneously
Logs, k8s object dumps:
Versions:
Deployment info:
The cartographer was deployed as imgpkg bundle using a Carvel App CRD.
Additional context:
It happens randomly so it's hard to reproduce.
The text was updated successfully, but these errors were encountered: