public command format:
{ addShardToZone: <string shardName>, zone: <string zoneName> }
internal command format:
{ _configsvrAddShardToZone: <string shardName>, zone: <string zoneName>, writeConcern: <BSONObj> }
- depends on
-
SERVER-24701 Add option to set writeConcern for ShardingCatalogClient write ops
- Closed
- related to
-
SERVER-24732 add a runBatchWriteCommand() method to Shard that checks for errors by unwrapping the BatchedCommandResponse
- Closed