Skip to content

Commit 66d3970

Browse files
authored
lower configServer error log level when throw out SocketTimeoutException (#391)
1 parent e303f06 commit 66d3970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/alipay/oceanbase/rpc/location/LocationUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2332,7 +2332,7 @@ private static OcpResponse getRemoteOcpResponseOrNull(String paramURL, String da
23322332
}
23332333
} catch (Exception e) {
23342334
cause = e;
2335-
RUNTIME.error(LCD.convert("01-00017"), e);
2335+
RUNTIME.warn(LCD.convert("01-00017"), e);
23362336
Thread.sleep(retryInternal);
23372337
}
23382338
}

0 commit comments

Comments
 (0)