Skip to content

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

Merged
merged 1 commit into from
Oct 29, 2012
Merged

DOCS-556 mongodump cannot be used while database is locked by fsync #294

merged 1 commit into from
Oct 29, 2012

Conversation

epc
Copy link
Contributor

@epc epc commented Oct 9, 2012

No description provided.

@@ -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
Copy link
Contributor

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.

@tychoish tychoish merged commit 71b2d6f into mongodb:master Oct 29, 2012
Yingminzhou pushed a commit to mongodb-china/docs that referenced this pull request Dec 10, 2016
mongo-cr-bot pushed a commit that referenced this pull request Jan 12, 2022
* (DOCS-14993): Update WT Docs link to current version

WIP

* reset version-dev variable
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request May 22, 2025
#294)

* DOCSP-37693-destination-sharded-cluster-with-arbiter-not-supported-mongosync

* Moving bullet to a more logical location.

* Empty-Commit

* Editorial tweaks.
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 2, 2025
* 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]>
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 16, 2025
* DOCSP-12597 Improve log downloads

* DOCSP-12597 updates for copy review feedback

DOCSP-12597 updates

DOCSP-12597 updates
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 26, 2025
* (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
mongodb-server-docs-sync-bot bot pushed a commit that referenced this pull request Jun 26, 2025
* (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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants