@@ -123,7 +123,7 @@ resources for background on the aggregation framework and its use:
123123TTL Collections
124124```````````````
125125
126- TTL collections remove stale data from a collection, using a special
126+ TTL collections remove expired data from a collection, using a special
127127index and a background thread that deletes expired documents every
128128minute. These collections are useful as an alternative to
129129:term:`capped collections <capped collection>` in some cases, for data
@@ -136,19 +136,18 @@ For more information, see the :doc:`/tutorial/expire-data` tutorial.
136136Concurrency Improvements
137137````````````````````````
138138
139- In 2.2 MongoDB increases the database 's capability for concurrent
140- operations using with two key improvements:
139+ In 2.2 MongoDB increases the server 's capacity for concurrent
140+ operations with two key improvements:
141141
142142#. :issue:`DB Level Locking <SERVER-4328>`
143143#. :issue:`Improved Yielding on Page Faults <SERVER-3357>`
144144
145- To reflect these changes, MognODB now provides changed and improved
145+ To reflect these changes, MongoDB now provides changed and improved
146146reporting for concurrency and use, see the :ref:`locks` and
147147:ref:`server-status-record-stats` in :doc:`server status
148148</reference/server-status>` and in the output of
149149:func:`db.currentOp()` as well as :doc:`mongotop
150- </reference/mongotop>` and :doc:`mongostat </reference/mongostat>` and
151- in .
150+ </reference/mongotop>` and :doc:`mongostat </reference/mongostat>`.
152151
153152.. TODO add links to current op output documentation when it happens.
154153
@@ -167,8 +166,8 @@ preferences <replica-set-read-preference>` including consistent
167166support for a full range of :ref:`read preference modes
168167<replica-set-read-preference-modes>` and :ref:`tag sets
169168<replica-set-read-preference-tag-sets>`. This support extends to the
170- :program:`mongos` and applies similarly to both single replica sets,
171- and replica sets that provide components of a shard cluster.
169+ :program:`mongos` and applies identically to single replica sets, and
170+ the replica sets for each shard in a :term:` shard cluster` .
172171
173172Additional read preference support now exists in the :program:`mongo`
174173shell using the :func:`reaPref() <cursor.readPref()>` cursor method.
@@ -185,14 +184,17 @@ In order to provide more reliable and robust support for
185184authentication clients, including drivers and :program:`mongos`
186185instances.
187186
188- If your :program:`mongod` instances or cluster is running with
187+ If your :program:`mongod` instances or cluster runs with
189188authentication:
190189
191190- In sharded environments, 2.0 version :program:`mongos` instances are
192191 **not** compatible with 2.2 shard clusters running with
193- authentication. Use the :ref:`upgrade procedure for shard clusters
192+ authentication.
193+
194+ You **must** use the :ref:`upgrade procedure for shard clusters
194195 <2.2-upgrade-shard-cluster>` and upgrade all :program:`mongos`
195- instances to prevent operational difficulty.
196+ instances *before* upgrading the shard to prevent rendering your
197+ cluster non-operational.
196198
197199- For all drivers, use the latest release of your driver and check
198200 its release notes.
0 commit comments