Skip to content

Commit b7c40f0

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-29498 throttle-options (#127)
* DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options * DOCSP-29498-throttle-options --------- Co-authored-by: jason-price-mongodb <[email protected]>
1 parent c07a474 commit b7c40f0

File tree

4 files changed

+63
-9
lines changed

4 files changed

+63
-9
lines changed

source/includes/opts/loadLevel.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. reference/configuration.txt
2+
.. reference/mongosync.txt
3+
4+
*Default*: ``3``
5+
6+
Sets the cluster workload level for syncing data between the source and
7+
destination clusters:
8+
9+
- ``4``, the highest setting, maximizes cluster workload and syncs data
10+
the fastest.
11+
- ``1``, the lowest setting, minimizes cluster workload and syncs data
12+
the slowest.

source/reference/configuration.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ Options
5959
To set the ``cluster0`` setting from the command-line,
6060
see the :option:`--cluster0` option.
6161

62-
6362
.. setting:: cluster1
6463

6564
*Type*: string
@@ -78,6 +77,15 @@ Options
7877
To set the ``id`` setting from the command-line,
7978
see the :option:`--id` option.
8079

80+
.. setting:: loadLevel
81+
82+
*Type*: integer
83+
84+
.. include:: /includes/opts/loadLevel.rst
85+
86+
To set the ``loadLevel`` setting from the command-line, see the
87+
:option:`--loadLevel` option.
88+
8189
.. setting:: logPath
8290

8391
*Type*: string
@@ -96,7 +104,6 @@ Options
96104
To set the ``port`` setting from the command-line,
97105
see the :option:`--port` option.
98106

99-
100107
.. setting:: verbosity
101108

102109
*Type*: string
@@ -108,4 +115,3 @@ Options
108115

109116
To set the ``verbosity`` setting from the command-line,
110117
see the :option:`--verbosity` option.
111-

source/reference/mongosync.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,34 +50,39 @@ Global Options
5050
To set the ``--cluster0`` option from a configuration file,
5151
see the :setting:`cluster0` setting.
5252

53-
5453
.. option:: --cluster1 <URI>
5554

5655
.. include:: /includes/opts/cluster0.rst
5756

5857
To set the ``--cluster1`` option from a configuration file,
5958
see the :setting:`cluster1` setting.
6059

61-
6260
.. option:: --config <filename>
6361

6462
Sets the path to the configuration file.
6563

6664
For more information, see :ref:`c2c-mongosync-config`.
6765

68-
6966
.. option:: --help, -h
7067

7168
Prints usage information to stdout.
7269

73-
7470
.. option:: --id <ID>
7571

7672
.. include:: /includes/opts/id.rst
7773

7874
To set the ``--id`` option from a configuration file,
7975
see the :setting:`id` setting.
8076

77+
.. option:: --loadLevel <level>
78+
79+
*Type*: integer
80+
81+
.. include:: /includes/opts/loadLevel.rst
82+
83+
To set the ``--loadLevel`` option from a configuration file, see the
84+
:setting:`loadLevel` setting.
85+
8186
.. option:: --logPath <DIR>
8287

8388
.. include:: /includes/opts/logPath.rst
@@ -89,11 +94,9 @@ Global Options
8994

9095
.. include:: /includes/opts/port.rst
9196

92-
9397
To set the ``--port`` option from a configuration file,
9498
see the :setting:`port` setting.
9599

96-
97100
.. option:: --verbosity <level>
98101

99102
.. |verbosity-opt-type| replace:: option

source/release-notes/1.4.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. _c2c-release-notes-1.4:
2+
3+
===================================
4+
Release Notes for ``mongosync`` 1.4
5+
===================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 2
13+
:class: singlecol
14+
15+
.. note::
16+
17+
``mongosync`` 1.4 Released <<TBD>>, 2023
18+
19+
New Features
20+
-------------
21+
22+
Set Cluster Workload Level
23+
~~~~~~~~~~~~~~~~~~~~~~~~~~
24+
25+
Starting in 1.4.0, you can set the workload level that
26+
{+c2c-product-name+} uses to sync data between the source and
27+
destination clusters. For more information, see the
28+
:option:`--loadLevel` option.
29+
30+
Minimum Supported Version
31+
-------------------------
32+
33+
In 1.4.0, the minimum supported version of MongoDB is 6.0.5.

0 commit comments

Comments
 (0)