[FEAT MERGE] support auto dop

This commit is contained in:
obdev
2023-04-28 15:11:52 +00:00
committed by ob-robot
parent 642f1c7d84
commit b41dc0ebdd
106 changed files with 3815 additions and 2844 deletions

View File

@ -52,7 +52,8 @@ OB_SERIALIZE_MEMBER(ObTaskExecutorCtx,
expected_worker_cnt_,
admited_worker_cnt_,
query_tenant_begin_schema_version_,
query_sys_begin_schema_version_);
query_sys_begin_schema_version_,
minimal_worker_cnt_);
ObTaskExecutorCtx::ObTaskExecutorCtx(ObExecContext &exec_context)
: task_resp_handler_(NULL),
@ -62,6 +63,7 @@ ObTaskExecutorCtx::ObTaskExecutorCtx(ObExecContext &exec_context)
need_renew_location_cache_(false),
need_renew_tablet_keys_(exec_context.get_allocator()),
expected_worker_cnt_(0),
minimal_worker_cnt_(0),
admited_worker_cnt_(0),
retry_times_(0),
min_cluster_version_(ObExecutorRpcCtx::INVALID_CLUSTER_VERSION),