-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Tools
-
None
-
Minor Change
Due to SERVER-1423, mongodump is likely to hang if dumping an fsyncLocked server. Besides emphasizing in the docs that one shouldn't lock the server before dumping, I propose another workaround:
mongodump should check if the server is locked, and terminate with a helpful error message if so.
- is related to
-
SERVER-1423 reads often aren't possible while in fsync and lock mode
- Closed