Skip to content

Commit

Permalink
Remove useless PipelineTask.close()
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 24, 2024
1 parent 858ce3c commit 4691abd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ public void onSuccess() {
public void onFailure(final Throwable throwable) {
log.error("onFailure, task ID={}", task.getTaskId(), throwable);
task.stop();
IOUtils.closeQuietly(task);
}
}

0 comments on commit 4691abd

Please sign in to comment.