mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
Fix trace event UnfishedBlocks
This commit is contained in:
parent
31a64106fb
commit
5346213e7f
@ -370,7 +370,9 @@ public:
|
||||
}
|
||||
|
||||
// No complete versions
|
||||
if (!mutationBlocksByVersion.empty()) {
|
||||
TraceEvent(SevWarn, "UnfishedBlocks").detail("NumberOfVersions", mutationBlocksByVersion.size());
|
||||
}
|
||||
done = true;
|
||||
return vms;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user