morningman opened a new issue #1998: Stream load try to rollup an already committed transaction URL: https://github.com/apache/incubator-doris/issues/1998 **Describe the bug** failed to rollback: transaction's state is already committed or visible, could not abort **Why** This transaction is already committed in FE but failed to publish, so it will return a PUBLISH_TIMEOUT to BE. But BE treat it as failed, so try to rollback this txn. **How to fix** If BE receive result with PUBLISH_TIMEOUT, treat it as ok, and show this result to user.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
