Uh oh!
There was an error while loading. Please reload this page.
[fix](cloud) Fix migrate tablets between backends back and forth - #39792
Merged
Conversation
doris-robot
commented
Aug 22, 2024
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
dataroaring
commented
Aug 23, 2024
Contributor
run buildall |
doris-robot
commented
Aug 23, 2024
TPC-H: Total hot run time: 38957 ms |
doris-robot
commented
Aug 23, 2024
TPC-DS: Total hot run time: 192865 ms |
doris-robot
commented
Aug 23, 2024
ClickBench: Total hot run time: 31.37 s |
deardengforce-pushed
the
fix-cloud-rebalce
branch
from
August 23, 2024 08:24
10bbe2d to
976a192Comparedeardeng
commented
Aug 26, 2024
ContributorAuthor
run buildall |
Contributor
clang-tidy review says "All clean, LGTM! 👍" |
deardengforce-pushed
the
fix-cloud-rebalce
branch
2 times, most recently
from
August 26, 2024 13:13
20b8e61 to
a00aeb4Comparedeardeng
commented
Aug 26, 2024
ContributorAuthor
run buildall |
Contributor
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
Contributor
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Aug 26, 2024
TPC-H: Total hot run time: 37968 ms |
doris-robot
commented
Aug 26, 2024
TPC-DS: Total hot run time: 192005 ms |
doris-robot
commented
Aug 26, 2024
ClickBench: Total hot run time: 31.14 s |
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
deardeng
commented
Aug 28, 2024
ContributorAuthor
run buildall |
Contributor
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Aug 28, 2024
TPC-H: Total hot run time: 37887 ms |
doris-robot
commented
Aug 28, 2024
TPC-DS: Total hot run time: 192880 ms |
doris-robot
commented
Aug 28, 2024
ClickBench: Total hot run time: 32.65 s |
gavinchou
approved these changes
Aug 28, 2024
gavinchou
commented
Aug 28, 2024
Contributor
run buildall |
Contributor
PR approved by at least one committer and no changes requested. |
doris-robot
commented
Aug 28, 2024
TPC-H: Total hot run time: 38557 ms |
doris-robot
commented
Aug 28, 2024
TPC-DS: Total hot run time: 188649 ms |
doris-robot
commented
Aug 28, 2024
ClickBench: Total hot run time: 32.45 s |
BUG: cloud rebalancer migrates tablets back and forth: move from A to B, then B to A, then A to B, ... The reason is that the tabletToInfightTask map tracking in-flight tasks ignored the multi-cluster scenario, and in the statRouteInfo function, the cluster information was lost, which led to inaccurate tablets statistics.
dataroaringforce-pushed
the
fix-cloud-rebalce
branch
from
August 30, 2024 04:25
2b91106 to
6a261c3Comparedataroaring
commented
Aug 30, 2024
Contributor
run buildall |
Contributor
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Aug 30, 2024
TPC-H: Total hot run time: 38591 ms |
doris-robot
commented
Aug 30, 2024
TPC-DS: Total hot run time: 188810 ms |
doris-robot
commented
Aug 30, 2024
ClickBench: Total hot run time: 32.31 s |
dataroaring pushed a commit
that referenced
this pull request
Sep 3, 2024
) BUG: cloud rebalancer migrates tablets back and forth: move from A to B, then B to A, then A to B, ... The reason is that the tabletToInfightTask map tracking in-flight tasks ignored the multi-cluster scenario, and in the statRouteInfo function, the cluster information was lost, which led to inaccurate tablets statistics.
Closed
HappenLee pushed a commit
to HappenLee/incubator-doris
that referenced
this pull request
Apr 24, 2026
…che#39792) BUG: cloud rebalancer migrates tablets back and forth: move from A to B, then B to A, then A to B, ... The reason is that the tabletToInfightTask map tracking in-flight tasks ignored the multi-cluster scenario, and in the statRouteInfo function, the cluster information was lost, which led to inaccurate tablets statistics.
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.
BUG: cloud rebalancer migrates tablets back and forth: move from A to B, then B to A, then A to B, ...
The reason is that the tabletToInfightTask map tracking in-flight tasks ignored the multi-cluster scenario, and in the statRouteInfo function, the cluster information was lost, which led to inaccurate tablets statistics.
Proposed changes
Issue Number: close #xxx