Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
okJiang committed Dec 20, 2023
1 parent a34651f commit 06422f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/disttask/framework/taskexecutor/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ func (m *Manager) onRunnableTasks(tasks []*proto.Task) {
})
// pool closed.
if err != nil {
m.slotManager.free(t.ID)
m.removeHandlingTask(task.ID)
m.logErr(err)
return
Expand Down

0 comments on commit 06422f4

Please sign in to comment.