Skip to content

Commit 73efbf7

Browse files
author
Dave Cuthbert
authored
DOCSP-25489-harmonize-syncing-synchronizing (#93)
1 parent 91d0fc5 commit 73efbf7

File tree

6 files changed

+21
-20
lines changed

6 files changed

+21
-20
lines changed

source/includes/fact-oplog-background.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ The :term:`oplog` in the source cluster must be large enough to track
22
events that happen during the time it takes to complete the initial
33
sync to the destination cluster.
44

5-
If you anticipate synchronizing a large data set, or if you plan to
6-
pause synchronization for an extended period of time, increase the size
7-
of the replica set ``oplog`` in the source cluster.
5+
If you anticipate syncing a large data set, or if you plan to pause
6+
synchronization for an extended period of time, increase the size of the
7+
replica set ``oplog`` in the source cluster.

source/multiple-mongosyncs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The ``mongosync`` instances do not aggregate progress information
171171
across shards. To review synchronization progress for a particular
172172
shard, use ``curl`` or another HTTP client to issue the
173173
:ref:`progress <c2c-api-progress>` command to the ``mongosync``
174-
instance synchronizing that shard.
174+
instance syncing that shard.
175175

176176
.. code-block:: shell
177177

@@ -207,9 +207,9 @@ Resume Synchronization
207207
----------------------
208208

209209
If one or more ``mongosync`` instances are paused, you can use the
210-
:ref:`resume <c2c-api-resume>` command to resume synchronizing. Run a
210+
:ref:`resume <c2c-api-resume>` command to resume syncing. Run a
211211
separate ``resume`` command against each paused ``mongosync`` instance
212-
to continue synchronizing.
212+
to continue syncing.
213213

214214
Use ``curl`` or another HTTP client to issue the :ref:`resume
215215
<c2c-api-resume>` command to each ``mongosync`` instance.

source/quickstart.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the rest of the {+c2c-product-name+} documentation.
2525
Setup
2626
-----
2727

28-
{+c2c-product-name+} synchronizes data between two clusters. To run
28+
{+c2c-product-name+} syncs data between two clusters. To run
2929
``mongosync``, you will need to:
3030

3131
#. Define a source and a destination cluster.
@@ -192,16 +192,16 @@ The command interface for ``mongosync`` is an HTTP server that
192192
publishes an HTTP API. To control ``mongosync``, use the API endpoints.
193193

194194
The :ref:`start <c2c-api-start>` command initiates data synchronization.
195-
To start synchronizing, use ``curl`` or a similar program to issue the
195+
To start syncing, use ``curl`` or a similar program to issue the
196196
:ref:`start <c2c-api-start>` command:
197197

198198
.. literalinclude:: /includes/api/requests/start.sh
199199
:language: shell
200200

201201
Once started, ``mongosync`` will synchronize existing data on the
202202
source cluster with the destination cluster. After the initial sync has
203-
completed, new writes to the source cluster will be synchronized with
204-
the destination cluster.
203+
completed, new writes to the source cluster will be synced with the
204+
destination cluster.
205205

206206
The API documentation provides details on using the following endpoints:
207207

source/reference/limitations.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ Sharded Clusters
8080
- Replica set to sharded cluster.
8181
- Sharded cluster to replica set.
8282
- Unequal numbers of source and destination shards.
83-
- The :dbcommand:`movePrimary` command cannot be used to reassign the primary
84-
shard while syncing
83+
- The :dbcommand:`movePrimary` command cannot be used to reassign the
84+
primary shard while syncing.
8585
- There is no replication for zone configuration. ``mongosync``
8686
replicates data, it does not inherit zones.
87-
- Shards cannot be added or removed while synchronizing.
88-
- Only indexes which exist on all shards are synchronized.
87+
- Shards cannot be added or removed while syncing.
88+
- Only indexes which exist on all shards are synced.
8989
- The shard key cannot be :ref:`refined <shard-key-refine>` while
90-
synchronizing.
90+
syncing.
9191
- The shard key cannot be modified using :dbcommand:`reshardCollection`
9292
during syncing.
9393
- The maximum number of :ref:`shard key indexes

source/reference/mongosync.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ Behavior
114114
Commit
115115
~~~~~~
116116

117-
To stop synchronizing, use the :ref:`commit <c2c-api-commit>` command
118-
on the destination cluster to convert indexes and finalize the changes.
119-
While ``commit`` is running:
117+
To stop syncing, use the :ref:`commit <c2c-api-commit>` command on the
118+
destination cluster to convert indexes and finalize the changes. While
119+
``commit`` is running:
120120

121121
- Writes are blocked on the source cluster.
122122
- Writes are blocked on the destination cluster until ``mongosync``
@@ -134,7 +134,7 @@ To monitor the ``commit`` process, use the :ref:`progress
134134
Cluster Independence
135135
~~~~~~~~~~~~~~~~~~~~
136136

137-
``mongosync`` synchronizes collection data between a source cluster and
137+
``mongosync`` syncs collection data between a source cluster and
138138
destination cluster. ``mongosync`` does not synchronize :ref:`users
139139
<users>` or :ref:`roles <built-in-roles>`. As a result, you can create
140140
users with different access permissions on each cluster.

source/reference/oplog-sizing.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Estimate ``oplog`` Size Needed for Initial Sync
4747
To gather performance data while synching, start the sync process
4848
and monitor how fast data is transferred between clusters.
4949

50-
To start syncing, run the :ref:`/start <c2c-api-start>` command.
50+
To start syncing, run the :ref:`/start <c2c-api-start>`
51+
command.
5152

5253
To get the ``copy_rate``:
5354

0 commit comments

Comments
 (0)