morningman commented on issue #3330: Fix rowset_meta race condition for commit_txn in TxnManager URL: https://github.com/apache/incubator-doris/pull/3330#issuecomment-614723544 > @caiconghui Hi, Why `prepare_txn`, `rollback_txn`, `delete_txn` don't need this txn_lock? Only `commit_txn` and `publish_txn` has rowset meta modification. So I think the txn lock is mainly to protect the rowset meta of the specified txn.
---------------------------------------------------------------- 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]
