The shard's config.chunks.uuid collections will look like
{ _id: { "a" : { "$minKey" : 1 } } "lastmod" : Timestamp(1, 0), "shard" : "test-rs1", "max" : { "a" : { "$maxKey" : 1 } } }
Add additional parsers to ChunkType
- has to be done before
-
SERVER-27704 Chunk metadata cache updates on the primary must be written to config.chunks.ns
- Closed