Closed
Description
This issue is particularly of interest when the ingester names remain the same across rollout/restarts, which is going to be the thing when using WAL with statefulsets.
In my tests I have found out that as the gossip ring takes some time to propagate its changes across all pods, if an ingester terminates and starts quickly enough, it picks can pick up the old LEAVING
state from the ring and cause issues (just stuck).
One possible (hacky) solution can be to wait before contacting the ring for it to settle (which is what I have in place in my tests for now).