@@ -513,9 +513,10 @@ Journaling and Replica Sets
513
513
``rollbackTimeLimitSecs`` Parameter Available
514
514
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
515
515
516
- In MongoDB 4.0, a new :parameter:`rollbackTimeLimitSecs` parameter allows
517
- for the setting of the time limit in seconds between the common point
518
- and the last oplog write entry in a stepped-down primary.
516
+ Starting in MongoDB 4.0, a new :parameter:`rollbackTimeLimitSecs`
517
+ parameter allows for the setting of the time limit in seconds between
518
+ the common point and the last oplog write entry for the member
519
+ indicated for rollback. The default rollback time limit is 1 day.
519
520
520
521
Wait for Background Index Builds
521
522
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -634,7 +635,7 @@ Resume Token Data Type Change
634
635
For the corresponding MongoDB driver method, refer to your
635
636
driver documentation.
636
637
637
- .. versionadded:: 4.0
638
+ .. versionadded:: 4.0
638
639
639
640
.. _4.0-free-monitoring:
640
641
@@ -720,20 +721,20 @@ Platform Support
720
721
- MongoDB 4.0 (Community & Enterprise) adds support for:
721
722
722
723
- :doc:`Amazon Linux 2 </tutorial/install-mongodb-on-amazon>`
723
-
724
+
724
725
- :doc:`Debian 9 "Stretch" </tutorial/install-mongodb-on-debian>`
725
726
726
727
- MongoDB 4.0 (Community) adds support for:
727
728
728
729
- s390x RHEL 6.x
729
730
730
731
- MongoDB 4.0 does not support SLES 11.
731
-
732
+
732
733
- Support for SLES 11 has also been removed in MongoDB 3.2.20+,
733
734
3.4.15+, and 3.6.4+.
734
735
735
736
- MongoDB 4.0 does not support Ubuntu 12.04.
736
-
737
+
737
738
- Support for Ubuntu 12.04 has also been removed in MongoDB 3.2.20+,
738
739
3.4.15+, and 3.6.4+.
739
740
@@ -763,14 +764,14 @@ Commands
763
764
- The command :dbcommand:`listCollections` takes Intent Shared lock on
764
765
the database. In previous versions, the command takes Shared lock on
765
766
the database.
766
-
767
+
767
768
- The command :dbcommand:`listCollections` and its :binary:`~bin.mongo`
768
769
shell helper :method:`db.getCollectionInfos()` accepts the following
769
770
option:
770
771
771
772
- ``nameOnly`` to return only the collection names and types (which
772
773
does not require collection locks).
773
-
774
+
774
775
- ``authorizedCollections`` to allow users without the required
775
776
privilege to run :dbcommand:`listCollections` can run the command,
776
777
with ``nameOnly: true, authorizedCollections: true``, to return the
@@ -797,9 +798,9 @@ Commands
797
798
798
799
- ``uuids`` field that contains the collections and their
799
800
corresponding UUIDs.
800
-
801
+
801
802
- The command :dbcommand:`killOp` now supports termination of queries that are
802
- running on a :binary:`~bin.mongos`. When run on the ``mongos``, :dbcommand:`killOp`
803
+ running on a :binary:`~bin.mongos`. When run on the ``mongos``, :dbcommand:`killOp`
803
804
can kill queries that are running in more than one shard.
804
805
805
806
Geospatial Query Improvements
0 commit comments