This repository was archived by the owner on May 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
DOCSP-48525-disaster-recovery-faq-entry #679
Merged
amalhotra-mdb
merged 8 commits into
mongodb:master
from
amalhotra-mdb:DOCSP-48525-disaster-recovery-faq-entry
Mar 24, 2025
Merged
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
93f6f46
DOCSP-48525-disaster-recovery-faq-entry
amalhotra-mdb f158015
wording
amalhotra-mdb 2edf50b
build error
amalhotra-mdb 9718c06
reviewer request
amalhotra-mdb a3fc730
add important
amalhotra-mdb 08f0d4e
monospace
amalhotra-mdb e45c698
reviewer updates
amalhotra-mdb eb2f63f
render issue
amalhotra-mdb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,8 @@ Can I change the load level while ``mongosync`` is syncing? | |
Yes, you can adjust the cluster workload level during a migration by | ||
following the steps in :ref:`c2c-reconfigure-mid-migration`. | ||
|
||
.. _c2c-faq-reads-writes-mongosync: | ||
|
||
Can I perform reads or writes to my destination cluster while ``mongosync`` is syncing? | ||
--------------------------------------------------------------------------------------- | ||
|
||
|
@@ -232,4 +234,11 @@ Can I customize chunk distributions when syncing into a sharded cluster? | |
No, you can't configure ``mongosync`` to customize chunk distributions | ||
on a destination sharded cluster. ``mongosync`` samples each collection | ||
during initialization to determine how to distribute documents | ||
efficiently across the destination cluster’s shards after migration. | ||
efficiently across the destination cluster’s shards after migration. | ||
|
||
Can I use ``mongosync`` to set up a Disaster Recovery cluster? | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. on second thought, it's better to say "maintain" instead of "set up" here, since the key issue is the lack of an ability to keep the cluster up to date with the source |
||
-------------------------------------------------------------- | ||
|
||
No, you can't currently set up a Disaster Recovery cluster with ``mongosync``, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "set up" -> "maintain" |
||
since ``mongosync`` must commit in order to safely accept traffic to the | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [s] Do you want to add the bold to 'must commit' here like in the ticket? |
||
destination cluster. For more information, see :ref:`c2c-faq-reads-writes-mongosync`. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
can we add this as the question right under "Can I perform reads or writes to my destination cluster while mongosync is syncing?" ?