You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/10/23 04:30:28 UTC

[GitHub] [incubator-doris] morningman opened a new issue #2045: Too many `rollback transaction from engine successfully` log in be.INFO

morningman opened a new issue #2045: Too many `rollback transaction from engine successfully` log in be.INFO
URL: https://github.com/apache/incubator-doris/issues/2045
 
 
   **Describe the bug**
   When loading data, there are too many logs in be.INFO like:
   
   `rollback transaction from engine successfully xxxx`
   
   This is because BE will always rollback transactions corresponding to `no-data-loaded`
   partitions. 
   
   **How to resolve**
   We should only begin transactions for partitions when there is data to be loaded.
   So, we should open the DeltaWriter when first data comes.
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org