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
The reason caused the issue is that vela-cli will clean the step status when restart workflow, while workflow controller cached the step status count in memory and compare the count before reconcile, if the count is smaller than last cached count, it will skip reconcile. I'm confused about the step status count cache, is it still necessary?
here is the related code in workflow controller
This cache was originally used to handle the cache update problem caused by controller reconcile, it's an occasional problem so I'm no sure if we should disable it.
Describe the bug
restart a running workflow will cause workflow excutor always return Skipped
To Reproduce
vela workflow restart xxx --step xxx
"Skip this reconcile" workflowrun="default/test-xxx" spanID="i-dv1uiiok"
Expected behavior
Screenshots
Workflow Version
v0.6.0
Cluster information
Additional context
The text was updated successfully, but these errors were encountered: