Really ignore the error from uploading actor
This commit is contained in:
parent
d883426c6a
commit
8263c25336
|
@ -1093,7 +1093,6 @@ ACTOR Future<Void> backupWorker(BackupInterface interf, InitializeBackupRequest
|
||||||
wait(done);
|
wait(done);
|
||||||
} catch (Error& e) {
|
} catch (Error& e) {
|
||||||
TraceEvent("BackupWorkerShutdownError", self.myId).error(e, true);
|
TraceEvent("BackupWorkerShutdownError", self.myId).error(e, true);
|
||||||
throw err;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
TraceEvent("BackupWorkerTerminated", self.myId).error(err, true);
|
TraceEvent("BackupWorkerTerminated", self.myId).error(err, true);
|
||||||
|
|
Loading…
Reference in New Issue