morningman opened a new pull request #2241: Fix some bugs about load label
URL: https://github.com/apache/incubator-doris/pull/2241
 
 
   1. `dbIdToTxnLabels` in `GlobalTransactionMgr` should be consistent with 
`idToTransactionState`, not only contains running or finished transactions' 
labels.
   
   2. callback id should be removed when replaying transaction abort or visible 
edit log.
   
   3. `LabelAlreadyUsed` exception should be thrown before adding load job. 
Otherwise, there will be lots of CANCELLED load jobs when reason "label already 
used".
   
   4. LoadTimeoutChecker should check txn's status before deciding weather to 
cancel the job, instead of only checking job' state.
   
   ISSUE #2240 

----------------------------------------------------------------
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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to