Skip to content

Conversation

@hust-hhb
Copy link
Contributor

tablet_id is int64_t, use int32_t may have truncation problem, which will lead to send wrong tablet_id to ms, and do nothing on remove old delete bitmap

@doris-robot
Copy link

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?

@hust-hhb
Copy link
Contributor Author

run buildall

Copy link
Contributor

@dataroaring dataroaring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions
Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added approved Indicates a PR has been approved by one committer. reviewed labels Nov 14, 2024
@github-actions
Copy link
Contributor

PR approved by anyone and no changes requested.

@github-actions
Copy link
Contributor

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

Copy link
Contributor

@zhannngchen zhannngchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 37.94% (9888/26060)
Line Coverage: 29.15% (82651/283565)
Region Coverage: 28.27% (42477/150230)
Branch Coverage: 24.85% (21542/86678)
Coverage Report: http://coverage.selectdb-in.cc/coverage/744d8da21878d9d4335f72bdc38c22a93a34559a_744d8da21878d9d4335f72bdc38c22a93a34559a/report/index.html

dataroaring pushed a commit that referenced this pull request Nov 14, 2024
…blem when removing old delete bitmap (#43968)

tablet_id is int64_t, use int32_t may have truncation problem, which
will lead to send wrong tablet_id to ms, and do nothing on remove old
delete bitmap
pick:#43956
@gavinchou gavinchou merged commit 75557a5 into apache:master Nov 14, 2024
hubgeter pushed a commit to hubgeter/doris that referenced this pull request Mar 12, 2025
…blem when removing old delete bitmap (apache#43968) (apache#43956)

tablet_id is int64_t, use int32_t may have truncation problem, which
will lead to send wrong tablet_id to ms, and do nothing on remove old
delete bitmap
pick:apache#43956
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. dev/3.0.3-merged reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants