This is related to the new metrics in SERVER-47863.
After calling db.adminCommand({ replSetGetStatus: 1, initialSync: 1 }).initialSyncStatus.remainingInitialSyncEstimatedMillis, sometimes this will return a value before data starts copying, but once data begins to copy the value is always 0.
Tested on mongod-4.9.0-alpha-596-g4437864
- is related to
-
SERVER-70686 remainingInitialSyncEstimatedMillis progresses through negative values
- Open
-
SERVER-47863 Initial Sync Progress Metrics
- Closed