-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 1.8.0
-
Component/s: Replication
-
None
-
Replication
-
Fully Compatible
-
ALL
It is possible for two nodes running MongoDB 3.0.11 to crash because their journal filled up. This was because a clean shutdown was requested, which stopped the rotating of journal files, but initial sync kept going, writing more than 60GB to the journal.
Probably initial sync should check for shutdown.
- duplicates
-
SERVER-17464 Check for shutdown state more regularly during clone
- Closed