File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/alipay/oceanbase/rpc/bolt/transport Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ public void reConnectAndLogin(String msg) throws ObTableException {
257257 try {
258258 // 1. check the connection is available, force to close it
259259 if (checkAvailable ()) {
260- LOGGER .warn ("The connection would be closed and reconnected is: "
260+ LOGGER .info ("The connection would be closed and reconnected is: "
261261 + connection .getUrl ());
262262 close ();
263263 }
@@ -286,7 +286,7 @@ private void reconnect(String msg) throws Exception {
286286 if (isReConnecting .compareAndSet (false , true )) {
287287 try {
288288 if (connect ()) {
289- LOGGER .warn ("reconnect success. reconnect reason: [{}]" , msg );
289+ LOGGER .info ("reconnect success. reconnect reason: [{}]" , msg );
290290 } else {
291291 LOGGER .info (
292292 "connection maybe reconnect by other thread. reconnect reason: [{}]" , msg );
You can’t perform that action at this time.
0 commit comments