-
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](auto-partition) Fix auto partition load failure in multi replica #36344
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run compile |
run buildall |
TPC-H: Total hot run time: 39756 ms
|
TPC-DS: Total hot run time: 170256 ms
|
ClickBench: Total hot run time: 30.43 s
|
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: 39939 ms
|
TPC-DS: Total hot run time: 173764 ms
|
ClickBench: Total hot run time: 29.73 s
|
TeamCity be ut coverage result: |
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 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
PR approved by at least one committer and no changes requested. |
apache#36344) One sender may incremental_open `tablets_channel` many times. but only close one time. so don't count num_senders duplicated for one sender instance.
… replica (#36586) this pr 1. picked #35630, which was reverted #36098 before. 2. picked #36344 from master these two pr fixed existing bug about auto partition load. --------- Co-authored-by: Kaijie Chen <[email protected]>
apache#36344) ## Proposed changes One sender may incremental_open `tablets_channel` many times. but only close one time. so don't count num_senders duplicated for one sender instance.
#36344) ## Proposed changes One sender may incremental_open `tablets_channel` many times. but only close one time. so don't count num_senders duplicated for one sender instance.
Proposed changes
Issue Number: close #xxx
One sender may incremental_open
tablets_channel
many times. but only close one time. so don't count num_senders duplicated for one sender instance.