fix free unique checking unexpected

This commit is contained in:
Charles0429
2022-11-21 09:17:04 +00:00
committed by wangzelin.wzl
parent d0f2d000b5
commit cb3268653c

View File

@ -544,6 +544,7 @@ int ObService::calc_column_checksum_request(const obrpc::ObCalcColumnChecksumReq
const ObCalcColumnChecksumRequestArg::SingleItem &calc_item = arg.calc_items_.at(i); const ObCalcColumnChecksumRequestArg::SingleItem &calc_item = arg.calc_items_.at(i);
ObUniqueCheckingDag *dag = NULL; ObUniqueCheckingDag *dag = NULL;
int tmp_ret = OB_SUCCESS; int tmp_ret = OB_SUCCESS;
saved_ret = OB_SUCCESS;
if (OB_TMP_FAIL(dag_scheduler->alloc_dag(dag))) { if (OB_TMP_FAIL(dag_scheduler->alloc_dag(dag))) {
STORAGE_LOG(WARN, "fail to alloc dag", KR(tmp_ret)); STORAGE_LOG(WARN, "fail to alloc dag", KR(tmp_ret));
} else if (OB_TMP_FAIL(dag->init(arg.tenant_id_, } else if (OB_TMP_FAIL(dag->init(arg.tenant_id_,