Results 9 comments of Kaito

星级:5星 名称:manico 官网:http://manico.im/ 推荐理由:Manico 是一个为 OS X 设计的快速的 App 启动和切换工具,键盘党的效率工具!如果你很烦Cmd + Tab切换应用,这个就是你的福音!

星级:5星 名称:mounty 官网:http://enjoygineering.com/mounty/ 推荐理由:支持mac写NTFS格式的硬盘,使用移动硬盘的福利。

Hi @moticless, - the problem does not always occur every time, no fixed rules. After I read the code analysis, I think that this problem will only occur when step2...

@moticless, Sorry, there is a problem with copying and pasting, the correct configuration of redis is as follows: ``` # master replica-announce-ip "redis-sso-redis-demo-ss-0.redis-sso-redis-demo-headless.sso.svc.global.chongqing" # slave1 replica-announce-ip "redis-sso-redis-demo-ss-1.redis-sso-redis-demo-headless.sso.svc.global.chongqing" replicaof redis-sso-redis-demo-ss-0.redis-sso-redis-demo-headless.sso.svc.global.chongqing 6379...

When this problem occurs, the sentinel log is accompanied by this keyword log: `+fix-slave-config`,`+fix-slave-config` does not appear, this problem does not appear. You can try to invalidate the master hostname...

@moticless, Sorry, maybe my statement is not accurate. Allow me to express my question again. The configuration of redis and sentinel is as follows: ``` # master replica-announce-ip "redis-sso-redis-demo-ss-0.redis-sso-redis-demo-headless.sso.svc.global.chongqing" #...

Hi @moticless, my steps: step1. kubectl cordon master node step2. kubectl delete master pod step3. now, master pod pending, and master hostname invalid step4. observed that sentinel did not elect...

Hi @moticless, I used your docker-compose [configuration](https://github.com/moticless/redis-network-testing/tree/main/docker-compose-setups/hostname-based) and reproduced the issue as well. My operation steps: Step 1. clone your repo, build env ```` git clone https://github.com/moticless/redis-network-testing.git ~/github cd ~/github/redis-network-testing...

Hi @moticless, I have tested this MR, the test passed, sentinel failover passed, as expected, thank you very much. Will this MR backforward to 6.x? I am using version 6.2.7...