morningman opened a new pull request #4535: URL: https://github.com/apache/incubator-doris/pull/4535
## Proposed changes We store all table ids involved in the Load Job in TransactionState. However, for Hadoop Load job, table ids are set incorrectly. This caused the WAITING_TXN phase to not correctly wait for the completion of the previous load transaction when doing the alter table, which caused some data version loss problems. ## Types of changes - [x] Bugfix (non-breaking change which fixes an issue) ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
