caiconghui commented on code in PR #21996:
URL: https://github.com/apache/doris/pull/21996#discussion_r1271925053
##########
fe/fe-core/src/main/java/org/apache/doris/common/util/Daemon.java:
##########
@@ -98,10 +98,18 @@ public void setInterval(long intervalMs) {
this.intervalMs = intervalMs;
}
+ public boolean isStop() {
+ return isStop.get();
+ }
+
Review Comment:
where to use it?
--
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]