patch 4.1 bug fix and remove some secret url

This commit is contained in:
ob-robot
2023-03-19 19:22:48 +08:00
parent 8ce2f275c4
commit 9365c0dd4c
85 changed files with 1094 additions and 374 deletions

View File

@ -132,7 +132,7 @@ int ObPxResourceAnalyzer::analyze(
// 2. 然后模拟调度,每调度一对 dfo,就将 child 设置为 done,然后统计当前时刻多少个未完成 dfo
// 3. 如此继续调度,直至所有 dfo 调度完成
//
// ref: https://yuque.antfin-inc.com/xiaochu.yh/doc/dlmg3w
// ref:
ObArray<PxInfo> px_trees;
if (OB_FAIL(convert_log_plan_to_nested_px_tree(px_trees, root_op))) {
LOG_WARN("fail convert log plan to nested px tree", K(ret));