-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.0.4
-
Component/s: Sharding
-
None
-
ALL
-
is it possible there was a regression re-surfaced any of these issues?
SERVER-9365 SERVER-9498 SERVER-9690 SERVER-9792 SERVER-10271
i'm seeing very very similar behavior:
mongodb 3.0.4 sharded collections with 64MB chunks using wiredtiger
one colleciton with documents that average 2kB in size
one collection with documents that average 40B bytes in size
the collection with 2kB size docs is even distributed
the collection with 40B size docs is nearly entirely jumbo chunks
running the balancer does not seem to automatically split chunks - just marks them as jumbo.
i can run pass after pass of sh.splitFind on each chunk until there are no jumbo chunks left and then more things get balanced.
except then when i run the balancer again i get more chunks marked as jumbo and then i need to do splits again.
basically to get the cluster evenly distributed after an initial load i have to alternate splitting and balancing for days.
- duplicates
-
SERVER-19919 Chunks that exceed 250000 docs but are under half chunk size get marked as jumbo
- Closed