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/07/02 07:40:09 UTC

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1419: Fix the deadlock of database and loadjob

EmmyMiao87 opened a new pull request #1419: Fix the deadlock of database and loadjob
URL: https://github.com/apache/incubator-doris/pull/1419
 
 
   This commit change the idToTable to concurrent hashmap in database. It don't need to lock the database before getTable.
   The database will be locked in GlobalTxnManager. The load job will be locked after that.
   So the lock sequence is: database, load manager, load job.

----------------------------------------------------------------
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