Skip to content

Commit

Permalink
[CELEBORN-1244] Delete redundant remove operations and handle timeout…
Browse files Browse the repository at this point in the history
… requests in final check

### What changes were proposed in this pull request?
Delete redundant remove operations and handle timeout requests in final check

### Why are the changes needed?

Delete redundant remove operations and handle timeout requests in final check

### Does this PR introduce _any_ user-facing change?

NO

### How was this patch tested?

PASS GA

Closes #2251 from jiaoqingbo/CELEBORN-1244.

Authored-by: jiaoqingbo <1178404354@qq.com>
Signed-off-by: SteNicholas <programgeek@163.com>
  • Loading branch information
jiaoqingbo authored and SteNicholas committed Feb 5, 2024
1 parent d89dcf0 commit 2a89c30
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ abstract class CommitHandler(
logError(
s"Ask worker($worker) CommitFiles for $shuffleId failed because of Timeout" +
s" (attempt ${status.retriedTimes}/$maxRetries), will not retry.")
iter.remove()
}
}
}
Expand Down

0 comments on commit 2a89c30

Please sign in to comment.