-
Type:
Task
-
Resolution:
Fixed
-
Priority:
Major - P3
-
-
Affects Version/s:
None
-
Component/s:
None
-
-
-
Fully Compatible
-
-
- Remove enableMajorityReadConcern from ServerGlobalParams
- Remove the check of ServerGlobalParams.enableMajorityReadConcern in isIndexBuildResume() in index_builds_coordinator.cpp
- Remove all changes to serverGlobalParams.enableMajorityReadConcern from storeMongodOptions in mongod_options.cpp
- Remove serverGlobalParams.enableMajorityReadConcern = false from OpMsgFuzzerFixture
- Remove the serverGlobalParams.enableMajorityReadConcern check from waitForReadConcernImpl in read_concern_mongod.cpp
- Remove enableMajorityReadConcern in service_context_d_test_fixture
- Remove serverGlobalParams.enableMajorityReadConcern check in service_entry_point_common.cpp:_extractReadConcern()
- Remove serverGlobalParams.enableMajorityReadConcern check in run_aggregate.cpp:_adjustChangeStreamReadConcern()
- Remove serverGlobalParams.enableMajorityReadConcern from PrepareTransactionCmd::typedRun
- Remove serverGlobalParams.enableMajorityReadConcern check in FlowControl::getNumTickets and FLowControl::sample
- Remove serverGlobalParams.enableMajorityReadConcern check in WiredTigerKVEngine::cleanShutdown
- Remove serverGlobalParams.enableMajorityReadConcern check in WiredTigerRecordStore::doCappedTruncateAfter
- Remove serverGlobalParams.enableMajorityReadConcern check in WiredTigerSnapshotManager::getMinSnapshotForNextCommittedRead
- Remove support for change streams using speculative majority readConcern at This