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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org For additional commands, e-mail: dev-h...@doris.apache.org