-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.6.7
-
Component/s: Replication
-
None
-
Replication
A replica set Primary should step down and let a secondary take over instead of locking up the database when this happens:
2015-02-08T22:07:14.675-0500 [journal] In File::open(), ::open for '/mongodb/mongod/data/journal/lsn' failed with errno:24 Too many open files 2015-02-08T22:07:14.675-0500 [journal] warning: open of lsn file failed 2015-02-08T22:07:15.592-0500 [conn171] Assertion: 13538:couldn't open [/proc/7329/stat] errno:24 Too many open files 2015-02-08T22:07:15.631-0500 [initandlisten] Listener: accept() returns -1 errno:24 Too many open files 2015-02-08T22:07:15.631-0500 [initandlisten] ERROR: Out of file descriptors. Waiting one second before trying to accept more connections. 2015-02-08T22:07:16.631-0500 [initandlisten] Listener: accept() returns -1 errno:24 Too many open files 2015-02-08T22:07:16.631-0500 [initandlisten] ERROR: Out of file descriptors. Waiting one second before trying to accept more connections. 2015-02-08T22:07:17.631-0500 [initandlisten] Listener: accept() returns -1 errno:24 Too many open files 2015-02-08T22:07:17.632-0500 [initandlisten] ERROR: Out of file descriptors. Waiting one second before trying to accept more connections. 2015-02-08T22:07:18.603-0500 [conn183] Assertion: 13538:couldn't open [/proc/7329/stat] errno:24 Too many open files 2015-02-08T22:07:18.632-0500 [initandlisten] Listener: accept() returns -1 errno:24 Too many open files 2015-02-08T22:07:18.632-0500 [initandlisten] ERROR: Out of file descriptors. Waiting one second before trying to accept more connections. 2015-02-08T22:07:19.632-0500 [initandlisten] Listener: accept() returns -1 errno:24 Too many open files 2015-02-08T22:07:19.632-0500 [initandlisten] ERROR: Out of file descriptors. Waiting one second before trying to accept more connections. 2015-02-08T22:07:20.632-0500 [initandlisten] Listener: accept() returns -1 errno:24 Too many open files
- is related to
-
SERVER-9552 when replica set member has full disk, step down to (sec|rec)?
- Backlog