yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427629723
########## fe/fe-core/src/main/java/org/apache/doris/system/Backend.java: ########## @@ -823,4 +826,15 @@ public String getTagMapString() { return "{" + new PrintableMap<>(tagMap, ":", true, false).toString() + "}"; } + public boolean getPublishTaskLastTimeAccumulated() { Review Comment: maybe just return the num, not boolean here ? because in diagnose SQL it also need the num. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org