Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-27804

Add shard config.chunks collection parsing to/from BSON to ChunkType

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.5.3
    • Affects Version/s: None
    • Component/s: Sharding
    • Labels:
      None
    • Fully Compatible
    • Sharding 2017-02-13

      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

            Assignee:
            dianna.hohensee@mongodb.com Dianna Hohensee (Inactive)
            Reporter:
            dianna.hohensee@mongodb.com Dianna Hohensee (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: