Skip to content

branch-4.0: [fix](cloud) fix unnecessary conflict range in lazy commit #60274#60350

Merged
yiguolei merged 1 commit intobranch-4.0from
auto-pick-60274-branch-4.0
Feb 2, 2026
Merged

branch-4.0: [fix](cloud) fix unnecessary conflict range in lazy commit #60274#60350
yiguolei merged 1 commit intobranch-4.0from
auto-pick-60274-branch-4.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Cherry-picked from #60274

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
```
@github-actions github-actions bot requested a review from yiguolei as a code owner January 29, 2026 08:00
@yiguolei
Copy link
Copy Markdown
Contributor

run buildall

@hello-stephen
Copy link
Copy Markdown
Contributor

Cloud UT Coverage Report

Increment line coverage 43.66% (31/71) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 79.54% (1784/2243)
Line Coverage 64.89% (31820/49036)
Region Coverage 65.51% (15878/24238)
Branch Coverage 55.99% (8427/15052)

@yiguolei yiguolei closed this Feb 2, 2026
@yiguolei yiguolei reopened this Feb 2, 2026
@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Feb 2, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Feb 2, 2026

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

@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Feb 2, 2026

PR approved by anyone and no changes requested.

@yiguolei yiguolei merged commit 26cdbfa into branch-4.0 Feb 2, 2026
26 of 28 checks passed
@github-actions github-actions bot deleted the auto-pick-60274-branch-4.0 branch February 2, 2026 03:08
ybtsdst pushed a commit to ybtsdst/doris that referenced this pull request Feb 27, 2026
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. reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants