sohutv / cachecloud

搜狐视频(sohu tv)Redis私有云平台 :支持Redis多种架构(Standalone、Sentinel、Cluster)高效管理、有效降低大规模redis运维成本,提升资源管控能力和利用率。平台提供快速搭建/迁移,运维管理,弹性伸缩,统计监控,客户端整合接入等功能。(CacheCloud is a Redis cloud management platform. It supports Standalone, Sentinel, and Cluster architectures for Redis, effectively reducing large-scale Redis operation and maintenance costs, and improving resource management and utilization. The platform provides rapid construction/migration, operation and maintenance management, elastic scaling, statistical monitoring, client integration and access and other functions)
http://cachecloud.github.io/
Apache License 2.0
8.76k stars 2.04k forks source link

在搭建集群的时候出现问题,问题及截图如下 #323

Open pengyanzhe opened 7 months ago

pengyanzhe commented 7 months ago

在执行流程任务的时候,在startRedisCluster中断,初次中断原因为:WechatIMG80 image 点击重试以后错误拓展变成: WechatIMG1369

githubname1024 commented 7 months ago

set slot操作是在cluster meet之后,而从异常日志1来看,cluster meet应该是返回OK,但在做cluster replicate时,却找不到对应的nodeId。请确认cluster nodes返回的结果,及网络环境。 另可查看redis日志,看看是否有异常信息。

pengyanzhe commented 7 months ago
image

重新尝试搭建还是这个错误

image

目前我的redis端口是这几个

image

有关的两个节点信息如上

image image

日志信息如上,还是不清楚有什么问题,本地Redis日志: image