[chore](backup) log backup/restore job during replay (#35234)
This commit is contained in:
@ -743,6 +743,8 @@ public class BackupHandler extends MasterDaemon implements Writable {
|
||||
}
|
||||
|
||||
public void replayAddJob(AbstractJob job) {
|
||||
LOG.info("replay backup/restore job: {}", job);
|
||||
|
||||
if (job.isCancelled()) {
|
||||
AbstractJob existingJob = getCurrentJob(job.getDbId());
|
||||
if (existingJob == null || existingJob.isDone()) {
|
||||
|
||||
Reference in New Issue
Block a user