-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[Fix](cloud-mow) Handle tablet delete bitmap calculation task's return value unifiedly in CloudEngineCalcDeleteBitmapTask::execute
#50019
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
[Fix](cloud-mow) Handle tablet delete bitmap calculation task's return value unifiedly in CloudEngineCalcDeleteBitmapTask::execute
#50019
Conversation
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
00aedb0
to
56457b1
Compare
56457b1
to
5173442
Compare
run buildall |
a7c097c
to
c3cfbf9
Compare
TPC-H: Total hot run time: 34567 ms
|
c3cfbf9
to
3975d23
Compare
TPC-DS: Total hot run time: 186469 ms
|
3975d23
to
4197d0d
Compare
ClickBench: Total hot run time: 30.73 s
|
run buildall |
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.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
4197d0d
to
c900059
Compare
TPC-H: Total hot run time: 33819 ms
|
TPC-DS: Total hot run time: 185963 ms
|
ClickBench: Total hot run time: 31.18 s
|
run buildall |
TPC-H: Total hot run time: 34194 ms
|
TPC-DS: Total hot run time: 186017 ms
|
ClickBench: Total hot run time: 31.15 s
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
run p0 |
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.
LGTM
PR approved by at least one committer and no changes requested. |
CloudTabletCalcDeleteBitmapTask
CloudEngineCalcDeleteBitmapTask::execute
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.
LGTM
…n value unifiedly in `CloudEngineCalcDeleteBitmapTask::execute` (apache#50019) ### What problem does this PR solve? handle tablet delete bitmap calculation task's return value in `CloudEngineCalcDeleteBitmapTask::execute()` unifiedly rather than in the inner functions to avoid some branches' errors from being improperly handled and cause correnct problem.
…n value unifiedly in `CloudEngineCalcDeleteBitmapTask::execute` (apache#50019) ### What problem does this PR solve? handle tablet delete bitmap calculation task's return value in `CloudEngineCalcDeleteBitmapTask::execute()` unifiedly rather than in the inner functions to avoid some branches' errors from being improperly handled and cause correnct problem.
What problem does this PR solve?
handle tablet delete bitmap calculation task's return value in
CloudEngineCalcDeleteBitmapTask::execute()
unifiedly rather than in the inner functions to avoid some branches' errors from being improperly handled and cause correnct problem.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)