-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Fully Compatible
-
ALL
-
-
Sharding 17 (07/15/16), Sharding 18 (08/05/16)
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The MongoDB Reference Manual states:
To assign a tag to a range of shard keys use the sh.addTagRange() method when connected to a mongos instance. Any given shard key range may only have one assigned tag. You cannot overlap defined ranges, or tag the same range more than once.
In mongodb 3.2,0, it is possible to create tags with overlapping ranges. No errors are raised, and the overlapping tags are created. (Exception: in the case where two overlapping ranges have the same lower bound, the second range definition replaces the first.) Hereafter, the documentation does not define the behaviour of the balancer, when a single chunk may be considered to belong to more than one tag.
- duplicates
-
SERVER-24393 Implement updateZoneKeyRange and _configsvrUpdateZoneKeyRange
-
- Closed
-
- related to
-
SERVER-6357 Add tag based sharding commands
-
- Closed
-