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
fix(knowledge): disable a member sync only under the lease
A run whose binding was removed suspended members and rewrote ACLs before
proving it still held the lease; a run reclaimed meanwhile could suspend
the replacement's members and then fail. Suspension, the ACLs it changes,
and the disable now land in one lease-guarded transaction, and a reclaimed
run ends as superseded.
0 commit comments