redis-py-cluster icon indicating copy to clipboard operation
redis-py-cluster copied to clipboard

rediscluster.exceptions.ClusterError: TTL exhausted

Open hyderaliva opened this issue 3 years ago • 0 comments

Hi,

We have 6 node cluster with 3 master & their respective slaves setup in zig-zag manner on three servers to sustain single node failure for redis V5.0.3. The complete setup is configured manually on Ubuntu host system. We had outage on our environment where one of the redis cluster node went down and as expected cluster rebuilt by promoting slave node but the application performance got affected wherein some of the API's failed with "ClusterError: TTL exhausted". The data size is around 15GB's distributed among 3 nodes and we are using redis-py-cluster V2.1.0 for our setup.

What would be the reason for cluster error.

Thanks

hyderaliva avatar Sep 20 '22 05:09 hyderaliva