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
kvserver: do not cancel while in HandleRaftResponse
If the context is canceled in the middle of HandleRaftResponse, a
Replica can be left in a broken state, e.g. its destruction can be
partially completed. This can brick a RangeID, e.g. cause a subsequent
call to getOrCreateReplica to be stuck in an infinite loop.
Epic: none
Release note: none
0 commit comments