-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 4.0.5
-
Component/s: Sharding
-
None
-
ALL
-
I have a sharded collection on r,u and the following chunks:
{ "r" : "gce-us-east1", "u" : "UwAbyt9D6Zo1qlfk0XptAQ==" } -->> \{ "r" : "gce-us-east1", "u" : "Uwa+Dw0ZrJLFb7mVj/GykQ==" } on : sessions_gce_us_east1_2 Timestamp(2075, 0) { "r" : "gce-us-east1", "u" : "Uwa+Dw0ZrJLFb7mVj/GykQ==" } -->> \{ "r" : "gce-us-east1", "u" : "UxOVavlFZXtKRL5MnB+1uQ==" } on : sessions_gce_us_east1_2 Timestamp(2076, 0) { "r" : "gce-us-east1", "u" : "UxOVavlFZXtKRL5MnB+1uQ==" } -->> \{ "r" : "gce-us-east1", "u" : "UypBVrgDwfPLcNfvhz8okw==" } on : sessions_gce_us_east1 Timestamp(1, 13711) { "r" : "gce-us-east1", "u" : "UypBVrgDwfPLcNfvhz8okw==" } -->> \{ "r" : "gce-us-east1", "u" : "V+DYS8SwGMnenYmNyvNQsA==" } on : sessions_gce_us_east1 Timestamp(1, 13712)
If I do a query that involves {u: "UxOVavlFZXtKRL5MnB+1uQ=="} then it will hit both shards even though it only needs to hit sessions_gce_us_east1_2.
- duplicates
-
SERVER-20768 Mongos find query including upper bound X of a chunk also targets the shard with chunk having lower bound = X
- Backlog