- In 5.0.0 requests to _shardsvrCommitReshardCollection alias to flushReshardingStateChanges
- In 5.0.1 those requests would successfully route to the un-aliased and dedicated _shardsvrCommitReshardCollectionCommand
This ticket is to create that alias and change the ReshardingCoordinator to call _shardsvrCommitReshardCollection to commit.
- is related to
-
SERVER-57953 _flushReshardingStateChange attempts to refresh shard version while another refresh already pending, leading to invariant failure
- Closed