mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Correct suppression event
This commit is contained in:
parent
c49b6756fe
commit
4d90384c58
@ -187,10 +187,10 @@ ACTOR static Future<Void> applyClearRangeMutations(Standalone<VectorRef<KeyRange
|
||||
++numOps;
|
||||
if (numOps >= SERVER_KNOBS->FASTRESTORE_TXN_CLEAR_MAX) {
|
||||
TraceEvent(SevWarnAlways, "FastRestoreApplierClearRangeMutationsTooManyClearsInTxn")
|
||||
.suppressFor(1.0)
|
||||
.detail("Clears", numOps)
|
||||
.detail("Ranges", ranges.size())
|
||||
.detail("Range", range.toString())
|
||||
.suppressFor(1.0);
|
||||
.detail("Range", range.toString());
|
||||
}
|
||||
}
|
||||
wait(tr->commit());
|
||||
|
Loading…
x
Reference in New Issue
Block a user