From 2971ad733ed13106d8da5bb422f0d553cb750a8b Mon Sep 17 00:00:00 2001 From: Anil Kumar Date: Wed, 16 Sep 2015 15:04:16 -0400 Subject: [PATCH] FATAL is no longer a valid state in 3.0 FATAL is no longer a valid state in 3.0. It does not need to be defined here since it is not mentioned as a valid state at the top in this page. --- source/reference/replica-states.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/reference/replica-states.txt b/source/reference/replica-states.txt index 2e322aa21f4..a79f266531d 100644 --- a/source/reference/replica-states.txt +++ b/source/reference/replica-states.txt @@ -111,8 +111,3 @@ Members in any error state can't vote. members. In this case, the old primary member reverts those writes. During :doc:`rollback `, the member will have :replstate:`ROLLBACK` state. - -.. replstate:: FATAL - - A member in :replstate:`FATAL` encountered an unrecoverable error. The member must be shut down - and restarted; a resync may be required as well.