-
Notifications
You must be signed in to change notification settings - Fork 149
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
[Bug] Exceptions might be discarded when spilling buffers #1572
Comments
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Mar 13, 2024
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Mar 13, 2024
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Mar 13, 2024
zuston
pushed a commit
that referenced
this issue
Mar 14, 2024
…rs (#1573) ### What changes were proposed in this pull request? Handle all the exceptions when spilling buffers. Let users know when a TimeoutException occurs. ### Why are the changes needed? Fix #1572. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Existing UTs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
Describe the bug
A return statement inside a finally block will cause any exception that might be thrown in the try or catch block to be discarded.
I think we need to handle all the exceptions when spilling buffers.
Affects Version(s)
master
Uniffle Server Log Output
No response
Uniffle Engine Log Output
No response
Uniffle Server Configurations
No response
Uniffle Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: