-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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) Fix migrate tablets between backends back and forth #39792
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
TPC-H: Total hot run time: 38957 ms
|
TPC-DS: Total hot run time: 192865 ms
|
ClickBench: Total hot run time: 31.37 s
|
10bbe2d
to
976a192
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
20b8e61
to
a00aeb4
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 37968 ms
|
TPC-DS: Total hot run time: 192005 ms
|
ClickBench: Total hot run time: 31.14 s
|
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. |
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
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
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 37887 ms
|
TPC-DS: Total hot run time: 192880 ms
|
ClickBench: Total hot run time: 32.65 s
|
run buildall |
PR approved by at least one committer and no changes requested. |
TPC-H: Total hot run time: 38557 ms
|
TPC-DS: Total hot run time: 188649 ms
|
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.
2b91106
to
6a261c3
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
TPC-H: Total hot run time: 38591 ms
|
TPC-DS: Total hot run time: 188810 ms
|
ClickBench: Total hot run time: 32.31 s
|
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
) 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.
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