caiconghui edited a comment on issue #4046: URL: https://github.com/apache/incubator-doris/issues/4046#issuecomment-654852287
Here, we start the thread in MasterTaskExecutor https://github.com/apache/incubator-doris/blob/1fc82cd6e48ef5fed4d29b7e5cb4df63c3130027/fe/src/main/java/org/apache/doris/task/MasterTaskExecutor.java#L39-L43 in catalog ,we init loadTaskScheduler, we cannot gc loadTaskScheduler when checkpoint catalog is set to be null https://github.com/apache/incubator-doris/blob/c9a7c373a709a9d8c195eaf4245fb06c1cc667fe/fe/src/main/java/org/apache/doris/catalog/Catalog.java#L527 It would warm up Config.async_load_task_pool_size threads when catalog is created ---------------------------------------------------------------- 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. 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