morningman commented on code in PR #24953: URL: https://github.com/apache/doris/pull/24953#discussion_r1349502952
########## fe/fe-core/src/main/java/org/apache/doris/load/ExportMgr.java: ########## @@ -96,75 +90,16 @@ private void writeUnlock() { @Override public synchronized void start() { super.start(); - exportingExecutor.start(); } @Override protected void runAfterCatalogReady() { Review Comment: We don't need to extends from MasterDaemon any more -- 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