[bp2] batch patch code from 31x to opensource

This commit is contained in:
raywill
2021-07-29 16:30:15 +08:00
committed by wangzelin.wzl
parent 1f8ee09135
commit 79131c0cda
40 changed files with 549 additions and 300 deletions

View File

@ -7057,7 +7057,7 @@ int ObLogPlan::calc_plan_resource()
if (OB_FAIL(analyzer.analyze(*plan_root, max_parallel_thread_group_count))) {
LOG_WARN("fail analyze px stmt thread group reservation count", K(ret));
} else {
LOG_INFO("max parallel thread group count", K(max_parallel_thread_group_count));
LOG_TRACE("max parallel thread group count", K(max_parallel_thread_group_count));
set_expected_worker_count(max_parallel_thread_group_count);
}
}