You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/changelogs/releases/4.0.25.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Sharding
8
8
9
9
- :issue:`SERVER-40293` change_stream.js removal test should do an unordered check on the change stream
10
10
- :issue:`SERVER-47699` Change yield type used by range deleter from YIELD_MANUAL to YIELD_AUTO
11
-
- :issue:`SERVER-56515` Chunk merge doesn't consider the `incrementChunkMajorVersionOnChunkSplits` parameter
11
+
- :issue:`SERVER-56515` Chunk merge doesn't consider the ``incrementChunkMajorVersionOnChunkSplits`` parameter
12
12
- :issue:`SERVER-57009` Additional debugging information in case of crash during FCV change
13
13
- :issue:`SERVER-57055` delete_during_migrate.js is consistently failing in test suites with Code Coverage enabled
14
14
- :issue:`SERVER-57102` Fixing invariants on ShardServerCatalogCacheLoader to consider different terms
@@ -45,7 +45,7 @@ Internals
45
45
- :issue:`SERVER-56217` PoolForHost::_maxInUse is init to <int>::max and cannot be changed, and when connections are maxed DBConnectionPool::get() always throws
46
46
- :issue:`SERVER-56361` Better FTDC diagnostics of RSM, including server-side isMaster handling
47
47
- :issue:`SERVER-56371` Upgrade timelib to 2021.06
48
-
- :issue:`SERVER-56373` [RRFaM] When writing FaM images to txn table, write oplog entries with `needsRetryImage`
48
+
- :issue:`SERVER-56373` [RRFaM] When writing FaM images to txn table, write oplog entries with ``needsRetryImage``
49
49
- :issue:`SERVER-56374` [RRFaM] Have update path write to config.image_collection
50
50
- :issue:`SERVER-56375` [RRFaM] Have delete path write to config.transactions
51
51
- :issue:`SERVER-56376` [RRFaM] Add jstest that exercises both retryable FaM behaviors
0 commit comments