|
Implement restoration after step up for the following newly added coordinator-only fields:
totalCriticalSectionTimeElapsedSecs (we aren't going to track the duration of the critical section in $currentOp across failover because it is expected to be very short)
- totalApplyTimeElapsedSecs
- totalCopyTimeElapsedSecs
allShardsLowestRemainingOperationTimeEstimatedSecs (will be repopulated after step-up asynchronously)
allShardsHighestRemainingOperationTimeEstimatedSecs (will be repopulated after step-up asynchronously)
|