Skip to content

Conversation

@github-actions
Copy link
Contributor

Cherry-picked from #46969

…hen updating delete bitmap (#46969)

fdb_txn_size is not key size+value size, actually txn size is the triple
of key size plus value size at least for writing, so use
txn->approximate_bytes() to calculating txn size is more accurate.
However, txn->approximate_bytes() is not 100% accurate either, in my
test, when txn->approximate_bytes() bingger than 8.3MB, it will meet
Transaction exceeds byte limit error.
@Thearas
Copy link
Contributor

Thearas commented Jan 16, 2025

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?

@dataroaring dataroaring reopened this Jan 16, 2025
@Thearas
Copy link
Contributor

Thearas commented Jan 16, 2025

run buildall

@CalvinKirs
Copy link
Member

run buildall

@zhannngchen zhannngchen merged commit 415aa23 into branch-3.0 Jan 17, 2025
25 of 27 checks passed
@github-actions github-actions bot deleted the auto-pick-46969-branch-3.0 branch January 17, 2025 07:12
Sign up for free to 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.

6 participants