-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-556 mongodump cannot be used while database is locked by fsync #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -371,6 +371,11 @@ the snapshot has completed, use the following command in the | |||
|
|||
.. include:: /includes/note-disable-profiling-fsynclock.rst | |||
|
|||
.. warning:: | |||
|
|||
:program:`mongodump` cannot be used while the database is locked |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is confusing. It can be used while in fsync/lock state. The confusion comes from replication and writes which will block reads (mongodump) and your backup. Newer version of mongod will not cause this situation but I don't think the change made it in to 2.2.0 so currently it may be true that once you fsync/lock + queue a writer that all read will block -- it was true pre 2.2.0 for sure.
If you are using mongodump then you should not use fsync/lock.
Issue mongodb#294: 20141008 20:08
#294) * DOCSP-37693-destination-sharded-cluster-with-arbiter-not-supported-mongosync * Moving bullet to a more logical location. * Empty-Commit * Editorial tweaks.
* DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section * DOCSP-32601-OS-install-section --------- Co-authored-by: jason-price-mongodb <[email protected]>
* DOCSP-12597 Improve log downloads * DOCSP-12597 updates for copy review feedback DOCSP-12597 updates DOCSP-12597 updates
* (DOCSP-10491): remote mode tutorial (#294) * (DOCSP-10491): remote mode tutorial * (DOCSP-10491): fixes * (DOCSP-10491): tech review feedback * (DOCSP-10491): small tweak * (DOCSP-10491): typo fix * (om-remote-mode): update versions * fix typo * Om remote mode (#332) * (om-remote-mode): update versions * (om-remote-mode): copy review feedback * (om-remote-mode): fix typo
* (DOCSP-10491): remote mode tutorial (#294) * (DOCSP-10491): remote mode tutorial * (DOCSP-10491): fixes * (DOCSP-10491): tech review feedback * (DOCSP-10491): small tweak * (DOCSP-10491): typo fix * (om-remote-mode): update versions * fix typo * Om remote mode (#332) * (om-remote-mode): update versions * (om-remote-mode): copy review feedback * (om-remote-mode): fix typo
No description provided.