This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ This alert fires when any instance does not register all other instances as memb
576576
577577How it **works**:
578578- This alert applies when memberlist is used for the ring backing store.
579- - All Cortex instances, regardless of type, join the a single memberlist cluster.
579+ - All Cortex instances using the ring , regardless of type, join a single memberlist cluster.
580580- Each instance (=memberlist cluster member) should be able to see all others.
581581- Therefore the following should be equal for every instance:
582582 - The reported number of cluster members (`memberlist_client_cluster_members_count`)
@@ -587,7 +587,7 @@ How to **investigate**:
587587- If the count is zero:
588588 - It is possible that the joining the cluster has yet to succeed.
589589 - The following log message indicates that the _initial_ initial join did not succeed: `failed to join memberlist cluster`
590- - The following log messages indicate that subsequent re-join attempts are failing: `re-joining memberlist cluster failed`
590+ - The following log message indicates that subsequent re-join attempts are failing: `re-joining memberlist cluster failed`
591591 - If it is the case that the initial join failed, take action according to the reason given.
592592- Verify communication with other members by checking memberlist traffic is being sent and received by the instance using the following metrics:
593593 - `memberlist_tcp_transport_packets_received_total`
You can’t perform that action at this time.
0 commit comments