-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.6.4
-
Component/s: Sharding
-
None
-
ALL
-
There is a problem running Mongo 3.6.* in a test sharded clustered, where the chunk size is set small as in 1 or 2M.
Doing a bulk insert on a shard enabled database using a script piped into mongo shell makes the job stuck and never returns.
Increasing the chunk size or reducing the amount of data fixes it.
This use to work under Mongo 2.6.7
The problem can be created with the simplest of set up one config & mongos server and two shard servers. It problem still exits though,
even if you have a much larger cluster with multiple replica sets with multiple shard servers.
have tried doing this on version 3.6.0. & 3.6.4 but same results
- duplicates
-
SERVER-31837 Recipient shard should not wait for `orphanCleanupDelaySecs`
- Blocked