-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.4.6
-
Component/s: Replication
-
None
-
Environment:Amazon Linux, official MongoDB.org packages
-
ALL
-
Summary:
Given a replica set with 3 or more nodes, if the PRIMARY node is shutdown, crashes, or becomes available due to network issues, the other nodes will proceed to elect a new PRIMARY and automatic failover occurs within seconds.
However, in other error situations where the mongod process remains alive and continues to respond to heartbeats, failover will not happen, but write operations to the PRIMARY will fail, rendering the cluster unusable and de facto unavailable (for writes).
An example of such error situation is a disk error such as disk full.
- duplicates
-
SERVER-9552 when replica set member has full disk, step down to (sec|rec)?
- Backlog