副本集集群,rs.add(“[ipv6]:27017”)添加成功后,通过rs.statu()查看集群状态,看到刚添加的ipv6节点的心跳错误消息:
“lastHeartbeatMessage” : “Error connecting to [ipv6]:27017 :: caused by :: could not find address for [ipv6]:27017: SocketException: Host not found (authoritative)
牟天垒 已回答的问题
MongoDB的Server端如果要支持IPv6,需要在参数中添加net.ipv6 = true,并注意同时修改bindIp。
集体信息可参考官网中相应描述。
学习交流更多MongoDB技术干货,请查看我的博客 https://mongoing.com/moutianlei
牟天垒 已回答的问题