Runbook

Redis Cluster Resharding Delays.

Back to Runbooks

Overview

Redis Cluster Resharding Delays occur when the process of redistributing data across Redis cluster nodes takes longer than expected. This can lead to slow resharding operations and may cause performance issues for applications that rely on the Redis database. In such instances, it is important to investigate the root cause of the delays and take necessary actions to restore normal performance.

Parameters

Debug

Check Redis cluster status and get the node IDs

Check CPU usage of Redis nodes

Check memory usage of Redis nodes

Check network latency between Redis nodes

Check for slow Redis commands

Repair

Optimize the resharding algorithm: Redis provides various resharding algorithms that can be used to optimize the resharding process. Choosing the right algorithm based on the cluster's specific needs may help to improve performance.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.