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/09/19 12:16:24 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #1832: Fix bug that routine load may mistakenly skipped some data

morningman opened a new pull request #1832: Fix bug that routine load may mistakenly skipped some data
URL: https://github.com/apache/incubator-doris/pull/1832
 
 
   Reproduce:
   1. start a routine load, send a routine load task to BE
   2. BE executes task successfully and commit to FE.
   3. Commit request failed on FE because database is renamed(throw db not found exception)
   4. After commit failed, BE will send rollback request to FE.
   5. FE receive this rollback request and mistakenly update the routine load progress,
      because the number of loaded rows in this rollback request's attachment is larger than 0

----------------------------------------------------------------
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