-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
哨兵 Master 重新选举后出现 Connection was not opened #508
Comments
可以尝试 FreeRedis |
【172.21.96.3:26379/0】Status unavailable, waiting for recovery. Connection refused FreeRedis 情况类似。我们模拟的情况是直接把某个实例所在的服务器关掉。 |
情况基本与 2881099/FreeRedis#180 一致 |
csreids 错误【172.21.96.2:6379/0】:Connection was not opened at CSRedis.Internal.IO.RedisIO.GetOrThrow[T](T obj)
at CSRedis.Internal.IO.RedisIO.get_Stream()
at CSRedis.Internal.IO.RedisIO.Write(Byte[] data)
at CSRedis.Internal.RedisConnector.Call[T](RedisCommand
1 command) at CSRedis.RedisClient.Write[T](RedisCommand
1 command)at CSRedis.RedisClient.HGet(String key, String field)
at CSRedis.CSRedisClient.<>c__DisplayClass207_0.b__0(Object
1 c, String k) at CSRedis.CSRedisClient.<>c__DisplayClass53_0
1.b__0(Object1 conn) at CSRedis.CSRedisClient.GetAndExecute[T](RedisClientPool pool, Func
2 handler, Int32 jump, Int32 errtimes)System.Exception: Redis Sentinel Master is switching:Connection was not opened
at CSRedis.CSRedisClient.GetAndExecute[T](RedisClientPool pool, Func
2 handler, Int32 jump, Int32 errtimes) at CSRedis.CSRedisClient.ExecuteScalar[T](String key, Func
3 hander)at CSRedis.CSRedisClient.Exists(String key)
The text was updated successfully, but these errors were encountered: