morningman commented on a change in pull request #541: Fix bug that internal 
retry of stream load return wrong result
URL: https://github.com/apache/incubator-doris/pull/541#discussion_r248206255
 
 

 ##########
 File path: 
fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java
 ##########
 @@ -125,6 +131,15 @@ public long beginTransaction(long dbId, String label, 
String coordinator, LoadJo
             FeNameFormat.checkLabel(label);
             Map<String, Long> txnLabels = dbIdToTxnLabels.row(dbId);
             if (txnLabels != null && txnLabels.containsKey(label)) {
+                // check timestamp
 
 Review comment:
   The detail commit is at the beginning of this function

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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