File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments