[Refactor] remove plugin folder in be since it is useless and it need fPIC tag to build and we will remove all fPIC tag in the future (#8008)
This commit is contained in:
@ -28,7 +28,6 @@
|
||||
#include "olap/page_cache.h"
|
||||
#include "olap/segment_loader.h"
|
||||
#include "olap/storage_engine.h"
|
||||
#include "plugin/plugin_mgr.h"
|
||||
#include "runtime/broker_mgr.h"
|
||||
#include "runtime/bufferpool/buffer_pool.h"
|
||||
#include "runtime/bufferpool/reservation_tracker.h"
|
||||
@ -130,7 +129,6 @@ Status ExecEnv::_init(const std::vector<StorePath>& store_paths) {
|
||||
_stream_load_executor = new StreamLoadExecutor(this);
|
||||
_routine_load_task_executor = new RoutineLoadTaskExecutor(this);
|
||||
_small_file_mgr = new SmallFileMgr(this, config::small_file_dir);
|
||||
_plugin_mgr = new PluginMgr();
|
||||
|
||||
_backend_client_cache->init_metrics("backend");
|
||||
_frontend_client_cache->init_metrics("frontend");
|
||||
|
||||
Reference in New Issue
Block a user