-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.x][ML] Handle IOException while closing DFA process while task is …
…stopping (#69910) (#69955) This handles an edge case where a data frame analytics job is stopped while the process is being closed. As the process gets killed, the process close may fail with a broken pipe IOException. We should ignore that IOException instead of set the job to the failed state. Backport of #69910 Relates #67581
- Loading branch information
1 parent
34524c0
commit 86c7d74
Showing
2 changed files
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters