hi gus, my mongodb is use shard mode, now , the balancer has encountered an error : Data transfer error: ExceededTimeLimit: Failed to delete orphanedanybody can help me , ths
my mongodb version is 4.4.20
My database has 3 shards, but the shards are uneven.
I found that the balancer keeps reporting errors. One shard has 80% of the data, while the other two shards combined only have 20% of the data
so i try to move the chunk in manual, but asol encountered the same error sh.moveChunk(“xxxxxxx”, { “_id”: “xxxxx” }, “rep_shard1” )if i need change some system params ?
- backported by
-
SERVER-74739 Return more clear error when migration fails because an overlapping range hasn't been deleted yet
-
- Closed
-