[CP] adjust UTL_ENCODE && UTL_RAW to DETERMINISTIC
This commit is contained in:

committed by
ob-robot

parent
e8f28b7c7b
commit
805c604524
@ -217,7 +217,7 @@ int ObDtlChannelLoop::process_base(ObIDltChannelLoopPred *pred, int64_t &hinted_
|
|||||||
int ret = OB_SUCCESS;
|
int ret = OB_SUCCESS;
|
||||||
if (chans_.count() == 0) {
|
if (chans_.count() == 0) {
|
||||||
ret = OB_INVALID_ARGUMENT;
|
ret = OB_INVALID_ARGUMENT;
|
||||||
LOG_ERROR("channel hasn't set", K(ret));
|
LOG_WARN("channel hasn't set", K(ret));
|
||||||
} else {
|
} else {
|
||||||
// 处理思路:
|
// 处理思路:
|
||||||
// 1. 轮询所有 channel,如果能收到一个数据,则成功
|
// 1. 轮询所有 channel,如果能收到一个数据,则成功
|
||||||
|
Reference in New Issue
Block a user