SERVER-27510 made splitChunk stop using the ChunkVersion sent in the 'chunkVersion' field of the command. This field should therefore stop being sent, since it's no longer used.
Note: splitChunk also has another ChunkVersion field, 'shardVersion', from which the epoch is extracted for comparison to ensure the collection hasn't been dropped and re-created. See here.
- is related to
-
SERVER-27510 Compare only epochs instead of full chunk versions in CollectionMetadata::checkChunkIsValid()
- Closed