File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,14 @@ content: |
15
15
ref : _serverStatus-output-changes
16
16
content : |
17
17
18
+ - Starting in MongoDB 4.4.3, {{operationName}}:
19
+
20
+ - Changed ``notMasterLegacyUnacknowledgedWrites`` to
21
+ :serverstatus:`~metrics.repl.network.notPrimaryLegacyUnacknowledgedWrites`
22
+
23
+ - Changed ``notMasterUnacknowledgedWrites`` to
24
+ :serverstatus:`~metrics.repl.network.notPrimaryUnacknowledgedWrites`
25
+
18
26
- Starting in MongoDB 4.4.2, {{operationName}}:
19
27
20
28
- Added new metrics to track use of Aggregation Pipeline methods:
Original file line number Diff line number Diff line change @@ -4006,8 +4006,8 @@ metrics
4006
4006
"num" : <num>,
4007
4007
"totalMillis" : <num>
4008
4008
},
4009
- "notMasterLegacyUnacknowledgedWrites" : <NumberLong>,
4010
4009
"notPrimaryUnacknowledgedWrites" : <NumberLong>,
4010
+ "notPrimaryLegacyUnacknowledgedWrites" : <NumberLong>,
4011
4011
"oplogGetMoresProcessed" : {
4012
4012
"num" : <NumberLong>,
4013
4013
"totalMillis" : <NumberLong>
@@ -4399,12 +4399,15 @@ metrics
4399
4399
4400
4400
.. versionadded:: 4.4
4401
4401
4402
- .. serverstatus:: metrics.repl.network.notMasterLegacyUnacknowledgedWrites
4402
+ .. serverstatus:: metrics.repl.network.notPrimaryLegacyUnacknowledgedWrites
4403
4403
4404
4404
The number of unacknowledged (``w: 0``) legacy write operations (see
4405
4405
:ref:`wp-request-opcodes`) that failed because the current
4406
4406
:binary:`~bin.mongod` is not in :replstate:`PRIMARY` state.
4407
4407
4408
+ This field name was changed in MongoDB 4.4.3. Previously, this field
4409
+ was named ``notMasterLegacyUnacknowledgedWrites``.
4410
+
4408
4411
.. versionadded:: 4.2
4409
4412
4410
4413
.. serverstatus:: metrics.repl.network.notPrimaryUnacknowledgedWrites
You can’t perform that action at this time.
0 commit comments