我写了查询
db.collectionX.find()
要查找分片集合X中的所有文档,它会给出:
error: {
"ok" : 0,
"errmsg" : "Retried 10 times without successfully establishing shard version.",
"code" : 63,
"codeName" : "StaleShardVersion"
}
请找出错误或解决此问题的方法!
答案 0 :(得分:0)
您是否更改了mongo shard config或shard collection config?
尝试打印mongos日志并确定您的Balancer
刷新块是
完成。