fix not alloc distribute for-update op for multi part table

This commit is contained in:
ChangerR
2022-12-12 16:15:17 +00:00
committed by ob-robot
parent 6f5017d571
commit 5f21568380
2 changed files with 22 additions and 6 deletions

View File

@ -220,6 +220,8 @@ int ObPXServerAddrUtil::find_dml_ops_inner(common::ObIArray<const ObTableModifyS
if (static_cast<const ObTableModifySpec &>(op).use_dist_das() &&
PHY_MERGE != op.get_type()) {
// px no need schedule das except merge
} else if (PHY_LOCK == op.get_type()) {
// no need lock op
} else if (OB_FAIL(insert_ops.push_back(static_cast<const ObTableModifySpec *>(&op)))) {
LOG_WARN("fail to push back table insert op", K(ret));
}