-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Sharding
-
ALL
The ShardingCatalogClientImpl::_runBatchWriteCommand call does retries but relies on the underlying ShardRemote instance to notify the ReplicaSetMonitor.
There are errors, however, which are only included in the writeErrors field and thus we will miss informing the RSM.
- related to
-
SERVER-24732 add a runBatchWriteCommand() method to Shard that checks for errors by unwrapping the BatchedCommandResponse
- Closed