I’m building a POC environment for a self hosted mongoDB version 7 cluster containing 5 shard replica-sets (each containing single node), 1 config server, 1 query router and i’ve created 3 collections sharded by _id “Hashed” with 3 - 6 indexes (including text and TTL) per collection, my workload is write intensive with around 3 bn documents per day, While trying to investigate a write latency issue I noticed that all my collections are stuck at single huge chunk per shard even though I ensured that the max chunk size is 128 mb and none of them are labeled jumbo, how is that possible, I even tried to recreate my collections with 40 initial chunks per shard and it was created but when i ingested the documents, the chunks got merged to single yet huge one. 150 GB and increasing.
it would be a great help if you can help investigate and resolve this issue
Thanks in advance and best regards.