Update fdbclient/DatabaseBackupAgent.actor.cpp

Speed up sync between Primary and DR: Event Name Correction

Co-authored-by: Jingyu Zhou <jingyuzhou@gmail.com>
This commit is contained in:
Oleg Samarin 2020-07-04 21:37:28 +03:00 committed by GitHub
parent 6c23901e61
commit 6d70887d68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ namespace dbBackup {
// cancel prefetch
TraceEvent(
SevInfo,
"CopyLogRangeTaskFunc is broken on timeout")
"CopyLogRangeTaskFuncAborted")
.detail("DurationNanos", CLIENT_KNOBS->COPY_LOG_TASK_DURATION_NANOS)
.detail("RangeN", rangeN)
.detail("BytesWritten", Params.bytesWritten().getOrDefault(task)