diff --git a/fdbserver/RestoreApplier.actor.h b/fdbserver/RestoreApplier.actor.h index e130db463c..7ba5899d84 100644 --- a/fdbserver/RestoreApplier.actor.h +++ b/fdbserver/RestoreApplier.actor.h @@ -118,7 +118,7 @@ struct StagingKey { // Precompute the final value of the key. // TODO: Look at the last LogMessageVersion, if it set or clear, we can ignore the rest of versions. void precomputeResult(const char* context, UID applierID, int batchIndex) { - TraceEvent(SevDebug, "FastRestoreApplierPrecomputeResult", applierID) + TraceEvent(SevFRMutationInfo, "FastRestoreApplierPrecomputeResult", applierID) .detail("BatchIndex", batchIndex) .detail("Context", context) .detail("Version", version.toString()) diff --git a/tests/slow/ParallelRestoreOldBackupApiCorrectnessAtomicRestore.txt b/tests/slow/ParallelRestoreOldBackupApiCorrectnessAtomicRestore.txt index bd78b8e0d8..3d919ce7da 100644 --- a/tests/slow/ParallelRestoreOldBackupApiCorrectnessAtomicRestore.txt +++ b/tests/slow/ParallelRestoreOldBackupApiCorrectnessAtomicRestore.txt @@ -19,7 +19,7 @@ numClears=100 numClearRanges=10 maxTransactionBytes=500000 randomTestDuration=60 -timeout=2100 +timeout=360000 testName=AtomicRestore startAfter=10.0