Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core][experimental] Accelerated DAG does not handle application-level IOErrors correctly #45313

Open
stephanie-wang opened this issue May 13, 2024 · 0 comments
Labels
accelerated-dag bug Something that is supposed to be working; but isn't P2 Important issue, but not time-critical usability

Comments

@stephanie-wang
Copy link
Contributor

What happened + What you expected to happen

Accelerated DAG uses IOError to indicate a system error when a backing channel closes. This would not work properly if the application itself throws an IOError. We should replace IOError with a system-level error, e.g., ChannelIOError.

Versions / Dependencies

3.0dev

Reproduction script

--

Issue Severity

None

@stephanie-wang stephanie-wang added bug Something that is supposed to be working; but isn't P2 Important issue, but not time-critical accelerated-dag labels May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accelerated-dag bug Something that is supposed to be working; but isn't P2 Important issue, but not time-critical usability
Projects
None yet
Development

No branches or pull requests

2 participants