error=cluster 'posts', no nodes available(8.138.88.168:9312), error:

服务器A创建了posts集群,服务器B加入复制集群失败,失败日志如下:
/* Wed May 29 13:47:05.391 2024 conn 5 */ JOIN CLUSTER posts AT ‘8.138.88.168:9312’ # error=cluster ‘posts’, no nodes available(8.138.88.168:9312), error

配置如下:
searchd {
listen = 9312
listen = 9306:mysql
listen = 9308:http
listen = 0.0.0.0:9360-9369:replication
log = /var/log/manticore/searchd.log
query_log = /var/log/manticore/query.log
pid_file = /run/manticore/searchd.pid
data_dir = /var/lib/manticore
}

seems you try t ojoin cluster there is no other nodes

8.138.88.168 这个我已创建了复制集群( 0 0.0.0.0:9360)
tcp 0 0 0.0.0.0:9360 0.0.0.0:* LISTEN 18668/searchd
tcp 0 0 0.0.0.0:9306 0.0.0.0:* LISTEN 18668/searchd
tcp 0 0 0.0.0.0:9308 0.0.0.0:* LISTEN 18668/searchd
tcp 0 0 0.0.0.0:9312 0.0.0.0:* LISTEN 18668/searchd
另个服务器 执行JOIN CLUSTER posts AT ‘8.138.88.168:9312’时,无法加入集群。错误提示就是这个:error=cluster ‘posts’, no nodes available(8.138.88.168:9312), error

Try Manticore Search Manual: Server settings > Searchd