You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Reload RedisCluster instance after status updates conflict (OT-CONTAINER-KIT#1583)
* fix: Reload RedisCluster instance after status updates
Fix race condition where status checks used stale instance data,
preventing health checks from running. Reload instance after each
status update to ensure subsequent checks have fresh status values.
This fixes cluster state reporting issues where ReadyLeaderReplicas
and ReadyFollowerReplicas checks always failed due to stale data.
Signed-off-by: Damian Seredyn <[email protected]>
* retry on conflict
Signed-off-by: drivebyer <[email protected]>
* update concurrent
Signed-off-by: drivebyer <[email protected]>
---------
Signed-off-by: Damian Seredyn <[email protected]>
Signed-off-by: drivebyer <[email protected]>
Co-authored-by: Damian Seredyn <[email protected]>
Co-authored-by: drivebyer <[email protected]>
0 commit comments