Skip to content

Commit a728004

Browse files
author
Dave Cuthbert
authored
DOCSP-30985 BACKPORT (#3450)
1 parent d413809 commit a728004

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+89
-84
lines changed

source/core/sharded-cluster-query-router.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Metadata Operations
359359
Additional Information
360360
----------------------
361361

362-
FCV Compatibility
362+
fCV Compatibility
363363
~~~~~~~~~~~~~~~~~
364364

365365
.. include:: /includes/fact-mongos-fcv.rst

source/core/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ MongoDB provides various transactions metrics:
794794

795795
.. _transactions-fcv:
796796

797-
Feature Compatibility Version (FCV)
797+
Feature Compatibility Version (fCV)
798798
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
799799

800800
To use transactions, the :ref:`featureCompatibilityVersion <view-fcv>`

source/includes/3.6-featureCompatibility-copy-data.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
You cannot copy data between a MongoDB 4.0 :binary:`~bin.mongod`
2-
instance with :ref:`featureCompatibilityVersion (FCV) <view-fcv>` 4.0
2+
instance with :ref:`featureCompatibilityVersion (fCV) <view-fcv>` 4.0
33
and a MongoDB version 3.6 :binary:`~bin.mongod` instance.
44

55
.. note::
66

77
You cannot copy data between a MongoDB 4.0 :binary:`~bin.mongod`
8-
instance (regardless of the FCV value) and a MongoDB 3.4 and earlier
8+
instance (regardless of the fCV value) and a MongoDB 3.4 and earlier
99
:binary:`~bin.mongod` instance.
1010

1111
For example:
@@ -17,28 +17,28 @@ For example:
1717
- Instance 2
1818
-
1919

20-
* - Version 4.0 ``mongod`` with FCV 4.0
21-
- Version 4.0 ``mongod`` with FCV 4.0
20+
* - Version 4.0 ``mongod`` with fCV 4.0
21+
- Version 4.0 ``mongod`` with fCV 4.0
2222
- Can copy data.
2323

24-
* - Version 4.0 ``mongod`` with FCV 4.0
25-
- Version 4.0 ``mongod`` with FCV 3.6
24+
* - Version 4.0 ``mongod`` with fCV 4.0
25+
- Version 4.0 ``mongod`` with fCV 3.6
2626
- Can copy data.
2727

28-
* - Version 4.0 ``mongod`` with FCV 4.0
29-
- Version 3.6 ``mongod`` with FCV 3.6
28+
* - Version 4.0 ``mongod`` with fCV 4.0
29+
- Version 3.6 ``mongod`` with fCV 3.6
3030
- Cannot copy data. Instance 2 must be a MongoDB version 4.0
3131

32-
* - Version 4.0 ``mongod`` with FCV 3.6
33-
- Version 3.6 ``mongod`` with FCV 3.6
32+
* - Version 4.0 ``mongod`` with fCV 3.6
33+
- Version 3.6 ``mongod`` with fCV 3.6
3434
- Can copy data.
3535

36-
* - Version 4.0 ``mongod`` with FCV 3.6
37-
- Version 3.6 ``mongod`` with FCV 3.4
36+
* - Version 4.0 ``mongod`` with fCV 3.6
37+
- Version 3.6 ``mongod`` with fCV 3.4
3838
- Can copy data.
3939

4040
In general, if the :binary:`~bin.mongod` instance has its
41-
:ref:`featureCompatibilityVersion (FCV) <view-fcv>` set to its MongoDB
41+
:ref:`featureCompatibilityVersion (fCV) <view-fcv>` set to its MongoDB
4242
version, you cannot copy data between that instance and a
4343
:binary:`~bin.mongod` instance of an earlier MongoDB version.
4444

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

2-
For example, an arbiter in a MongoDB |newversion| cluster, has an FCV
2+
For example, an arbiter in a MongoDB |newversion| cluster, has an fCV
33
value of |oldversion|.

source/includes/arbiter-fcv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
Arbiters do not replicate the :data:`admin.system.version` collection.
33
Because of this, arbiters always have a Feature Compatibility Version equal
4-
to the downgrade version of the binary, regardless of the FCV value of the
4+
to the downgrade version of the binary, regardless of the fCV value of the
55
replica set.

source/includes/change-stream/id.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The ``_id`` object has the following form:
1212
}
1313
1414
The ``_data`` type depends on the MongoDB versions
15-
and, in some cases, the :ref:`feature compatibility version (FCV)
15+
and, in some cases, the :ref:`feature compatibility version (fCV)
1616
<view-fcv>` at the time of the change stream's
1717
opening or resumption. See :ref:`change-stream-resume-token` for the
1818
full list of ``_data`` types.

source/includes/changelogs/releases/3.4.18.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ Internals
6363
- :issue:`SERVER-37424` Sys-perf: change v4.0 branch batch time to once a week
6464
- :issue:`SERVER-37425` Longevity tests -- increase batch time to once a year
6565
- :issue:`SERVER-37437` mongo longevity tests failing
66-
- :issue:`SERVER-37647` Validation hook sets FCV to 3.4 no matter what version it currently is
66+
- :issue:`SERVER-37647` Validation hook sets fCV to 3.4 no matter what version it currently is
6767

source/includes/changelogs/releases/3.4.19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Internals
6868
- :issue:`SERVER-23818` Include Evergreen task ID in metadata sent to logkeeper
6969
- :issue:`SERVER-36250` Add support for optionally logging specific negotiated TLS versions
7070
- :issue:`SERVER-37120` Turn off linux-replSet-initialsync-logkeeper Build Variant for 3.4 and 3.6 branches
71-
- :issue:`SERVER-37647` Validation hook sets FCV to 3.4 no matter what version it currently is
71+
- :issue:`SERVER-37647` Validation hook sets fCV to 3.4 no matter what version it currently is
7272
- :issue:`SERVER-37913` coll_epoch_test1.js does not wait for the config server to replicate after dropping collections.
7373
- :issue:`TOOLS-1566` Should not include "ssl" tag for Linux 64 build
7474
- :issue:`TOOLS-1742` import cycle between util and testutil

source/includes/changelogs/releases/3.6.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sharding
1515
- :issue:`SERVER-36004` SessionUpdateTracker should ignore no-op entries for pre/post image oplogs
1616
- :issue:`SERVER-36457` mongos_rs_shard_failure_tolerance.js test should assert that the movePrimary command succeeds
1717
- :issue:`SERVER-39420` Remove in-memory boolean to indicate config.server.sessions collection set up
18-
- :issue:`SERVER-40136` The background key generator can remain disabled on FCV upgrade after a downgrade
18+
- :issue:`SERVER-40136` The background key generator can remain disabled on fCV upgrade after a downgrade
1919

2020
Replication
2121
~~~~~~~~~~~

source/includes/changelogs/releases/3.6.3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Storage
8585
- :issue:`SERVER-32533` In oplog truncate with WT, don't use a start key
8686
- :issue:`SERVER-32573` Skip wt_delayed_secondary_read_concern_majority.js when running with WiredTiger's LSM tree
8787
- :issue:`SERVER-32637` Ensure that upgrading to 3.6 when on pv0 doesn't break if you don't explicitly turn off readConcernMajority
88-
- :issue:`SERVER-32851` setFeatureCompatibilityVersion can race with createCollection such that FCV 3.6 is set and some collections do not have UUIDs
88+
- :issue:`SERVER-32851` setFeatureCompatibilityVersion can race with createCollection such that fCV 3.6 is set and some collections do not have UUIDs
8989

9090
Operations
9191
~~~~~~~~~~
@@ -125,7 +125,7 @@ Internals
125125
- :issue:`SERVER-32169` A cursor created with a session cannot be killed outside that session
126126
- :issue:`SERVER-32197` Remote host is missing the debug symbols for hang_analyzer in evergreen.yml
127127
- :issue:`SERVER-32203` Log the remote EC2 instance status when a failure to access it is detected in evergreen.yml
128-
- :issue:`SERVER-32205` Dropping admin db sets FCV to 3.4 but leaves UUIDs
128+
- :issue:`SERVER-32205` Dropping admin db sets fCV to 3.4 but leaves UUIDs
129129
- :issue:`SERVER-32222` change_streams_primary_shard_unaware.js needs to be marked as requiring persistence
130130
- :issue:`SERVER-32228` Powercycle - handle remote host restarts
131131
- :issue:`SERVER-32243` Add an option to have the validate hook skip some collections.

source/includes/changelogs/releases/3.6.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sharding
1515
- :issue:`SERVER-32885` Overlap chunk clone application on the donor with fetching documents from the recipient
1616
- :issue:`SERVER-32886` Unnecessary sleeps during chunk migration
1717
- :issue:`SERVER-33189` Unblacklist sharding tests marked as requiring already released last-stable versions
18-
- :issue:`SERVER-33763` 3.6 drivers fail to communicate with 3.6 sharded clusters running at FCV 3.4
18+
- :issue:`SERVER-33763` 3.6 drivers fail to communicate with 3.6 sharded clusters running at fCV 3.4
1919
- :issue:`SERVER-33869` make $changeStream on shards check shardVersion
2020
- :issue:`SERVER-33971` Nodes in MongoDB sharded cluster crashes with Invariant failure oplogEntry.getWallClockTime()
2121

source/includes/changelogs/releases/3.6.5.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Sharding
1414

1515
- :issue:`SERVER-32681` exact_shard_key_target.js moveChunk should wait for delete
1616
- :issue:`SERVER-33585` Do not return $clusterTime when no keys are available
17-
- :issue:`SERVER-33714` Downgrading FCV from 3.6 to 3.4 leaves an admin.system.keys collection on shards that on upgrade is orphaned and renamed without a UUID
17+
- :issue:`SERVER-33714` Downgrading fCV from 3.6 to 3.4 leaves an admin.system.keys collection on shards that on upgrade is orphaned and renamed without a UUID
1818
- :issue:`SERVER-33766` Secondary may not invalidate in-memory routing table cache after primary refresh
1919
- :issue:`SERVER-34098` Move chunk_manager_refresh_bm from unit test to perf microbenchmark
2020
- :issue:`SERVER-34347` Batch write with ranged query predicate mixed with single target triggers invariant on mongos
@@ -135,7 +135,7 @@ Internals
135135
- :issue:`SERVER-34742` Stop running ssl_cert_password.js on OS X
136136
- :issue:`SERVER-34823` Thread name and connection number are not synchronized in TransportLayerLegacy
137137
- :issue:`SERVER-34827` retryable writes not in sys-perf-3.6 project
138-
- :issue:`SERVER-34834` Wait for replication of FCV document before downgrading binaries in clear_and_reinstate_keys_rs.js
138+
- :issue:`SERVER-34834` Wait for replication of fCV document before downgrading binaries in clear_and_reinstate_keys_rs.js
139139
- :issue:`SERVER-34929` Fix malformed preprocessor macro check
140140
- :issue:`TOOLS-1941` Tools qa-tests often timeout, particularly on server latests
141141
- :issue:`TOOLS-1978` tools fail eslint testing

source/includes/changelogs/releases/3.6.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Sharding
2222
- :issue:`SERVER-34833` Deadlock between the logical sessions' transaction reaper and MMAP V1 durability thread
2323
- :issue:`SERVER-34857` ``sharding_legacy_api_test`` is flaky due to reliance on the system clock
2424
- :issue:`SERVER-35006` Do not reset KeysCollectionManager
25-
- :issue:`SERVER-35345` Test that restarted mongoses are able to connect after FCV update
25+
- :issue:`SERVER-35345` Test that restarted mongoses are able to connect after fCV update
2626
- :issue:`SERVER-35609` Create initial chunk on primaryShard if only writing one chunk
2727
- :issue:`SERVER-35653` Revert initial chunk creation optimization
2828
- :issue:`SERVER-35745` _getNextSessionMods doesn't include oplogReplay flag to query new oplog created during migration

source/includes/changelogs/releases/3.6.7.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Sharding
2323
- :issue:`SERVER-36041` Increase the size of changelog and actionlog
2424
- :issue:`SERVER-36132` Invariant that chunk migration is actually reflected in the metadata after successful commit
2525
- :issue:`SERVER-36232` Refresh after chunk migration commit may not see the committed metadata
26-
- :issue:`SERVER-36248` Do not reject sessions in FCV 3.4
26+
- :issue:`SERVER-36248` Do not reject sessions in fCV 3.4
2727
- :issue:`SERVER-36463` Bypass validation of a dummy signatures for isMaster on the unauthenticated connections
2828

2929
Replication
@@ -101,7 +101,7 @@ Internals
101101
- :issue:`SERVER-26150` auth_utils.js authutils.assertAuthenticate should handle hangups better
102102
- :issue:`SERVER-32302` for-each loop over BSONObj is slower than explicit BSONObjIterator in MatchExpressionParser code
103103
- :issue:`SERVER-32371` features2.js should exclude clusterTime metadata
104-
- :issue:`SERVER-32639` Arbiters in standalone replica sets can't sign or validate clusterTime with auth on once FCV checks are removed
104+
- :issue:`SERVER-32639` Arbiters in standalone replica sets can't sign or validate clusterTime with auth on once fCV checks are removed
105105
- :issue:`SERVER-32792` Blacklist tests that assert on ismaster field of isMaster response in retryable_writes_jscore_stepdown_passthrough
106106
- :issue:`SERVER-33695` Include the loop name in the before and after recovery files in powertest.py
107107
- :issue:`SERVER-33841` Add hooks for the mutational fuzzer

source/includes/changelogs/releases/3.6.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Sharding
1313
- :issue:`SERVER-35092` ShardServerCatalogCacheLoader should have a timeout waiting for read concern
1414
- :issue:`SERVER-36332` CursorNotFound error in GetMore on a secondary with sessions
1515
- :issue:`SERVER-36741` ChunkManager::getShardIdsForRange invariants when max = MaxKey
16-
- :issue:`SERVER-36777` Excessive logging with sessions in FCV 3.4
16+
- :issue:`SERVER-36777` Excessive logging with sessions in fCV 3.4
1717
- :issue:`SERVER-37050` wait for replication in session_collection_auto_healing
1818

1919
Replication

source/includes/changelogs/releases/3.6.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Sharding
2323
- :issue:`SERVER-37330` Add sharded passthrough suites to detect errors in LogicalSessionCache
2424
- :issue:`SERVER-37430` Destroy sharding task executors and AsyncRequestSenders after the PeriodicRunner is destroyed in mongod shutdown
2525
- :issue:`SERVER-37496` The balancer shouldn't register a shutdown task after the process is multithreaded
26-
- :issue:`SERVER-37631` Disable logical sessions if FCV is 3.4
26+
- :issue:`SERVER-37631` Disable logical sessions if fCV is 3.4
2727
- :issue:`SERVER-37657` Report the offending oplog entries if a batch contains non-increasing transaction numbers
2828
- :issue:`SERVER-37735` [3.6] Ensure the full logical session ID is included in commands sent by the ShardingTaskExecutor
2929

source/includes/changelogs/releases/4.0.1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Sharding
2323
- :issue:`SERVER-35938` NamespaceSerializer lock should be used for database as well as collection during createCollection
2424
- :issue:`SERVER-35997` Await replication on config server after shardCollection in safe secondary reads tests
2525
- :issue:`SERVER-36041` Increase the size of changelog and actionlog
26-
- :issue:`SERVER-36075` Add comment to shard_identity_rollback.js explaining why we set the FCV to 4.0 on the shardsvr
26+
- :issue:`SERVER-36075` Add comment to shard_identity_rollback.js explaining why we set the fCV to 4.0 on the shardsvr
2727
- :issue:`SERVER-36132` Invariant that chunk migration is actually reflected in the metadata after successful commit
2828
- :issue:`SERVER-36232` Refresh after chunk migration commit may not see the committed metadata
2929

@@ -130,7 +130,7 @@ Internals
130130
- :issue:`SERVER-34793` Add call to BF suggestion server on failed task completion
131131
- :issue:`SERVER-34810` Session cache refresh can erroneously kill cursors that are still in use
132132
- :issue:`SERVER-34956` big_object1.js is not resilient to unexpected stepdowns
133-
- :issue:`SERVER-34984` Update major_version_upgrade.js test to call setFCV to the latest FCV
133+
- :issue:`SERVER-34984` Update major_version_upgrade.js test to call setFCV to the latest fCV
134134
- :issue:`SERVER-34996` Save console_output & console_screenshot from aws_ec2.py as artifacts in evergreen.yml
135135
- :issue:`SERVER-35101` Handle differently a badly formed bindIp argument
136136
- :issue:`SERVER-35165` Disable and re-enable update_test_lifecycle Evergreen task on the 4.0 branch

source/includes/changelogs/releases/4.0.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Replication
2727
- :issue:`SERVER-38685` Startup warning if In-Memory SE is used and writeConcernMajorityJournalDefault is true
2828
- :issue:`SERVER-39310` Check canServeReadsFor in getMores
2929
- :issue:`SERVER-40009` Set/honour initial sync flag at the early stages of initial sync
30-
- :issue:`SERVER-40954` Error message for UnrecoverableRollbackError in FCV 3.6 should recommend downgrading to 3.6
30+
- :issue:`SERVER-40954` Error message for UnrecoverableRollbackError in fCV 3.6 should recommend downgrading to 3.6
3131
- :issue:`SERVER-41218` rollback_after_enabling_majority_reads.js test should ensure the correct primary before restarting other nodes [v4.0]
3232
- :issue:`SERVER-41499` Track number of elections called for each reason in serverStatus
3333
- :issue:`SERVER-41500` Track number of successful elections for each reason in serverStatus

source/includes/changelogs/releases/4.0.19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Internals
6666
- :issue:`SERVER-45367` When the Range Deleter is waiting for the open cursors, list these cursors in the logs.
6767
- :issue:`SERVER-45508` Invariant failure in getFieldsWithStringBounds with descending point ranges
6868
- :issue:`SERVER-46633` Windows TLS implementation may declare hostname mismatch on unrelated error
69-
- :issue:`SERVER-46758` setFCV can be interrupted before an FCV change is majority committed and rollback the FCV without running the setFCV server logic
69+
- :issue:`SERVER-46758` setFCV can be interrupted before an fCV change is majority committed and rollback the fCV without running the setFCV server logic
7070
- :issue:`SERVER-47063` Upgrade static OpenSSL to 1.1.1e
7171
- :issue:`SERVER-47071` CheckReplOplogs can fail to detect a mismatch
7272
- :issue:`SERVER-47187` Add startup warning when SeIncreaseWorkingSetPrivilege not present

source/includes/changelogs/releases/4.0.20.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Internals
6868
- :issue:`SERVER-37993` Upgrade asio to eed287d46c14310f0daf4ff19b0297917143723
6969
- :issue:`SERVER-41600` IndexCatalog::refreshEntry should invalidate the index from the CollectionInfoCache
7070
- :issue:`SERVER-42908` Add ErrorCodes to retryable errors to match drivers
71-
- :issue:`SERVER-46758` setFCV can be interrupted before an FCV change is majority committed and rollback the FCV without running the setFCV server logic
71+
- :issue:`SERVER-46758` setFCV can be interrupted before an fCV change is majority committed and rollback the fCV without running the setFCV server logic
7272
- :issue:`SERVER-47930` Ubuntu 20.04 - ldap_authz_authn.js fails to load test certificate
7373
- :issue:`SERVER-48032` Update references of community mailing-lists to MongoDB Developer Community Forums
7474
- :issue:`SERVER-48107` Retry replSetStepDown in rollback_test.js

source/includes/changelogs/releases/4.0.23.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Sharding
77
~~~~~~~~
88

99
- :issue:`SERVER-50305` ARS::next() does not respect OperationContext deadline
10-
- :issue:`SERVER-53274` The force-write of the ``history`` field to all chunks on FCV upgrade from 3.6 to 4.0 is unnecessary
10+
- :issue:`SERVER-53274` The force-write of the ``history`` field to all chunks on fCV upgrade from 3.6 to 4.0 is unnecessary
1111

1212
Replication
1313
~~~~~~~~~~~

source/includes/changelogs/releases/4.0.25.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Sharding
99
- :issue:`SERVER-40293` change_stream.js removal test should do an unordered check on the change stream
1010
- :issue:`SERVER-47699` Change yield type used by range deleter from YIELD_MANUAL to YIELD_AUTO
1111
- :issue:`SERVER-56515` Chunk merge doesn't consider the ``incrementChunkMajorVersionOnChunkSplits`` parameter
12-
- :issue:`SERVER-57009` Additional debugging information in case of crash during FCV change
12+
- :issue:`SERVER-57009` Additional debugging information in case of crash during fCV change
1313
- :issue:`SERVER-57055` delete_during_migrate.js is consistently failing in test suites with Code Coverage enabled
1414
- :issue:`SERVER-57102` Fixing invariants on ShardServerCatalogCacheLoader to consider different terms
1515

@@ -51,13 +51,13 @@ Internals
5151
- :issue:`SERVER-56376` [RRFaM] Add jstest that exercises both retryable FaM behaviors
5252
- :issue:`SERVER-56489` New pass-through test with random hello server-side delays
5353
- :issue:`SERVER-56563` [RRFaM] Forge noop image oplog entries for chunk migration
54-
- :issue:`SERVER-56668` Create config.image_collection when setting FCV to 4.0 on primary
54+
- :issue:`SERVER-56668` Create config.image_collection when setting fCV to 4.0 on primary
5555
- :issue:`SERVER-56713` [RRFaM] Avoid creating images while in initial sync
5656
- :issue:`SERVER-56795` Changes from SERVER-53274 were unintentionally reverted
5757
- :issue:`SERVER-56819` $indexOfCP returns incorrect result when searching for empty string inside empty string with non-zero start index (classic execution engine only)
5858
- :issue:`SERVER-56854` Provide the ability for RSM requests to timeout and mark the server as failed
5959
- :issue:`SERVER-57015` [RRFaM] Writing to the image collection must be in an UnreplicatedWriteBlock
60-
- :issue:`SERVER-57044` [v4.0] Add jstest that changing the FCV will disable new retryable findAndModify format even if storeFindAndModifyImagesInSideCollection=true
60+
- :issue:`SERVER-57044` [v4.0] Add jstest that changing the fCV will disable new retryable findAndModify format even if storeFindAndModifyImagesInSideCollection=true
6161
- :issue:`SERVER-57172` Do json.send before DSI post_run
6262
- :issue:`SERVER-57173` Write invalidated image for retryable findAndModify when secondaries apply operations earlier than minValid
6363
- :issue:`SERVER-57356` Better logging around failed chunk migration

0 commit comments

Comments
 (0)