- Resharding participants should skip checking invariants if they are in states that will potentially abort(kError or kDone)
- Refractor recipientService to use a generic _transitionState() to avoid duplicate code
- Introduce an invariant to make sure participants can only transition from kError -> kDone
- is related to
-
SERVER-87433 Handle failover behavior for ReshardingRecipientService during abort
- Closed