Steps to reproduce:
Start mongod with auth
connect a shell
authenticate against admin db
fsynclock the database
try to insert data - this shell will hang
try to start a new shell, it hangs on startup
This can leave you unable to fsyncUnlock if you accidentally try to write data while fsyncLocked.
- depends on
-
SERVER-4281 isMaster command hangs if db is fsyncLocked and authentication is enabled
- Closed
- is depended on by
-
SERVER-4237 Enable the full js test suite to run with authentication enabled
- Closed
- related to
-
SERVER-3931 Shell hangs on tab complete if db is fsync&locked
- Closed
-
SERVER-4243 If there is a pending write due to an fsync lock, all reads are blocked
- Closed