-
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] ensure the latch can be counted down #54859
Conversation
769f5b7
to
82153f6
Compare
* latch may not be countdown due to threadpool abortion * add cleaner to the runnable task, ensure the countdown is ticked when the task is destroyed Signed-off-by: Kevin Xiaohua Cai <[email protected]>
82153f6
to
44b2001
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code review will be much easier with whitespace ignored option. Not much code logic change in this file.
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]✅ pass : 156 / 193 (80.83%) file detail
|
@Mergifyio backport branch-3.4 |
@Mergifyio backport branch-3.3 |
@Mergifyio backport branch-3.2 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
Signed-off-by: Kevin Xiaohua Cai <[email protected]> (cherry picked from commit e267ea0) # Conflicts: # be/src/service/service_be/lake_service.cpp
Signed-off-by: Kevin Xiaohua Cai <[email protected]> (cherry picked from commit e267ea0) # Conflicts: # be/src/service/service_be/lake_service.cpp # be/src/util/threadpool.h # be/test/util/threadpool_test.cpp
Signed-off-by: Kevin Xiaohua Cai <[email protected]> (cherry picked from commit e267ea0) # Conflicts: # be/src/service/service_be/lake_service.cpp # be/src/util/threadpool.h # be/test/service/lake_service_test.cpp # be/test/util/threadpool_test.cpp
Signed-off-by: Kevin Xiaohua Cai <[email protected]> Co-authored-by: Kevin Cai <[email protected]>
Signed-off-by: Kevin Xiaohua Cai <[email protected]> Co-authored-by: Kevin Cai <[email protected]>
Signed-off-by: Kevin Xiaohua Cai <[email protected]> Co-authored-by: Kevin Cai <[email protected]>
Why I'm doing:
What I'm doing:
Fixes https://github.com/StarRocks/StarRocksTest/issues/9033
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: