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/event/ReconciliationDispatcher.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,7 @@ public P conflictRetryingPatch(
381
381
} catch (KubernetesClientExceptione) {
382
382
log.trace("Exception during patch for resource: {}", resource);
383
383
retryIndex++;
384
-
// only retry on conflict (409) and unprocessable content (422) what
384
+
// only retry on conflict (409) and unprocessable content (422) which
385
385
// can happen if JSON Patch is not a valid request since there was
386
386
// a concurrent request already removed another finalizer:
387
387
// List element removal from a list is by index in JSON Patch
0 commit comments