Skip to content

Commit 1c4c275

Browse files
authored
DOCS-16342 Deprecates minNumChunksForSessionsCollection (#4661)
* DOCS-16342 deprecate minNumChunksForSessionsCollection * internal review feedback * external review feedback
1 parent faffac6 commit 1c4c275

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

source/release-notes/7.1-compatibility.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,30 @@ MongoDB. To downgrade from MongoDB 7.1 to an earlier version, you must
3030
remove or resize the collection. To learn how to resize a capped collection,
3131
see :ref:`resize-capped-collection`.
3232

33+
Deprecated Parameters
34+
---------------------
35+
36+
MongoDB 7.1 deprecates the following server parameters:
37+
38+
.. list-table::
39+
:widths: 20 80
40+
:header-rows: 1
41+
42+
* - Deprecated
43+
44+
- Description
45+
46+
* - ``minNumChunksForSessionsCollection``
47+
48+
- *Deprecated in version 7.1.*
49+
50+
MongoDB 7.1 deprecates the ``minNumChunksForSessionsCollection``
51+
server parameter. Starting in MongoDB 7.1. the
52+
``config.system.sessions`` collection is no longer presplitted
53+
during balancing rounds. You cannot use
54+
``minNumChunksForSessionsCollection`` to guarantee a minimum
55+
number of chunks for that collection.
56+
3357
General Changes
3458
---------------
3559

0 commit comments

Comments
 (0)