Remove outdated comment
This commit is contained in:
parent
003986fdb0
commit
a70a007dcf
|
@ -1107,7 +1107,6 @@ ACTOR Future<BlobFileIndex> dumpInitialSnapshotFromFDB(Reference<BlobWorkerData>
|
|||
}
|
||||
retries++;
|
||||
CODE_PROBE(true, "Granule initial snapshot failed");
|
||||
// FIXME: why can't we suppress error event?
|
||||
TraceEvent(retries < 10 ? SevDebug : SevWarn, "BlobGranuleInitialSnapshotRetry", bwData->id)
|
||||
.error(err)
|
||||
.detail("Granule", metadata->keyRange)
|
||||
|
|
Loading…
Reference in New Issue