From 805c6045243b15f7c2054bafd08c989ad06bfce9 Mon Sep 17 00:00:00 2001 From: "18523270951@163.com" <18523270951@163.com> Date: Mon, 14 Aug 2023 10:54:42 +0000 Subject: [PATCH] [CP] adjust UTL_ENCODE && UTL_RAW to DETERMINISTIC --- src/sql/dtl/ob_dtl_channel_loop.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/dtl/ob_dtl_channel_loop.cpp b/src/sql/dtl/ob_dtl_channel_loop.cpp index 2beb7a24b..30dad7fe4 100644 --- a/src/sql/dtl/ob_dtl_channel_loop.cpp +++ b/src/sql/dtl/ob_dtl_channel_loop.cpp @@ -217,7 +217,7 @@ int ObDtlChannelLoop::process_base(ObIDltChannelLoopPred *pred, int64_t &hinted_ int ret = OB_SUCCESS; if (chans_.count() == 0) { ret = OB_INVALID_ARGUMENT; - LOG_ERROR("channel hasn't set", K(ret)); + LOG_WARN("channel hasn't set", K(ret)); } else { // 处理思路: // 1. 轮询所有 channel,如果能收到一个数据,则成功