diff --git a/src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java b/src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java index 2f092c3b..011aec98 100644 --- a/src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java +++ b/src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java @@ -2332,7 +2332,7 @@ private static OcpResponse getRemoteOcpResponseOrNull(String paramURL, String da } } catch (Exception e) { cause = e; - RUNTIME.error(LCD.convert("01-00017"), e); + RUNTIME.warn(LCD.convert("01-00017"), e); Thread.sleep(retryInternal); } }