-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BugFix] Use a separate thread pool for dictionary collection #54454
[BugFix] Use a separate thread pool for dictionary collection #54454
Conversation
Use a separate dictionary to avoid occupying the default ForkJoinPool leading to potential deadlocks. Signed-off-by: stdpain <[email protected]>
aa66bfe
to
6809b6b
Compare
|
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 3 / 3 (100.00%) file detail
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
@Mergifyio backport branch-3.4 |
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
Signed-off-by: stdpain <[email protected]> (cherry picked from commit 9a6445a)
Signed-off-by: stdpain <[email protected]> (cherry picked from commit 9a6445a)
Signed-off-by: stdpain <[email protected]> (cherry picked from commit 9a6445a)
Signed-off-by: stdpain <[email protected]> (cherry picked from commit 9a6445a)
#54454) (#54510) Signed-off-by: stdpain <[email protected]> Co-authored-by: stdpain <[email protected]>
#54454) (#54511) Co-authored-by: stdpain <[email protected]>
#54454) (#54513) Signed-off-by: stdpain <[email protected]> Co-authored-by: stdpain <[email protected]>
#54454) (#54512) Signed-off-by: stdpain <[email protected]> Co-authored-by: stdpain <[email protected]>
…cks#54454) Signed-off-by: stdpain <[email protected]>
StarRocks#54454) (StarRocks#54511) Co-authored-by: stdpain <[email protected]>
Why I'm doing:
Use a separate dictionary to avoid occupying the default ForkJoinPool leading to potential deadlocks.
What I'm doing:
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: