2
後我寫的查詢
查詢錯誤拆分
db.collectionX.find()
找到分片collectionX的所有文件,它提供了:
error: {
"ok" : 0,
"errmsg" : "Retried 10 times without successfully establishing shard version.",
"code" : 63,
"codeName" : "StaleShardVersion"
}
請找我出錯或解決這個問題的方法!