yiguolei commented on a change in pull request #1695: Refactor alter job
URL: https://github.com/apache/incubator-doris/pull/1695#discussion_r319007129
 
 

 ##########
 File path: 
fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java
 ##########
 @@ -778,8 +758,8 @@ public boolean isPreviousTransactionsFinished(long 
endTransactionId, long dbId)
                     continue;
                 }
                 if (entry.getKey() <= endTransactionId) {
-                    LOG.debug("find a running txn with txn_id={}, less than 
schema change txn_id {}", 
-                            entry.getKey(), endTransactionId);
+                    LOG.info("find a running txn with txn_id={} on db: {}, 
less than watermark txn_id {}",
 
 Review comment:
   should check at tablet level not at db level

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