kaka11chen commented on code in PR #51690:
URL: https://github.com/apache/doris/pull/51690#discussion_r2214720177


##########
be/src/common/config.h:
##########
@@ -340,6 +340,18 @@ DECLARE_Int32(be_service_threads);
 DECLARE_mInt32(pipeline_status_report_interval);
 // Time slice for pipeline task execution (ms)
 DECLARE_mInt32(pipeline_task_exec_time_slice);
+
+// task executor inital split concurrency

Review Comment:
   ok



##########
be/src/vec/CMakeLists.txt:
##########
@@ -21,8 +21,38 @@ set(EXECUTABLE_OUTPUT_PATH "${BUILD_DIR}/src/vec")
 
 file(GLOB_RECURSE VEC_FILES CONFIGURE_DEPENDS *.cpp)
 
+list(FILTER VEC_FILES EXCLUDE REGEX ".*exec/executor/simulator/.*")
+
 add_library(Vec STATIC
         ${VEC_FILES}
 )
 
 pch_reuse(Vec)
+
+if (${BUILD_TASK_EXECUTOR_SIMULATOR} STREQUAL "ON")

Review Comment:
   ok



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

Reply via email to