Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
Sharding NYC 2022-04-04
-
1
Description
Some fields are being reported with the incorrect name in currentOp and serverStatus. These are as follows:
CurrentOp
Expected: "op", Actual: "command"
Expected: "originatingCommand", Actual: "originalCommand"
ServerStatus
Expected: "documentsProcessed", Actual: "documentsCopied"
Expected "bytesWritten", Actual: "bytesCopied"