【发布时间】:2015-08-09 09:28:35
【问题描述】:
我正在尝试使用 rs.add("developer-ViratualBox:30103") 将节点添加到副本集,但收到以下错误消息:
{
"ok" : 0,
"errmsg" : "Quorum check failed because not enough voting nodes responded; required 2 but only the following 1 voting nodes responded: developer-VirtualBox:30101; the following nodes did not respond affirmatively: developer-ViratualBox:30103 failed with Failed attempt to connect to developer-ViratualBox:30103; couldn't initialize connection to host developer-ViratualBox, address is invalid",
"code" : 74
}
节点已经在运行,我使用mongo shell 连接到它。可能是什么问题?
【问题讨论】:
-
问题解决了吗?
-
是的。请看我的回答
标签: mongodb replication database-replication