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
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/workflow/WorkflowCleanupExecutor.java
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/workflow/WorkflowReconcileExecutor.java
+2
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,8 @@ public void run() {
217
217
alreadyVisited.add(dependentResourceNode);
218
218
handleDependentDeleted(dependentResourceNode);
219
219
} else {
220
+
// updating alreadyVisited needs to be the last operation otherwise could lead to a race
0 commit comments