-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
Sharding 2021-03-08, Sharding 2021-03-22, Sharding 2021-04-05
-
2
The following metrics should be reset when a new resharding operation is started:
totalOperationTimeElapsedMillis: int64 remainingOperationTimeEstimatedMillis: int64 approxDocumentsToCopy: int64 documentsCopied: int64 approxBytesToCopy: int64 bytesCopied: int64 totalCopyTimeElapsedMillis: int64 oplogEntriesFetched: int64 oplogEntriesApplied: int64 totalApplyTimeElapsedMillis: int64 countWritesDuringCriticalSection: int64 totalCriticalSectionTimeElapsedMillis: int64 // Note that 0 corresponds to kUnused for these enum values and therefore // won’t be ambiguous when reset. coordinatorState: int32 donorState: int32 recipientState: int32
- related to
-
SERVER-54483 resharding metrics for serverStatus should report cumulative totals for the process
- Closed