morningman opened a new issue #2063: Tablet failed to be committed when there is no data loaded for it. URL: https://github.com/apache/incubator-doris/issues/2063 **Describe the bug** When loading load to a table, if some of tablets does not receive any data in this job, they will failed to be committed. So that entire load job will be failed. **Why** This is because when there is no data loaded to a tablet, this tablet's info are not reported to FE in TabletCommitInfo message. So that FE will consider that tablet as failed. **How to fix** Even if there is no data loaded to a tablet, we should also commit that tablet on BE and report to FE.
---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org