use OB_TMP_FAIL, instead of OB_FAIL

This commit is contained in:
obdev
2024-02-09 02:13:09 +00:00
committed by ob-robot
parent 970ba22207
commit 03f8f1d9c5

View File

@ -2410,7 +2410,7 @@ int ObTablet::inc_ref_with_macro_iter(ObMacroInfoIterator &macro_iter, bool &inc
LOG_WARN("fail to free block", K(ret), K(block_info));
}
#ifndef OB_BUILD_RPM
if (OB_FAIL(tmp_ret)) {
if (OB_TMP_FAIL(tmp_ret)) {
// do nothing
} else if (OB_TMP_FAIL(print_arr.push_back(block_info.macro_id_))) {
LOG_WARN("fail to push macro id into print array", K(tmp_ret));