caiconghui commented on issue #3329: TxnManager::commit_txn may have race condition because of lack of txn lock URL: https://github.com/apache/incubator-doris/issues/3329#issuecomment-614446800 just add MutexLock txn_lock(&_get_txn_lock(transaction_id)); in the begin of commit txn function to fix this problem
---------------------------------------------------------------- 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]
