q763562998 commented on code in PR #17884:
URL: https://github.com/apache/doris/pull/17884#discussion_r1141356769


##########
fe/fe-core/src/main/java/org/apache/doris/PaloFe.java:
##########
@@ -173,6 +176,12 @@ public static void start(String dorisHomeDir, String 
pidDir, String[] args, Star
                 qeService.start();
             }
 
+            ScheduledThreadPoolExecutor refreshTimer = 
ThreadPoolManager.newDaemonScheduledThreadPool(1,
+                "refresh-timer-pool", true);
+            Integer refreshTime = 20;

Review Comment:
   Indeed it pops up, it is a timer refresh time that will go after every 20 
seconds to refresh the catalog that needs to be refreshed



-- 
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

Reply via email to