-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.4.9, 2.6.0-rc2
-
Component/s: Sharding
-
None
-
ALL
This is captured by SERVER-9258 and SERVER-9260 where parallel unit tests were causing hashed key sharded collection not to be distributed evenly.
The problem is that it's a real life scenario so our test should include trying to do it in parallel and we should fix the distribution of initial chunks - when a migration of empty chunk errors, it should possibly try again several times rather than just continuing on as that leaves all initial chunks on the original shard.
- duplicates
-
SERVER-14394 Create initial chunks directly on shards
- Closed