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

应用导入或者应用申请选择哨兵时候 无法混合选择 #288

Closed lunsse closed 2 years ago

lunsse commented 2 years ago

image 三台机器做 三个redis + sentinel 模式 无法选择 sentinel image image sentinel机器选择是空

版本(2.2 2.1 分支 master main 都有这样的情况)

githubname1024 commented 2 years ago

目前cachecloud,默认redis部署机器和sentinel机器隔离。 如需单台机器支持混合部署,即支持部署sentinel节点和redis节点,可自行修改项目的前端页面中的逻辑控制,见/webapp/WEB-INF/manage/appAudit/deploy/appDeployDetail.jsp,在选择sentinel机器部分去掉machine.info.type筛选限制。 然后再进行部署测试即可。

githubname1024 commented 2 years ago

cachecloud由于考虑redis服务高可用,默认redis部署机器与sentinel机器隔离。此业务场景属于特例,暂不合并到开源代码中。如有相关问题,可参考上一comment自行修改。