SERVER-112541: Report data scanned during oplog initial marker generation (#42728)

GitOrigin-RevId: 748745606ddf981f8e04796afa505c3f4267a7c6
This commit is contained in:
Nic 2025-10-17 09:12:52 +11:00 committed by MongoDB Bot
parent 58fa16f921
commit 5981ffdf4f

View File

@ -236,6 +236,8 @@ CollectionTruncateMarkers::InitialSetOfMarkers CollectionTruncateMarkers::create
"Collection scanning progress",
"uuid"_attr = collectionIterator.getRecordStore()->uuid(),
"completed"_attr = numRecords,
"scanned kb"_attr = dataSize / 1024,
"markers"_attr = markers.size(),
"total"_attr = numRecordsTotal);
lastProgressTimer.reset();
}