Skip to content

branch-3.0: [fix](meta-service) Avoid rowset meta exceeds 2G result in protobuf fatal #44780 - #45205

Merged
dataroaring merged 1 commit into
branch-3.0from
auto-pick-44780-branch-3.0
Dec 9, 2024
Merged

branch-3.0: [fix](meta-service) Avoid rowset meta exceeds 2G result in protobuf fatal #44780#45205
dataroaring merged 1 commit into
branch-3.0from
auto-pick-44780-branch-3.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #44780

…atal (#44780)
Rowset meta may exceed limit of 2GB incase of table of extremely wide
variant type. Check the size before serializing.
@doris-robot

Copy link
Copy Markdown

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@doris-robot

Copy link
Copy Markdown

run buildall

@github-actions

Copy link
Copy Markdown
ContributorAuthor

clang-tidy review says "All clean, LGTM! 👍"

@dataroaring
dataroaring merged commit d611e71 into branch-3.0Dec 9, 2024
@github-actions
github-actionsBot deleted the auto-pick-44780-branch-3.0 branch December 9, 2024 14:12
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@doris-robot@dataroaring@Hastyshell