w41ter opened a new pull request, #60274:
URL: https://github.com/apache/doris/pull/60274

   ### What problem does this PR solve?
   
   Issue Number: close #xxx
   
   Related PR: #xxx
   
   Problem Summary:
   
   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
   ```
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to