Skip to content

DOCS-13646 Remove cachePressureThreshold #4983

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions source/includes/5.0-changes/removed-parameters.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
MongoDB 5.0 removes the following server parameter:
MongoDB 5.0 removes the following server parameters:

.. list-table::
:header-rows: 1
:widths: 25 75

* - Removed Parameter
* - Removed Parameters
- Description


* - ``cachePressureThreshold``

- MongoDB 5.0 removes the ``cachePressureThreshold`` server
parameter. Due to changes in how WiredTiger calculates snapshot
window size this parameter is no longer relevant.

* - ``shouldMultiDocTxnCreateCollectionAndIndexes``

- MongoDB 5.0 removes the
Expand Down
2 changes: 0 additions & 2 deletions source/reference/command/serverStatus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4359,8 +4359,6 @@ wiredTiger
}
},
"snapshot-window-settings" : {
"cache pressure percentage threshold" : <num>,
"current cache pressure percentage" : <num>,
"total number of SnapshotTooOld errors" : <num>,
"max target available snapshots window size in seconds" : <num>,
"target available snapshots window size in seconds" : <num>,
Expand Down
5 changes: 5 additions & 0 deletions source/release-notes/5.0-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ operations. Instead, the new :serverstatus:`readConcernCounters`
replaces :serverstatus:`opReadConcernCounters` and contains additional
information.

Starting in MongoDB 5.0, the :dbcommand:`serverStatus` command does not
output the ``cache pressure percentage threshold`` and the
``current cache pressure percentage`` under
``wiredTiger.snapshot-window-settings``.

Tools Changes
-------------

Expand Down