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.91k stars 2.04k forks source link

集群模式无法显示已启动的实例 #37

Closed sharego closed 3 years ago

sharego commented 8 years ago

环境

2016-04-22 16:51:36.605 {http-nio-8086-exec-10} INFO  com.sohu.cache.redis.impl.RedisDeployCenterImpl - masterShell:host=10.161.12.28
;shell=redis-server /opt/cachecloud/conf/redis-cluster-6434.conf > /opt/cachecloud/logs/redis-6434-201604221651.log 2>&1 &
2016-04-22 16:51:36.917 {http-nio-8086-exec-10} WARN  com.sohu.cache.redis.impl.RedisDeployCenterImpl - runInstance-fallback : redis-cli -h 10.161.12.28 -p 6434 shutdown
......
{http-nio-8086-exec-10} ERROR com.sohu.cache.redis.impl.RedisDeployCenterImpl$6 - java.net.ConnectException: 
Connection refused

......
{http-nio-8086-exec-10} ERROR com.sohu.cache.redis.impl.RedisDeployCenterImpl - host:10.161.12.29;port:6433 n
ot run

......
10.161.12.49:1024:10.161.12.24,appAuditId:12, result is true

排除

carlosfu commented 8 years ago

@sharego

不明白Deploy之后执行 redis-cli shutdown ?

其实并没有shutdown,而是打印了一行日志,因为开启一个应用有时候会出现问题,但是这个做成事务是很难的,所以做了一个简单的redis-cli shutdown

详细原因,欢迎加群qq:534429768进行交流