[CP] fix gather stats core caused by access invalid ptr

This commit is contained in:
wangt1xiuyi
2024-02-19 06:41:48 +00:00
committed by ob-robot
parent 2f81e754dc
commit 669eb87118
8 changed files with 31 additions and 29 deletions

View File

@ -824,6 +824,7 @@ int ObPxFifoReceiveOp::fetch_rows(const int64_t row_cnt)
}
} else {
LOG_WARN("fail get row from channels", K(ret));
break;
}
} while (OB_EAGAIN == ret);
}