Really ignore the error from uploading actor

This commit is contained in:
Jingyu Zhou 2020-06-27 22:36:53 -07:00
parent d883426c6a
commit 8263c25336
1 changed files with 0 additions and 1 deletions

View File

@ -1093,7 +1093,6 @@ ACTOR Future<Void> backupWorker(BackupInterface interf, InitializeBackupRequest
wait(done);
} catch (Error& e) {
TraceEvent("BackupWorkerShutdownError", self.myId).error(e, true);
throw err;
}
}
TraceEvent("BackupWorkerTerminated", self.myId).error(err, true);