Uh oh!
There was an error while loading. Please reload this page.
[Fix](cloud-mow) Handle tablet delete bitmap calculation task's return value unifiedly in CloudEngineCalcDeleteBitmapTask::execute - #50019
Merged
dataroaring merged 2 commits intoApr 15, 2025
Conversation
Thearas
commented
Apr 14, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
bobhan1force-pushed
the
fix-fail-path-in-handle-rowset
branch
2 times, most recently
from
April 14, 2025 06:25
00aedb0 to
56457b1Comparebobhan1
marked this pull request as ready for review
April 14, 2025 06:25
bobhan1force-pushed
the
fix-fail-path-in-handle-rowset
branch
from
April 14, 2025 06:27
56457b1 to
5173442Comparebobhan1
commented
Apr 14, 2025
ContributorAuthor
run buildall |
Uh oh!
There was an error while loading. Please reload this page.
bobhan1force-pushed
the
fix-fail-path-in-handle-rowset
branch
from
April 14, 2025 07:28
a7c097c to
c3cfbf9Comparedoris-robot
commented
Apr 14, 2025
TPC-H: Total hot run time: 34567 ms |
bobhan1force-pushed
the
fix-fail-path-in-handle-rowset
branch
from
April 14, 2025 07:33
c3cfbf9 to
3975d23CompareUh oh!
There was an error while loading. Please reload this page.
doris-robot
commented
Apr 14, 2025
TPC-DS: Total hot run time: 186469 ms |
bobhan1force-pushed
the
fix-fail-path-in-handle-rowset
branch
from
April 14, 2025 07:47
3975d23 to
4197d0dComparedoris-robot
commented
Apr 14, 2025
ClickBench: Total hot run time: 30.73 s |
bobhan1
commented
Apr 14, 2025
ContributorAuthor
run buildall |
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
bobhan1force-pushed
the
fix-fail-path-in-handle-rowset
branch
from
April 14, 2025 08:12
4197d0d to
c900059Comparedoris-robot
commented
Apr 14, 2025
TPC-H: Total hot run time: 33819 ms |
doris-robot
commented
Apr 14, 2025
TPC-DS: Total hot run time: 185963 ms |
doris-robot
commented
Apr 14, 2025
ClickBench: Total hot run time: 31.18 s |
bobhan1
commented
Apr 14, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 14, 2025
TPC-H: Total hot run time: 34194 ms |
doris-robot
commented
Apr 14, 2025
TPC-DS: Total hot run time: 186017 ms |
doris-robot
commented
Apr 14, 2025
ClickBench: Total hot run time: 31.15 s |
doris-robot
commented
Apr 14, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
bobhan1
commented
Apr 14, 2025
ContributorAuthor
run p0 |
Contributor
PR approved by at least one committer and no changes requested. |
CloudTabletCalcDeleteBitmapTaskCloudEngineCalcDeleteBitmapTask::executeseawinde pushed a commit
to seawinde/doris
that referenced
this pull request
Apr 17, 2025
…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.
koarz pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…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.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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)