Skip to content

Commit e30d35a

Browse files
mungitoperritoandf-mongodb
authored andcommitted
DOCS-14043 change field to notPrimaryUnacknowledgedWrites
1 parent cb05ef5 commit e30d35a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

source/reference/command/serverStatus.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4007,7 +4007,7 @@ metrics
40074007
"totalMillis" : <num>
40084008
},
40094009
"notMasterLegacyUnacknowledgedWrites" : <NumberLong>,
4010-
"notMasterUnacknowledgedWrites" : <NumberLong>,
4010+
"notPrimaryUnacknowledgedWrites" : <NumberLong>,
40114011
"oplogGetMoresProcessed" : {
40124012
"num" : <NumberLong>,
40134013
"totalMillis" : <NumberLong>
@@ -4407,12 +4407,15 @@ metrics
44074407

44084408
.. versionadded:: 4.2
44094409

4410-
.. serverstatus:: metrics.repl.network.notMasterUnacknowledgedWrites
4410+
.. serverstatus:: metrics.repl.network.notPrimaryUnacknowledgedWrites
44114411

44124412
The number of unacknowledged (``w: 0``) write operations that failed
44134413
because the current :binary:`~bin.mongod` is not in
44144414
:replstate:`PRIMARY` state.
44154415

4416+
This field name was changed in MongoDB 4.4.3. Previously, this field
4417+
was named ``notMasterUnacknowledgedWrites``.
4418+
44164419
.. versionadded:: 4.2
44174420

44184421
.. serverstatus:: metrics.repl.network.oplogGetMoresProcessed

0 commit comments

Comments
 (0)