EmmyMiao87 opened a new pull request #934: Move lock of routine load job
URL: https://github.com/apache/incubator-doris/pull/934
 
 
   1. Moving lock of routine load job from inside of lock of txn to outside.
   2. The process of routine load task commit or abort is following:
   * lock job
         check task
     lock txn
         commit txn
     unlock txn
         commit task
   * unlock job
   3. The process of checking timeout txn will be ignored when there are 
related task of txn.
   4. The relationship between task and txn will be removed when task timeout.

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

Reply via email to