Skip to content

ReplicaSet state SHUNNED is displayed as REMOVED #1910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/includes/replica-states.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
- Can vote. Performs a :doc:`rollback </core/replica-set-rollbacks>`.

* - 10
- :replstate:`SHUNNED`
- :replstate:`REMOVED`
- Cannot vote. Was once in the replica set but has now been removed.
6 changes: 3 additions & 3 deletions source/reference/replica-states.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ Members in any error state can't vote.
Members that lose their connection to the replica set enter the
:replstate:`DOWN` state.

.. replstate:: SHUNNED
.. replstate:: REMOVED

Members that are removed from the replica set enter the :replstate:`SHUNNED`
Members that are removed from the replica set enter the :replstate:`REMOVED`
state.
When members enter the :replstate:`SHUNNED` state, the logs will
When members enter the :replstate:`REMOVED` state, the logs will
mark this event with a ``replSet REMOVED`` message entry.

.. replstate:: ROLLBACK
Expand Down