-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[Bug](cloud restore) refresh index id in rowset schema #57074
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
base: master
Are you sure you want to change the base?
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
1 similar comment
|
run buildall |
TPC-DS: Total hot run time: 190562 ms |
ClickBench: Total hot run time: 30.21 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
TPC-DS: Total hot run time: 190927 ms |
ClickBench: Total hot run time: 30.94 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run buildall |
ClickBench: Total hot run time: 27.53 s |
|
run buildall |
ClickBench: Total hot run time: 27.65 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
|
run nonConcurrent |
|
run p0 |
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
4ba2f1c to
156b052
Compare
|
run buildall |
TPC-H: Total hot run time: 34452 ms |
TPC-DS: Total hot run time: 186913 ms |
ClickBench: Total hot run time: 27.64 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
156b052 to
2622d22
Compare
|
run buildall |
TPC-H: Total hot run time: 34432 ms |
TPC-DS: Total hot run time: 187137 ms |
ClickBench: Total hot run time: 27.33 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
What problem does this PR solve?
When doing restore with the config
restore_reset_index_idis set to true, the index id is not actually refresh in rowset schema.Then the schema saved by create tablet request and the schema saved by commit restore request will be different.
This will cause a Fatal error in meta service:
This problem not only exists in cloud mode.
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)