yujun777 commented on code in PR #28079:
URL: https://github.com/apache/doris/pull/28079#discussion_r1582063096
##########
fe/fe-core/src/main/java/org/apache/doris/system/Backend.java:
##########
@@ -931,4 +933,13 @@ public String getTagMapString() {
return "{" + new PrintableMap<>(tagMap, ":", true, false).toString() +
"}";
}
+ public Long getPublishTaskLastTimeAccumulated() {
+ return this.lastPublishTaskAccumulatedNum;
+ }
+
+ public void setPublishTaskLastTimeAccumulated(Long accumulatedNum) {
+ LOG.debug("setPublishTaskLastTimeAccumulated {}", accumulatedNum);
Review Comment:
can drop this LOG. taskReport has log publish task count.
--
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]