morningman opened a new pull request #5093:
URL: https://github.com/apache/incubator-doris/pull/5093


   ## Proposed changes
   
   In the previous implementation, whether a subtask is in commit or abort 
state,
   we will try to update the job progress, such as the consumed offset of kafka.
   Under normal circumstances, the aborted transaction does not consume any 
data,
   and all progress is 0, so even we update the progress, the progress will 
remain
   unchanged.
   However, in the case of high cluster load, the subtask may fail half of the 
execution on the BE side.
   At this time, although the task is aborted, part of the progress is updated.
   Cause the next subtask to skip these data for consumption, resulting in data 
loss.
   
   Also modify some log level and config
   
   ## Types of changes
   
   - [x] Bugfix (non-breaking change which fixes an issue)
   
   ## Checklist
   
   - [] I have create an issue on (Fix #ISSUE), and have described the 
bug/feature there in detail
   


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to