[CP] fix gather stats core caused by access invalid ptr
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user