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 RD reconciler races against itself under heavy fan-out (a
Watches event from every Resource creation enqueues the RD): two
reconciles read the same RD spec, one writes, the second hits
'object has been modified' on Update. Stand-side run showed every
e2e after the first one regressing because the conflict bubbled up
as Reconcile error and the tiebreaker / quorum stamp never landed.
Refetch + retry up to 3 times on apierrors.IsConflict; bubble any
other error.
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
0 commit comments