Uh oh!
There was an error while loading. Please reload this page.
[fix](inverted index) base compaction failed after restore indexes - #43962
Conversation
doris-robot
commented
Nov 14, 2024
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
cambyzju
commented
Nov 14, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
e8ccf0d to
49666c8Comparecambyzju
commented
Nov 14, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
49666c8 to
0567141Comparecambyzju
commented
Nov 14, 2024
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
doris-robot
commented
Nov 14, 2024
TeamCity be ut coverage result: |
PR approved by anyone and no changes requested. |
What problem does this PR solve?
Problem:
after restore from other cluster, then rowsets got different index_id, and make index compaction in base compaction always failed.
Fix:
On master branch, this pr: #41625 already fix it.
Here pick it to branch-2.1
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)