-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[refactore](cloud) separate cloud restore create tablet rpc into multiple batches #54933
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
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33809 ms |
TPC-DS: Total hot run time: 185344 ms |
ClickBench: Total hot run time: 33.03 s |
FE UT Coverage ReportIncrement line coverage |
|
run cloud_p0 |
de31c89 to
4625c90
Compare
|
run buildall |
TPC-H: Total hot run time: 34290 ms |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-DS: Total hot run time: 187773 ms |
ClickBench: Total hot run time: 32.75 s |
|
run p0 |
|
run cloud_p0 |
|
run fe_ut |
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33920 ms |
TPC-DS: Total hot run time: 186541 ms |
ClickBench: Total hot run time: 33.21 s |
FE UT Coverage ReportIncrement line coverage |
|
run p0 |
|
run p0 |
1 similar comment
|
run p0 |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
dataroaring
left a comment
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 p0 |
4 similar comments
|
run p0 |
|
run p0 |
|
run p0 |
|
run p0 |
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 34286 ms |
TPC-DS: Total hot run time: 187198 ms |
ClickBench: Total hot run time: 32.81 s |
FE Regression Coverage ReportIncrement line coverage |
FE UT Coverage ReportIncrement line coverage |
…iple batches (apache#54933) 1、Add a config cloud_restore_create_tablet_batch_size default 256, separate cloud restore create tablet rpc into multiple batches to prevent rpc timeout 2、Fix replica's partition id incorrect in restored table.
What problem does this PR solve?
Problem Summary:
1、Add a config cloud_restore_create_tablet_batch_size default 256, separate cloud restore create tablet rpc into multiple batches to prevent rpc timeout
2、Fix replica's partition id incorrect in restored table.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)