mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-04 11:18:44 +08:00
Add Err code when task rollback (#17472)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
parent
05a918e0ab
commit
66f26943f8
@ -672,7 +672,8 @@ func (scheduler *TaskScheduler) scheduleLoop() {
|
||||
rollBackTasks := triggerTask.rollBack(scheduler.ctx)
|
||||
log.Info("scheduleLoop: start rollBack after triggerTask failed",
|
||||
zap.Int64("triggerTaskID", triggerTask.getTaskID()),
|
||||
zap.Any("rollBackTasks", rollBackTasks))
|
||||
zap.Any("rollBackTasks", rollBackTasks),
|
||||
zap.String("error", resultInfo.Reason))
|
||||
// there is no need to save rollBacked internal task to etcd
|
||||
// After queryCoord recover, it will retry failed childTask
|
||||
// if childTask still execute failed, then reProduce rollBacked tasks
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user