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
4007
4007
"totalMillis" : <num>
4008
4008
},
4009
4009
"notMasterLegacyUnacknowledgedWrites" : <NumberLong>,
4010
- "notMasterUnacknowledgedWrites " : <NumberLong>,
4010
+ "notPrimaryUnacknowledgedWrites " : <NumberLong>,
4011
4011
"oplogGetMoresProcessed" : {
4012
4012
"num" : <NumberLong>,
4013
4013
"totalMillis" : <NumberLong>
@@ -4407,12 +4407,15 @@ metrics
4407
4407
4408
4408
.. versionadded:: 4.2
4409
4409
4410
- .. serverstatus:: metrics.repl.network.notMasterUnacknowledgedWrites
4410
+ .. serverstatus:: metrics.repl.network.notPrimaryUnacknowledgedWrites
4411
4411
4412
4412
The number of unacknowledged (``w: 0``) write operations that failed
4413
4413
because the current :binary:`~bin.mongod` is not in
4414
4414
:replstate:`PRIMARY` state.
4415
4415
4416
+ This field name was changed in MongoDB 4.4.3. Previously, this field
4417
+ was named ``notMasterUnacknowledgedWrites``.
4418
+
4416
4419
.. versionadded:: 4.2
4417
4420
4418
4421
.. serverstatus:: metrics.repl.network.oplogGetMoresProcessed
You can’t perform that action at this time.
0 commit comments