wuyunfeng commented on a change in pull request #4088:
URL: https://github.com/apache/incubator-doris/pull/4088#discussion_r453747057
##########
File path:
fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java
##########
@@ -238,17 +238,25 @@ public void finishTransaction(long dbId, long
transactionId, Set<Long> errorRepl
}
/**
- * check if there exists a load job before the endTransactionId have all
finished
+ * check if there exists a load job before the endTransactionId have all
Review comment:
```suggestion
* Check whether a load job already exists before the `endTransactionId`
contains all `TransactionId` related with this 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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]