-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](cloud) fix unnecessary conflict range in lazy commit #60274
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](cloud) fix unnecessary conflict range in lazy commit #60274
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
|
run buildall |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
|
run buildall |
|
run buildall |
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
|
PR approved by at least one committer and no changes requested. |
Before: ``` I20260127 07:50:10.853658 2639096 meta_service_util.cpp:78] update table version txn_id=885400033280 db_id=15246789 table_id=42356789 I20260127 07:50:10.853765 2639096 meta_service_txn.cpp:2381] put_size=160197 del_size=0 num_put_keys=2002 num_del_keys=0 txn_size=12976511 txn_id=885400033280 W20260127 07:50:10.924083 2639096 txn_kv.cpp:782] fdb commit error, code=2101 msg=Transaction exceeds byte limit W20260127 07:50:10.924407 2639096 meta_service_txn.cpp:2391] commit txn failed due to txn size too large, txn_id=885400033280 the underlying txn size=16332642 ``` After: ``` I20260127 09:02:46.518415 2656919 meta_service_util.cpp:78] update table version txn_id=5329084161024 db_id=15246789 table_id=42356789 I20260127 09:02:46.518524 2656919 meta_service_txn.cpp:2402] put_size=162198 del_size=0 num_put_keys=2002 num_del_keys=0 txn_size=690512 txn_id=5329084161024 the underlying txn size=846643 I20260127 09:02:46.554267 2657045 txn_lazy_committer.cpp:658] lazy task commit txn_id=5329084161024 retry_times=0 ```
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Before:
After:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)