morningman opened a new issue #1724: Support checking transaction at table level instead of database level URL: https://github.com/apache/incubator-doris/issues/1724 When altering table, we will wait for all previous transaction to be finished. But because there is no table info in transaction, so we just check the transaction at database level. This will cause the loading of table B in a database will block the alter process of table A in same database.
---------------------------------------------------------------- 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]
