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
I have searched in the issues and found no similar issues.
Describe the bug
Currently, the thread pool handling the FlushEvent does not have exception handling in place. If there are unknown bugs in the subsequent code, exceptions might be swallowed, making it difficult to pinpoint the issue.
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?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
rickyma
added a commit
to rickyma/incubator-uniffle
that referenced
this issue
Mar 18, 2024
…ol when flushing events (#1589)
### What changes were proposed in this pull request?
Add exception handling for the thread pool when flushing events.
### Why are the changes needed?
For #1588.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing UTs.
…ead pool when flushing events (apache#1589)
### What changes were proposed in this pull request?
Add exception handling for the thread pool when flushing events.
### Why are the changes needed?
For apache#1588.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Existing UTs.
Code of Conduct
Search before asking
Describe the bug
Currently, the thread pool handling the
FlushEvent
does not have exception handling in place. If there are unknown bugs in the subsequent code, exceptions might be swallowed, making it difficult to pinpoint the issue.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: