Uh oh!
There was an error while loading. Please reload this page.
[Opt](cloud-mow) Do fast retry when commit compaction job for mow tablet - #52476
Merged
dataroaring merged 4 commits intoJul 7, 2025
Merged
Conversation
Thearas
commented
Jun 30, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
bobhan1force-pushed
the
fast-retry-for-mow-compaction-job-commit
branch
from
June 30, 2025 02:40
922e0ed to
142bae5Comparebobhan1
commented
Jun 30, 2025
ContributorAuthor
run buildall |
hello-stephen
commented
Jun 30, 2025
Contributor
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
bobhan1
marked this pull request as ready for review
June 30, 2025 07:52
bobhan1force-pushed
the
fast-retry-for-mow-compaction-job-commit
branch
2 times, most recently
from
July 1, 2025 02:30
97ee8a6 to
abde7f0CompareContributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
| return; | ||
| } | ||
| for (int retry = 0; retry <= 1; retry++) { | ||
| response->Clear(); |
mymeiyi
reviewed
Jul 1, 2025
| } | ||
| } | ||
| if (retry == 0 && !request->job().compaction().empty() && |
Contributor
There was a problem hiding this comment.
fast retry only when the err is TxnErrorCode::TXN_CONFLICT?
bobhan1force-pushed
the
fast-retry-for-mow-compaction-job-commit
branch
from
July 1, 2025 08:21
abde7f0 to
233e234Comparebobhan1
commented
Jul 1, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Jul 1, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
PR approved by at least one committer and no changes requested. |
mymeiyi
approved these changes
Jul 7, 2025
github-actionsBot
pushed a commit
that referenced
this pull request
Jul 7, 2025
…let (#52476) ### What problem does this PR solve? #### Before:  #### After 
etah000 pushed a commit
to etah000/doris
that referenced
this pull request
Jul 7, 2025
… for mow tablet apache#52476 (apache#52843) Cherry-picked from apache#52476 Co-authored-by: bobhan1 <baohan@selectdb.com>
bobhan1 added a commit
to bobhan1/doris
that referenced
this pull request
Jul 8, 2025
bobhan1 added a commit
to bobhan1/doris
that referenced
this pull request
Jul 8, 2025
Closed
csun5285 pushed a commit
to csun5285/doris
that referenced
this pull request
Sep 23, 2025
… job for mow tablet apache#52476 (apache#4149) pick apache#52476
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?
Before:
After
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)