Add an ending TraceEvent.

This commit is contained in:
Alex Miller 2019-05-08 12:29:18 -10:00
parent c093017c2f
commit e4ba2f5788

View File

@ -279,6 +279,8 @@ public:
wait(file->sync());
wait(delay(FLOW_KNOBS->INCREMENTAL_DELETE_INTERVAL));
}
TraceEvent("DiskQueueReplaceTruncateEnded").detail("Filename", file->getFilename());
}
ACTOR static Future<Reference<IAsyncFile>> replaceFile(Reference<IAsyncFile> toReplace) {