xzj7019 commented on code in PR #21363:
URL: https://github.com/apache/doris/pull/21363#discussion_r1265321981
##########
fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisManager.java:
##########
@@ -839,10 +841,18 @@ public List<AnalysisInfo> findAutomaticAnalysisJobs() {
public List<AnalysisInfo> findPeriodicJobs() {
synchronized (analysisJobInfoMap) {
Review Comment:
what will be the behavior if the scheduled job was not finished or timeout
or some other unexpected things happened? Will the analyze job will be killed
or we need a another timeout controller to allow it to be executed until the
timeout?
--
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]