提交 5c46b546 编写于 作者: L lck0 提交者: wangzelin.wzl

fix bug for gi_flag in ob_log_set

上级 9812af88
......@@ -261,7 +261,7 @@ int ObGranulePump::try_fetch_pwj_tasks(
break;
default:
ret = OB_ERR_UNEXPECTED;
LOG_WARN("unexpected type", K(ret));
LOG_WARN("unexpected type", K(ret), K(splitter_type_));
}
}
return ret;
......@@ -300,7 +300,7 @@ int ObGranulePump::fetch_granule_task(
break;
default:
ret = OB_ERR_UNEXPECTED;
LOG_WARN("unexpected type", K(ret));
LOG_WARN("unexpected type", K(ret), K(splitter_type_));
}
}
return ret;
......
......@@ -1203,17 +1203,7 @@ int ObLogSet::allocate_granule_post(AllocGIContext& ctx)
LOG_WARN("set granule nodes affinity failed", K(ret));
}
LOG_TRACE("set right child gi to affinity");
} else if (DIST_PULL_TO_LOCAL == set_dist_algo_) {
ObLogicalOperator* op = NULL;
if (OB_FAIL(get_child(second_child)->find_first_recursive(LOG_GRANULE_ITERATOR, op))) {
LOG_WARN("find granule iterator in right failed", K(ret));
} else if (NULL == op) {
// granule iterator not found, do nothing
} else {
static_cast<ObLogGranuleIterator*>(op)->add_flag(GI_ACCESS_ALL);
}
} else { /*do nothing*/
}
} else { /*do nothing*/ }
return ret;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册