You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a recent investigation, we found that when a task writes message to the local object store at the same time the local object store is being shut down, the Broken pipe error thrown from the write message operation will fail the current task as an application level error. This caused the task to fail without retry.
The expected behavior should be the Broken pipe error should be thrown as a system error so that the task can further retry as configured.
Versions / Dependencies
N/A
Reproduction script
N/A
Issue Severity
None
The text was updated successfully, but these errors were encountered:
MengjinYan
added
bug
Something that is supposed to be working; but isn't
core
Issues that should be addressed in Ray Core
labels
Nov 7, 2024
What happened + What you expected to happen
In a recent investigation, we found that when a task writes message to the local object store at the same time the local object store is being shut down, the Broken pipe error thrown from the write message operation will fail the current task as an application level error. This caused the task to fail without retry.
The expected behavior should be the Broken pipe error should be thrown as a system error so that the task can further retry as configured.
Versions / Dependencies
N/A
Reproduction script
N/A
Issue Severity
None
The text was updated successfully, but these errors were encountered: