[DOCS-9535] Docs for SERVER-24393: Implement updateZoneKeyRange and _configsvrUpdateZoneKeyRange Created: 05/Dec/16  Updated: 23/Aug/17  Resolved: 05/Dec/16

Status: Closed
Project: Documentation
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major - P3
Reporter: Emily Hall Assignee: Ravind Kumar (Inactive)
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Documented
documents SERVER-24393 Implement updateZoneKeyRange and _con... Closed
Participants:
Days since reply: 7 years, 10 weeks, 2 days ago
Epic Link: PM-497

 Description   

Engineering Ticket Description:

Public command format:

{
  updateZoneKeyRange: <string namespace>,
  min: <BSONObj min>,
  max: <BSONObj max>,
  zone: <string zone|null>
}

Internal command format:

{
  _configsvrUpdateZoneKeyRange: <string namespace>,
  min: <BSONObj min>,
  max: <BSONObj max>,
  zone: <string zone|null>,
  writeConcern: <BSONObj>
}

Requirements:
1. min < max.
2. zone should be an existing shard zone.
3. [min, max) should not overlap with existing zoned range.

Note:

  • passing a null zone is for removing an existing zoned range [min, max) from it's existing zone. The [min, max) should exactly match a real zoned range, otherwise, it will be a no-op.


 Comments   
Comment by Ravind Kumar (Inactive) [ 05/Dec/16 ]

Documented: https://docs.mongodb.com/manual/reference/command/updateZoneKeyRange/

Generated at Thu Feb 08 07:58:36 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.