gavinchou commented on code in PR #57770:
URL: https://github.com/apache/doris/pull/57770#discussion_r2509100445
##########
be/src/runtime/exec_env_init.cpp:
##########
@@ -397,6 +398,13 @@ Status ExecEnv::_init(const std::vector<StorePath>&
store_paths,
_workload_sched_mgr = new WorkloadSchedPolicyMgr();
_workload_sched_mgr->start(this);
+ // Initialize merge file manager
+ _merge_file_manager = io::MergeFileManager::instance();
Review Comment:
do we even need this if not cloud mode
--
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]