SERVER-84800: Remove eMRC:false in non-repl code (#23020)

GitOrigin-RevId: 0e5eaf9533ac9bf0d4d06f5e37eccf660cf3a5f1
This commit is contained in:
Kishore Devireddy
2024-06-05 12:02:30 -07:00
committed by MongoDB Bot
parent ea775f30f9
commit 57a9af5660
17 changed files with 4 additions and 175 deletions

27
debian/mongod.1 vendored
View File

@@ -1908,33 +1908,6 @@ persist the changes made using \fBreplSetResizeOplog\f1\f1
through a restart, update the value of
\fB\-\-oplogMinRetentionHours\f1\f1\&.
.RE
.PP
\fBmongod \-\-enableMajorityReadConcern\f1
.RS
.PP
\fIDefault\f1: true
.PP
Configures support for \fB"majority"\f1\f1 read concern.
.PP
Starting in MongoDB 5.0,
\fB\-\-enableMajorityReadConcern\f1\f1 cannot be changed
and is always set to \fBtrue\f1\&. In earlier versions of MongoDB,
\fB\-\-enableMajorityReadConcern\f1\f1 was configurable.
.PP
If you are using a three\-member primary\-secondary\-arbiter (PSA)
architecture, consider the following:
.RS
.IP \(bu 2
The write concern \fB"majority"\f1\f1 can cause
performance issues if a secondary is unavailable or lagging. For
advice on how to mitigate these issues, see
\fBMitigate Performance Issues with PSA Replica Set\f1\&.
.IP \(bu 2
If you are using a global default \fB"majority"\f1\f1
and the write concern is less than the size of the majority,
your queries may return stale (not fully replicated) data.
.RE
.RE
.SS SHARDED CLUSTER OPTIONS
.PP
\fBmongod \-\-configsvr\f1