-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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](rowset meta) Fix rowset meta size relation #41022
[fix](rowset meta) Fix rowset meta size relation #41022
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
Tests will be added to verify the correction of this PR. |
run buildall |
1 similar comment
run buildall |
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.
pls add regression test to ensure the correctness from this PR on
TeamCity be ut coverage result: |
+1 |
run buildall |
TeamCity be ut coverage result: |
run buildall |
TeamCity be ut coverage result: |
run p0 |
a011c26
to
6738ab2
Compare
run buildall |
TeamCity be ut coverage result: |
clang-tidy review says "All clean, LGTM! 👍" |
TeamCity be ut coverage result: |
run p0 |
a015746
to
fac0681
Compare
run buildall |
clang-tidy review says "All clean, LGTM! 👍" |
PR approved by at least one committer and no changes requested. |
TeamCity be ut coverage result: |
run cloud_p0 |
run external |
run p0 |
total_inverted_index_size += file_size; | ||
} | ||
} | ||
} else { |
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.
if (rs_meta.tablet_schema()->has_inverted_index())
Issue apache#40879 step 2 make rowset total size = rowset data size + rowset index size
Issue apache#40879 step 2 make rowset total size = rowset data size + rowset index size
Issue apache#40879 step 2 make rowset total size = rowset data size + rowset index size
Proposed changes
Issue #40879 step 2
make rowset total size = rowset data size + rowset index size