Describe the bug
I use unregister_on_shutdown: false to keep memeberlist's node, when stop an ingester, it will change status to LEAVING, when this status, I visit Usage Statistics page, it will raise an error:

after about 1m, the leaving ingester change to unhealthy, the statistics page works.
To Reproduce
Steps to reproduce the behavior:
- Start Cortex 1.13.1 docker image.
Expected behavior
Skip the leaving ingester when fetch some data from ingester ring and response all healthy ingester's data.
Describe the bug
I use
unregister_on_shutdown: falseto keep memeberlist's node, when stop an ingester, it will change status toLEAVING, when this status, I visitUsage Statisticspage, it will raise an error:after about 1m, the leaving ingester change to unhealthy, the statistics page works.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Skip the leaving ingester when fetch some data from ingester ring and response all healthy ingester's data.