You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/29 13:36:30 UTC

[GitHub] [incubator-doris] morningman opened a new issue #1724: Support checking transaction at table level instead of database level

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org