私はmongosログで見つけました:
[Balancer] balancer move failed: { chunkTooBig: true, estimatedChunkSize: 33972400, ok: 0.0, errmsg: "chunk too big to move" } from: rs2 to: rs3 chunk: min: { h: 3074457345618258600 } max: { h: 3074457345618258600 }
〜30メガバイト。しかし、チャンクは定義されたチャンクサイズよりも大きくありません:
mongos> use config
switched to db config
mongos> db.settings.find({_id:"chunksize"})
{ "_id" : "chunksize", "value" : 64 }
誰でも私を助けることができますか?ありがとう!