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:
parent
6c23901e61
commit
6d70887d68
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue