Skip to content

Commit fec2e13

Browse files
committed
lightning: make OpLevelOptional suppress the error of DoChecksum
1 parent 3b801d9 commit fec2e13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

disttask/importinto/subtask_executor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ func verifyChecksum(ctx context.Context, taskMeta *TaskMeta, subtaskMeta *PostPr
124124
return err
125125
}
126126
logger.Warn("checksumTable failed, will skip this error and go on", zap.Error(err))
127-
err = nil
128127
}
129128
if remoteChecksum != nil {
130129
if !remoteChecksum.IsEqual(&localChecksum) {

0 commit comments

Comments
 (0)