DarvenDuan commented on code in PR #23836:
URL: https://github.com/apache/doris/pull/23836#discussion_r1715381080
##########
fe/fe-core/src/main/java/org/apache/doris/alter/RollupJobV2.java:
##########
@@ -645,6 +645,13 @@ protected boolean cancelImpl(String errMsg) {
return false;
}
+ try {
+ this.deleteTabletWatermarkTxnId =
+
Env.getCurrentGlobalTransactionMgr().getNextTransactionId();
+ } catch (UserException e) {
+ LOG.warn("get next transaction id failed");
+ }
Review Comment:
done
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]