From aff10b4d777022b654e1d1a18b31affde0701d68 Mon Sep 17 00:00:00 2001 From: Saisai Liu <1374434128@qq.com> Date: Wed, 22 May 2024 22:44:15 +0800 Subject: [PATCH] =?UTF-8?q?feat():elk=E7=9B=91=E5=90=AC=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LOG_FILE_IS_UNDEFINED | 13665 ++++++++++++++++ .../etl/util/factory/DruidUtilsFactory.java | 7 +- .../java/com/muyu/EtlApplicationRunner.java | 16 +- .../impl/BasicConfigInfoServiceImpl.java | 1 + .../muyu-unit/muyu-unit-service/pom.xml | 41 + .../com/muyu/iotdb/IotDBSessionConfig.java | 188 + .../java/com/muyu/iotdb/IotDbController.java | 60 + .../main/java/com/muyu/iotdb/IotDbParam.java | 45 + .../main/java/com/muyu/iotdb/IotDbResult.java | 37 + .../main/java/com/muyu/iotdb/IotDbServer.java | 19 + .../java/com/muyu/iotdb/IotDbServerImpl.java | 106 + .../java/com/muyu/iotdb/ResponseData.java | 52 + 12 files changed, 14228 insertions(+), 9 deletions(-) create mode 100644 muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDBSessionConfig.java create mode 100644 muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbController.java create mode 100644 muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbParam.java create mode 100644 muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbResult.java create mode 100644 muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbServer.java create mode 100644 muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbServerImpl.java create mode 100644 muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/ResponseData.java diff --git a/LOG_FILE_IS_UNDEFINED b/LOG_FILE_IS_UNDEFINED index 973bd3d..f6ce52f 100644 --- a/LOG_FILE_IS_UNDEFINED +++ b/LOG_FILE_IS_UNDEFINED @@ -14389,3 +14389,13668 @@ Caused by: java.net.SocketException: Network is unreachable: no further informat 2024-05-20 17:16:00.455 | DEBUG 34088 | pool-35-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 12(Long), id(String), 主键id(String), Y(String), bigint(11)(String), Long(String), 0(String), 0(String), N(String), null(String), 12(Long), id(String), 主键id(String) 2024-05-20 17:16:00.458 | DEBUG 34088 | pool-35-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 2024-05-20 17:16:00.460 | DEBUG 34088 | pool-37-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-20 17:30:52.898 |  INFO 34088 | lettuce-nioEventLoop-4-7 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 17:30:52.906 |  WARN 34088 | AMQP Connection 43.142.100.73:5672 [TID:N/A] c.r.c.impl.ForgivingExceptionHandler  | An unexpected connection driver error occurred (Exception message: Connection reset) +2024-05-20 17:30:53.283 |  INFO 34088 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-20 17:30:53.352 |  WARN 34088 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 17:31:02.402 |  INFO 34088 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-20 17:31:02.482 |  INFO 34088 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-20 18:26:38.358 |  INFO 34088 | lettuce-nioEventLoop-4-4 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 18:26:38.475 |  INFO 34088 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-20 18:26:38.486 |  WARN 34088 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 18:26:43.606 |  INFO 34088 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-20 18:26:43.608 |  WARN 34088 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 18:26:56.008 |  INFO 34088 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-20 18:26:56.011 |  WARN 34088 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 18:27:12.416 |  INFO 34088 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-20 18:27:12.419 |  WARN 34088 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 18:27:42.503 |  INFO 34088 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-20 18:27:42.507 |  WARN 34088 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 18:28:12.601 |  INFO 34088 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-20 18:28:12.603 |  WARN 34088 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 18:28:42.705 |  INFO 34088 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-20 18:28:42.708 |  WARN 34088 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-20 18:29:12.804 |  INFO 34088 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-20 18:29:12.888 |  INFO 34088 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-20 19:47:23.494 |  WARN 34088 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient +2024-05-20 19:47:23.494 |  WARN 34088 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher +2024-05-20 19:47:23.495 |  WARN 34088 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end +2024-05-20 19:47:23.499 |  WARN 34088 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end +2024-05-20 19:47:23.761 |  WARN 26496 | Thread-3 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient +2024-05-20 19:47:23.757 |  WARN 26496 | Thread-10 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher +2024-05-20 19:47:23.767 |  WARN 26496 | Thread-10 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end +2024-05-20 19:47:23.770 |  WARN 26496 | Thread-3 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end +2024-05-20 19:47:23.797 |  INFO 34088 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registering from Nacos Server now... +2024-05-20 19:47:23.847 |  INFO 34088 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registration finished. +2024-05-20 19:47:24.317 |  INFO 34088 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource start closing .... +2024-05-20 19:47:24.324 |  INFO 34088 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closing ... +2024-05-20 19:47:24.360 |  INFO 34088 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closed +2024-05-20 19:47:24.361 |  INFO 34088 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource all closed success,bye +2024-05-20 19:47:24.446 |  INFO 26496 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registering from Nacos Server now... +2024-05-20 19:47:24.488 |  INFO 26496 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registration finished. +2024-05-20 19:47:24.587 |  INFO 26496 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource start closing .... +2024-05-20 19:47:24.590 |  INFO 26496 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closing ... +2024-05-20 19:47:24.642 |  INFO 26496 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closed +2024-05-20 19:47:24.642 |  INFO 26496 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource all closed success,bye +2024-05-21 08:37:31.329 |  INFO 38792 | main [TID:N/A] c.a.n.client.env.SearchableProperties  | properties search order:PROPERTIES->JVM->ENV->DEFAULT_SETTING +2024-05-21 08:37:35.307 |  INFO 38792 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-21 08:37:35.309 |  INFO 38792 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-21 08:37:52.721 |  WARN 38792 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl] & group[DEFAULT_GROUP] +2024-05-21 08:37:52.794 |  WARN 38792 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl.yml] & group[DEFAULT_GROUP] +2024-05-21 08:37:53.171 |  INFO 38792 | main [TID:N/A] com.muyu.MuYuEtlApplication  | The following 1 profile is active: "dev" +2024-05-21 08:38:27.625 |  INFO 38792 | main [TID:N/A] o.apache.catalina.core.StandardService  | Starting service [Tomcat] +2024-05-21 08:38:27.645 |  INFO 38792 | main [TID:N/A] org.apache.catalina.core.StandardEngine  | Starting Servlet engine: [Apache Tomcat/9.0.76] +2024-05-21 08:38:28.556 |  INFO 38792 | main [TID:N/A] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring embedded WebApplicationContext +2024-05-21 08:38:34.002 |  INFO 38792 | main [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1,master} inited +2024-05-21 08:38:34.014 |  INFO 38792 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource - add a datasource named [master] success +2024-05-21 08:38:34.016 |  INFO 38792 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +2024-05-21 08:38:54.731 |  INFO 38792 | main [TID:N/A] c.a.c.sentinel.SentinelWebMvcConfigurer  | [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +2024-05-21 08:38:55.283 |  INFO 8772 | main [TID:N/A] c.a.n.client.env.SearchableProperties  | properties search order:PROPERTIES->JVM->ENV->DEFAULT_SETTING +2024-05-21 08:38:58.618 |  INFO 8772 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-21 08:38:58.620 |  INFO 8772 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-21 08:39:06.656 |  WARN 38792 | main [TID:N/A] iguration$LoadBalancerCaffeineWarnLogger | Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. +2024-05-21 08:39:07.223 |  INFO 38792 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-21 08:39:07.225 |  INFO 38792 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-21 08:39:07.597 |  INFO 38792 | main [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | nacos registry, DEFAULT_GROUP muyu-etl 192.168.217.1:9205 register finished +2024-05-21 08:39:10.940 |  INFO 38792 | main [TID:N/A] com.muyu.MuYuEtlApplication  | Started MuYuEtlApplication in 106.695 seconds (JVM running for 127.693) +2024-05-21 08:39:11.364 | DEBUG 38792 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Preparing: select id, data_resource_name,username,password, data_sources_system_name, host, port,is_test, database_type, database_name, init_link_num, max_link_num, max_wait_time, max_wait_times,connection_params, remark from basic_config_info WHERE is_test = ? +2024-05-21 08:39:11.540 | DEBUG 38792 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Parameters: 1(String) +2024-05-21 08:39:11.540 |  WARN 8772 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-engine] & group[DEFAULT_GROUP] +2024-05-21 08:39:11.593 |  WARN 8772 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-engine.yml] & group[DEFAULT_GROUP] +2024-05-21 08:39:11.742 | DEBUG 38792 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | <== Total: 7 +2024-05-21 08:39:11.826 |  INFO 8772 | main [TID:N/A] com.muyu.RuleEngineApplication  | The following 1 profile is active: "dev" +2024-05-21 08:39:16.777 |  INFO 38792 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl-dev.yml, group=DEFAULT_GROUP +2024-05-21 08:39:16.782 |  INFO 38792 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl, group=DEFAULT_GROUP +2024-05-21 08:39:16.787 |  INFO 38792 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl.yml, group=DEFAULT_GROUP +2024-05-21 08:39:29.142 |  INFO 8772 | main [TID:N/A] o.apache.catalina.core.StandardService  | Starting service [Tomcat] +2024-05-21 08:39:29.143 |  INFO 8772 | main [TID:N/A] org.apache.catalina.core.StandardEngine  | Starting Servlet engine: [Apache Tomcat/9.0.76] +2024-05-21 08:39:29.770 |  INFO 8772 | main [TID:N/A] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring embedded WebApplicationContext +2024-05-21 08:39:33.350 |  INFO 8772 | main [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1,master} inited +2024-05-21 08:39:33.357 |  INFO 8772 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource - add a datasource named [master] success +2024-05-21 08:39:33.360 |  INFO 8772 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +2024-05-21 08:39:43.763 |  INFO 8772 | main [TID:N/A] c.a.c.sentinel.SentinelWebMvcConfigurer  | [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +2024-05-21 08:39:59.188 |  WARN 8772 | main [TID:N/A] iguration$LoadBalancerCaffeineWarnLogger | Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. +2024-05-21 08:39:59.717 |  INFO 8772 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-21 08:39:59.717 |  INFO 8772 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-21 08:40:00.081 |  INFO 8772 | main [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | nacos registry, DEFAULT_GROUP muyu-engine 192.168.217.1:9206 register finished +2024-05-21 08:40:03.039 |  INFO 8772 | main [TID:N/A] com.muyu.RuleEngineApplication  | Started RuleEngineApplication in 73.514 seconds (JVM running for 93.683) +2024-05-21 08:40:03.121 |  INFO 8772 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-engine.yml, group=DEFAULT_GROUP +2024-05-21 08:40:03.124 |  INFO 8772 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-engine-dev.yml, group=DEFAULT_GROUP +2024-05-21 08:40:03.126 |  INFO 8772 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-engine, group=DEFAULT_GROUP +2024-05-21 08:49:28.134 |  INFO 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring DispatcherServlet 'dispatcherServlet' +2024-05-21 08:49:30.640 |  WARN 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 618949 +2024-05-21 08:49:30.641 |  WARN 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 656735 +2024-05-21 08:49:30.643 |  WARN 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 656744 +2024-05-21 08:49:30.815 | DEBUG 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] .m.e.m.B.selectBasicConfigInfoList_COUNT | ==> Preparing: SELECT count(0) FROM basic_config_info +2024-05-21 08:49:30.817 | DEBUG 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] .m.e.m.B.selectBasicConfigInfoList_COUNT | ==> Parameters: +2024-05-21 08:49:30.821 | DEBUG 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] .m.e.m.B.selectBasicConfigInfoList_COUNT | <== Total: 1 +2024-05-21 08:49:30.828 | DEBUG 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] c.m.e.m.B.selectBasicConfigInfoList  | ==> Preparing: select id, data_resource_name,username,password, data_sources_system_name, host, port,is_test, database_type, database_name, init_link_num, max_link_num, max_wait_time, max_wait_times,connection_params, remark from basic_config_info LIMIT ? +2024-05-21 08:49:30.833 | DEBUG 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] c.m.e.m.B.selectBasicConfigInfoList  | ==> Parameters: 10(Integer) +2024-05-21 08:49:30.865 | DEBUG 38792 | http-nio-9205-exec-1 [TID:Ignored_Trace] c.m.e.m.B.selectBasicConfigInfoList  | <== Total: 9 +2024-05-21 09:00:45.015 |  WARN 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 674181 +2024-05-21 09:00:45.017 |  WARN 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 674375 +2024-05-21 09:00:45.018 |  WARN 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 1331131 +2024-05-21 09:00:45.021 |  WARN 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 1331168 +2024-05-21 09:00:45.836 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.B.updateById  | ==> Preparing: UPDATE basic_config_info SET data_resource_name=?, data_sources_system_name=?, host=?, port=?, database_type=?, is_test=?, database_name=?, init_link_num=?, max_link_num=?, max_wait_time=?, max_wait_times=?, connection_params=?, username=?, password=?, remark=? WHERE id=? +2024-05-21 09:00:45.839 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.B.updateById  | ==> Parameters: 测试1(String), 1(String), 43.142.100.73(String), 3306(String), mysql(String), 1(String), ten01(String), 5(Long), 20(Long), 50000(Long), 3(Long), useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8(String), root(String), lss@123(String), 服务器(String), 1(Long) +2024-05-21 09:00:45.842 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.B.updateById  | <== Updates: 1 +2024-05-21 09:00:45.890 |  WARN 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.b.m.c.t.support.ReflectLambdaMeta  | Unable to make field private final java.lang.Class java.lang.invoke.SerializedLambda.capturingClass accessible: module java.base does not "opens java.lang.invoke" to unnamed module @6c629d6e +2024-05-21 09:00:45.896 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, center=?, parent_id=?, create_by=?, create_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:45.910 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), 1(ten01)(String), (String), dataSource(String), Y(String), 0(Long), admin(String), 2024-05-21 09:00:45.843(Timestamp), 1(ten01)(String), 1(Long) +2024-05-21 09:00:45.912 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:45.918 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:45.920 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), 1(ten01)(String) +2024-05-21 09:00:45.923 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:46.014 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:46.017 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), as_user_travel(String), (String), dataTable(String), 3(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:46.011(Timestamp), as_user_travel(String), 1(Long) +2024-05-21 09:00:46.019 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.020 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:46.022 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), as_user_travel(String) +2024-05-21 09:00:46.024 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:46.076 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:46.080 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), ask(String), (String), dataTable(String), 2(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:46.074(Timestamp), ask(String), 1(Long) +2024-05-21 09:00:46.081 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.081 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:46.082 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), ask(String) +2024-05-21 09:00:46.083 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:46.220 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:46.222 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), emp(String), (String), dataTable(String), 9(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:46.212(Timestamp), emp(String), 1(Long) +2024-05-21 09:00:46.223 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.224 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:46.228 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), emp(String) +2024-05-21 09:00:46.231 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:46.255 | DEBUG 38792 | pool-12-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.258 | DEBUG 38792 | pool-12-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 2(Long), create_time(String), (String), N(String), datetime(String), datetime(String), 0(String), 0(String), Y(String), null(String), 2(Long), create_time(String), (String) +2024-05-21 09:00:46.260 | DEBUG 38792 | pool-12-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.262 | DEBUG 38792 | pool-12-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 2(Long), id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 2(Long), id(String), (String) +2024-05-21 09:00:46.263 | DEBUG 38792 | pool-12-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.264 | DEBUG 38792 | pool-12-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.266 | DEBUG 38792 | pool-12-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.267 | DEBUG 38792 | pool-12-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.268 | DEBUG 38792 | pool-10-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.268 | DEBUG 38792 | pool-12-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 2(Long), ask(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 2(Long), ask(String), (String) +2024-05-21 09:00:46.270 | DEBUG 38792 | pool-10-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.270 | DEBUG 38792 | pool-12-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 2(Long), comment(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 2(Long), comment(String), (String) +2024-05-21 09:00:46.274 | DEBUG 38792 | pool-10-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 3(Long), user_id(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 3(Long), user_id(String), (String) +2024-05-21 09:00:46.275 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:46.276 | DEBUG 38792 | pool-12-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.279 | DEBUG 38792 | pool-12-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.279 | DEBUG 38792 | pool-10-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.278 | DEBUG 38792 | pool-10-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.277 | DEBUG 38792 | pool-10-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 3(Long), id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 3(Long), id(String), (String) +2024-05-21 09:00:46.282 | DEBUG 38792 | pool-10-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 3(Long), travel_id(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 3(Long), travel_id(String), (String) +2024-05-21 09:00:46.283 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), goods(String), (String), dataTable(String), 13(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:46.272(Timestamp), goods(String), 1(Long) +2024-05-21 09:00:46.285 | DEBUG 38792 | pool-10-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.285 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.286 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:46.286 | DEBUG 38792 | pool-10-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.287 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), goods(String) +2024-05-21 09:00:46.288 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:46.632 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:46.634 | DEBUG 38792 | pool-14-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.638 | DEBUG 38792 | pool-14-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 4(Long), id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 4(Long), id(String), (String) +2024-05-21 09:00:46.638 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), inventory(String), (String), dataTable(String), 6(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:46.63(Timestamp), inventory(String), 1(Long) +2024-05-21 09:00:46.641 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.644 | DEBUG 38792 | pool-14-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.643 | DEBUG 38792 | pool-14-thread-7 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.644 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:46.646 | DEBUG 38792 | pool-14-thread-7 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 4(Long), sal(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 4(Long), sal(String), (String) +2024-05-21 09:00:46.648 | DEBUG 38792 | pool-16-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.648 | DEBUG 38792 | pool-16-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.648 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), inventory(String) +2024-05-21 09:00:46.649 | DEBUG 38792 | pool-14-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.649 | DEBUG 38792 | pool-14-thread-6 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.651 | DEBUG 38792 | pool-16-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 5(Long), name(String), (String), N(String), varchar(128)(String), String(String), 128(String), 0(String), Y(String), null(String), 5(Long), name(String), (String) +2024-05-21 09:00:46.651 | DEBUG 38792 | pool-14-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 4(Long), tel(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 4(Long), tel(String), (String) +2024-05-21 09:00:46.652 | DEBUG 38792 | pool-14-thread-7 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.652 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:46.653 | DEBUG 38792 | pool-14-thread-6 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 4(Long), age(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 4(Long), age(String), (String) +2024-05-21 09:00:46.651 | DEBUG 38792 | pool-16-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 5(Long), id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 5(Long), id(String), (String) +2024-05-21 09:00:46.656 | DEBUG 38792 | pool-14-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.656 | DEBUG 38792 | pool-14-thread-5 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.657 | DEBUG 38792 | pool-16-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.657 | DEBUG 38792 | pool-14-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 4(Long), sex(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 4(Long), sex(String), (String) +2024-05-21 09:00:46.658 | DEBUG 38792 | pool-14-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.658 | DEBUG 38792 | pool-16-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.658 | DEBUG 38792 | pool-14-thread-5 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 4(Long), class_id(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 4(Long), class_id(String), (String) +2024-05-21 09:00:46.660 | DEBUG 38792 | pool-16-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.660 | DEBUG 38792 | pool-16-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 5(Long), pid(String), (String), N(String), mediumtext(String), mediumtext(String), 16777215(String), 0(String), Y(String), null(String), 5(Long), pid(String), (String) +2024-05-21 09:00:46.661 | DEBUG 38792 | pool-14-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:46.662 | DEBUG 38792 | pool-14-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.662 | DEBUG 38792 | pool-14-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 4(Long), name(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 4(Long), name(String), (String) +2024-05-21 09:00:46.663 | DEBUG 38792 | pool-14-thread-6 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.663 | DEBUG 38792 | pool-14-thread-5 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.665 | DEBUG 38792 | pool-16-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.667 | DEBUG 38792 | pool-14-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.878 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:46.880 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), log(String), (String), dataTable(String), 0(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:46.877(Timestamp), log(String), 1(Long) +2024-05-21 09:00:46.881 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:46.882 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:46.882 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), log(String) +2024-05-21 09:00:46.884 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:47.033 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:47.035 | DEBUG 38792 | pool-20-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.034 | DEBUG 38792 | pool-18-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.036 | DEBUG 38792 | pool-18-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.035 | DEBUG 38792 | pool-18-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.035 | DEBUG 38792 | pool-20-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.036 | DEBUG 38792 | pool-20-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 7(Long), ip(String), ip地址(String), N(String), varchar(32)(String), String(String), 32(String), 0(String), Y(String), null(String), 7(Long), ip(String), ip地址(String) +2024-05-21 09:00:47.037 | DEBUG 38792 | pool-18-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 6(Long), num(String), 数量(String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 6(Long), num(String), 数量(String) +2024-05-21 09:00:47.037 | DEBUG 38792 | pool-18-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 6(Long), goods_id(String), 商品id(String), N(String), bigint(20)(String), Long(String), 0(String), 0(String), Y(String), null(String), 6(Long), goods_id(String), 商品id(String) +2024-05-21 09:00:47.036 | DEBUG 38792 | pool-20-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.037 | DEBUG 38792 | pool-18-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 6(Long), id(String), 仓库id(String), Y(String), bigint(20)(String), Long(String), 0(String), 0(String), N(String), null(String), 6(Long), id(String), 仓库id(String) +2024-05-21 09:00:47.037 | DEBUG 38792 | pool-20-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 7(Long), controller(String), 操作(String), N(String), varchar(64)(String), String(String), 64(String), 0(String), Y(String), null(String), 7(Long), controller(String), 操作(String) +2024-05-21 09:00:47.038 | DEBUG 38792 | pool-20-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.040 | DEBUG 38792 | pool-20-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.040 | DEBUG 38792 | pool-20-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 7(Long), id(String), 主键(String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 7(Long), id(String), 主键(String) +2024-05-21 09:00:47.041 | DEBUG 38792 | pool-18-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.041 | DEBUG 38792 | pool-18-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.038 | DEBUG 38792 | pool-20-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 7(Long), argument(String), 参数(String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 7(Long), argument(String), 参数(String) +2024-05-21 09:00:47.042 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), product(String), (String), dataTable(String), 3(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:47.031(Timestamp), product(String), 1(Long) +2024-05-21 09:00:47.044 | DEBUG 38792 | pool-20-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.044 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.045 | DEBUG 38792 | pool-18-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.046 | DEBUG 38792 | pool-20-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.046 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:47.047 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), product(String) +2024-05-21 09:00:47.048 | DEBUG 38792 | pool-20-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.050 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:47.137 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:47.137 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), student(String), (String), dataTable(String), 8(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:47.134(Timestamp), student(String), 1(Long) +2024-05-21 09:00:47.138 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.139 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:47.139 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), student(String) +2024-05-21 09:00:47.140 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:47.275 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:47.276 | DEBUG 38792 | pool-24-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.276 | DEBUG 38792 | pool-22-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.276 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), travel(String), (String), dataTable(String), 2(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:47.274(Timestamp), travel(String), 1(Long) +2024-05-21 09:00:47.276 | DEBUG 38792 | pool-22-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.276 | DEBUG 38792 | pool-22-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.277 | DEBUG 38792 | pool-24-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 9(Long), id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 9(Long), id(String), (String) +2024-05-21 09:00:47.277 | DEBUG 38792 | pool-22-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 8(Long), name(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 8(Long), name(String), (String) +2024-05-21 09:00:47.278 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.277 | DEBUG 38792 | pool-24-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.278 | DEBUG 38792 | pool-22-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.277 | DEBUG 38792 | pool-22-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 8(Long), price(String), (String), N(String), decimal(10,2)(String), BigDecimal(String), 0(String), 2(String), Y(String), null(String), 8(Long), price(String), (String) +2024-05-21 09:00:47.279 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:47.279 | DEBUG 38792 | pool-22-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 8(Long), num(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 8(Long), num(String), (String) +2024-05-21 09:00:47.279 | DEBUG 38792 | pool-24-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 9(Long), age(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 9(Long), age(String), (String) +2024-05-21 09:00:47.280 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), travel(String) +2024-05-21 09:00:47.281 | DEBUG 38792 | pool-22-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 8(Long), id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 8(Long), id(String), (String) +2024-05-21 09:00:47.281 | DEBUG 38792 | pool-24-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.281 | DEBUG 38792 | pool-24-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.282 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:47.283 | DEBUG 38792 | pool-24-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 9(Long), name(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 9(Long), name(String), (String) +2024-05-21 09:00:47.283 | DEBUG 38792 | pool-22-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.285 | DEBUG 38792 | pool-24-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.285 | DEBUG 38792 | pool-22-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.286 | DEBUG 38792 | pool-22-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.287 | DEBUG 38792 | pool-24-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.287 | DEBUG 38792 | pool-22-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.414 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:47.415 | DEBUG 38792 | pool-26-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.415 | DEBUG 38792 | pool-26-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.415 | DEBUG 38792 | pool-26-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.416 | DEBUG 38792 | pool-26-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 10(Long), load(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 10(Long), load(String), (String) +2024-05-21 09:00:47.416 | DEBUG 38792 | pool-26-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 10(Long), type_id(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 10(Long), type_id(String), (String) +2024-05-21 09:00:47.416 | DEBUG 38792 | pool-26-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 10(Long), id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 10(Long), id(String), (String) +2024-05-21 09:00:47.416 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), travel_type(String), (String), dataTable(String), 3(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:47.413(Timestamp), travel_type(String), 1(Long) +2024-05-21 09:00:47.417 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.418 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:47.419 | DEBUG 38792 | pool-26-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.419 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), travel_type(String) +2024-05-21 09:00:47.420 | DEBUG 38792 | pool-26-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.420 | DEBUG 38792 | pool-26-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.420 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:47.481 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:47.482 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), user(String), (String), dataTable(String), 8(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:47.479(Timestamp), user(String), 1(Long) +2024-05-21 09:00:47.483 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.484 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:47.485 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), user(String) +2024-05-21 09:00:47.486 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:47.541 | DEBUG 38792 | pool-30-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.542 | DEBUG 38792 | pool-30-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 12(Long), id(String), 主键id(String), Y(String), bigint(11)(String), Long(String), 0(String), 0(String), N(String), null(String), 12(Long), id(String), 主键id(String) +2024-05-21 09:00:47.545 | DEBUG 38792 | pool-30-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.590 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:00:47.591 | DEBUG 38792 | pool-30-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.592 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 1(Long), user_test(String), (String), dataTable(String), 0(Long), Y(String), 1(Long), admin(String), 2024-05-21 09:00:47.589(Timestamp), user_test(String), 1(Long) +2024-05-21 09:00:47.592 | DEBUG 38792 | pool-30-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 12(Long), username(String), 用户姓名(String), N(String), varchar(50)(String), String(String), 50(String), 0(String), Y(String), null(String), 12(Long), username(String), 用户姓名(String) +2024-05-21 09:00:47.594 | DEBUG 38792 | pool-30-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.594 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.595 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:00:47.595 | DEBUG 38792 | pool-30-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 12(Long), pwd(String), 密码(String), N(String), varchar(50)(String), String(String), 50(String), 0(String), Y(String), null(String), 12(Long), pwd(String), 密码(String) +2024-05-21 09:00:47.596 | DEBUG 38792 | pool-28-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.596 | DEBUG 38792 | pool-30-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.596 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 1(Long), user_test(String) +2024-05-21 09:00:47.596 | DEBUG 38792 | pool-28-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 11(Long), type_name(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 11(Long), type_name(String), (String) +2024-05-21 09:00:47.599 | DEBUG 38792 | pool-28-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.600 | DEBUG 38792 | pool-30-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.600 | DEBUG 38792 | pool-28-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 11(Long), id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 11(Long), id(String), (String) +2024-05-21 09:00:47.601 | DEBUG 38792 | pool-30-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.601 | DEBUG 38792 | pool-30-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:00:47.602 | DEBUG 38792 | pool-28-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.602 | DEBUG 38792 | pool-30-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 12(Long), birthday(String), 用户生日(String), N(String), date(String), date(String), 0(String), 0(String), Y(String), null(String), 12(Long), birthday(String), 用户生日(String) +2024-05-21 09:00:47.602 | DEBUG 38792 | pool-30-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 12(Long), sex(String), 用户年龄(String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 12(Long), sex(String), 用户年龄(String) +2024-05-21 09:00:47.604 | DEBUG 38792 | pool-28-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.604 | DEBUG 38792 | http-nio-9205-exec-3 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:00:47.605 | DEBUG 38792 | pool-30-thread-4 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:00:47.607 | DEBUG 38792 | pool-30-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 1 +2024-05-21 09:02:03.843 |  WARN 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 75267 +2024-05-21 09:02:03.848 |  WARN 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 76239 +2024-05-21 09:02:03.850 |  WARN 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 76244 +2024-05-21 09:02:03.850 | DEBUG 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] .m.e.m.B.selectBasicConfigInfoList_COUNT | ==> Preparing: SELECT count(0) FROM basic_config_info +2024-05-21 09:02:03.851 | DEBUG 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] .m.e.m.B.selectBasicConfigInfoList_COUNT | ==> Parameters: +2024-05-21 09:02:03.852 | DEBUG 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] .m.e.m.B.selectBasicConfigInfoList_COUNT | <== Total: 1 +2024-05-21 09:02:03.863 | DEBUG 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] c.m.e.m.B.selectBasicConfigInfoList  | ==> Preparing: select id, data_resource_name,username,password, data_sources_system_name, host, port,is_test, database_type, database_name, init_link_num, max_link_num, max_wait_time, max_wait_times,connection_params, remark from basic_config_info LIMIT ? +2024-05-21 09:02:03.865 | DEBUG 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] c.m.e.m.B.selectBasicConfigInfoList  | ==> Parameters: 10(Integer) +2024-05-21 09:02:03.868 | DEBUG 38792 | http-nio-9205-exec-5 [TID:Ignored_Trace] c.m.e.m.B.selectBasicConfigInfoList  | <== Total: 10 +2024-05-21 09:02:11.589 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.B.updateById  | ==> Preparing: UPDATE basic_config_info SET data_resource_name=?, data_sources_system_name=?, host=?, port=?, database_type=?, is_test=?, database_name=?, init_link_num=?, max_link_num=?, max_wait_time=?, max_wait_times=?, connection_params=?, username=?, password=? WHERE id=? +2024-05-21 09:02:11.590 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.B.updateById  | ==> Parameters: 报错(String), 2(String), 127.0.0.1(String), 3306(String), mysql(String), 1(String), eiday01(String), 5(Long), 20(Long), 50000(Long), 3(Long), useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8(String), root(String), 1234(String), 10(Long) +2024-05-21 09:02:11.591 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.B.updateById  | <== Updates: 1 +2024-05-21 09:02:11.593 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, center=?, parent_id=?, create_by=?, create_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:02:11.594 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 10(Long), 2(eiday01)(String), (String), dataSource(String), Y(String), 0(Long), admin(String), 2024-05-21 09:02:11.591(Timestamp), 2(eiday01)(String), 10(Long) +2024-05-21 09:02:11.595 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.603 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Preparing: INSERT INTO table_info ( basic_id, table_name, table_remark, type, center, parent_id, create_by, create_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.605 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Parameters: 10(Long), 2(eiday01)(String), (String), dataSource(String), Y(String), 0(Long), admin(String), 2024-05-21 09:02:11.591(Timestamp) +2024-05-21 09:02:11.606 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.610 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:02:11.612 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 10(Long), 2(eiday01)(String) +2024-05-21 09:02:11.614 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:02:11.628 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:02:11.631 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 10(Long), addr(String), (String), dataTable(String), 22(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.627(Timestamp), addr(String), 10(Long) +2024-05-21 09:02:11.632 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.635 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Preparing: INSERT INTO table_info ( basic_id, table_name, table_remark, type, data_num, center, parent_id, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.637 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Parameters: 10(Long), addr(String), (String), dataTable(String), 22(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.627(Timestamp) +2024-05-21 09:02:11.638 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.640 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:02:11.641 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 10(Long), addr(String) +2024-05-21 09:02:11.642 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:02:11.645 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:02:11.646 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 10(Long), clazz(String), (String), dataTable(String), 3(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.645(Timestamp), clazz(String), 10(Long) +2024-05-21 09:02:11.647 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.647 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Preparing: INSERT INTO table_info ( basic_id, table_name, table_remark, type, data_num, center, parent_id, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.648 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Parameters: 10(Long), clazz(String), (String), dataTable(String), 3(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.645(Timestamp) +2024-05-21 09:02:11.649 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.652 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:02:11.653 |  WARN 38792 | pool-40-thread-1 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 84049 +2024-05-21 09:02:11.653 |  WARN 38792 | pool-40-thread-3 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 84053 +2024-05-21 09:02:11.653 |  WARN 38792 | pool-40-thread-2 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 84051 +2024-05-21 09:02:11.653 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 10(Long), clazz(String) +2024-05-21 09:02:11.654 |  WARN 38792 | pool-40-thread-1 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 84371 +2024-05-21 09:02:11.654 |  WARN 38792 | pool-40-thread-2 [TID:Ignored_Trace] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 84373 +2024-05-21 09:02:11.656 | DEBUG 38792 | pool-40-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.657 | DEBUG 38792 | pool-40-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 55(Long), pid(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 55(Long), pid(String), (String) +2024-05-21 09:02:11.658 | DEBUG 38792 | pool-40-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.658 | DEBUG 38792 | pool-40-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.658 | DEBUG 38792 | pool-40-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.659 | DEBUG 38792 | pool-40-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 55(Long), fname(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 55(Long), fname(String), (String) +2024-05-21 09:02:11.659 | DEBUG 38792 | pool-40-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 55(Long), fid(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 55(Long), fid(String), (String) +2024-05-21 09:02:11.660 | DEBUG 38792 | pool-40-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.660 | DEBUG 38792 | pool-40-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.660 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:02:11.663 | DEBUG 38792 | pool-40-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.663 | DEBUG 38792 | pool-40-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.664 | DEBUG 38792 | pool-40-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 55(Long), pid(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String) +2024-05-21 09:02:11.664 | DEBUG 38792 | pool-40-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 55(Long), fname(String), (String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String) +2024-05-21 09:02:11.665 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:02:11.666 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 10(Long), hobby(String), (String), dataTable(String), 6(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.664(Timestamp), hobby(String), 10(Long) +2024-05-21 09:02:11.667 | DEBUG 38792 | pool-40-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.667 | DEBUG 38792 | pool-40-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.667 | DEBUG 38792 | pool-40-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 55(Long), fid(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String) +2024-05-21 09:02:11.668 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.669 | DEBUG 38792 | pool-40-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.669 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Preparing: INSERT INTO table_info ( basic_id, table_name, table_remark, type, data_num, center, parent_id, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.669 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Parameters: 10(Long), hobby(String), (String), dataTable(String), 6(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.664(Timestamp) +2024-05-21 09:02:11.671 | DEBUG 38792 | pool-40-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.672 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.675 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:02:11.676 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 10(Long), hobby(String) +2024-05-21 09:02:11.678 | DEBUG 38792 | pool-42-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.678 | DEBUG 38792 | pool-42-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.678 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:02:11.679 | DEBUG 38792 | pool-42-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 56(Long), clazz_id(String), 编号(String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 56(Long), clazz_id(String), 编号(String) +2024-05-21 09:02:11.679 | DEBUG 38792 | pool-42-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 56(Long), clazz_name(String), 班级名(String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 56(Long), clazz_name(String), 班级名(String) +2024-05-21 09:02:11.681 | DEBUG 38792 | pool-42-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.681 | DEBUG 38792 | pool-42-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.682 | DEBUG 38792 | pool-42-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.682 | DEBUG 38792 | pool-42-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.682 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:02:11.683 | DEBUG 38792 | pool-42-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 56(Long), clazz_id(String), 编号(String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String) +2024-05-21 09:02:11.683 | DEBUG 38792 | pool-42-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 56(Long), clazz_name(String), 班级名(String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String) +2024-05-21 09:02:11.683 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 10(Long), mid_hobby(String), (String), dataTable(String), 22(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.681(Timestamp), mid_hobby(String), 10(Long) +2024-05-21 09:02:11.685 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.685 | DEBUG 38792 | pool-42-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.685 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Preparing: INSERT INTO table_info ( basic_id, table_name, table_remark, type, data_num, center, parent_id, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.686 | DEBUG 38792 | pool-42-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.686 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Parameters: 10(Long), mid_hobby(String), (String), dataTable(String), 22(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.681(Timestamp) +2024-05-21 09:02:11.687 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.688 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:02:11.688 | DEBUG 38792 | pool-44-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.688 | DEBUG 38792 | pool-44-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.689 | DEBUG 38792 | pool-44-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 57(Long), hobby_name(String), 爱好名(String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String), 57(Long), hobby_name(String), 爱好名(String) +2024-05-21 09:02:11.689 | DEBUG 38792 | pool-44-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 57(Long), hobby_id(String), 爱好id(String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 57(Long), hobby_id(String), 爱好id(String) +2024-05-21 09:02:11.689 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 10(Long), mid_hobby(String) +2024-05-21 09:02:11.690 | DEBUG 38792 | pool-44-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.690 | DEBUG 38792 | pool-44-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.691 | DEBUG 38792 | pool-44-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.692 | DEBUG 38792 | pool-44-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 57(Long), hobby_id(String), 爱好id(String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String) +2024-05-21 09:02:11.692 | DEBUG 38792 | pool-44-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.692 | DEBUG 38792 | pool-44-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 57(Long), hobby_name(String), 爱好名(String), N(String), varchar(255)(String), String(String), 255(String), 0(String), Y(String), null(String) +2024-05-21 09:02:11.693 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:02:11.694 | DEBUG 38792 | pool-44-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.695 | DEBUG 38792 | pool-44-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.697 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Preparing: UPDATE table_info SET basic_id=?, table_name=?, table_remark=?, type=?, data_num=?, center=?, parent_id=?, update_by=?, update_time=? WHERE (table_name = ? AND basic_id = ?) +2024-05-21 09:02:11.698 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | ==> Parameters: 10(Long), stu(String), (String), dataTable(String), 9(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.696(Timestamp), stu(String), 10(Long) +2024-05-21 09:02:11.699 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.700 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Preparing: INSERT INTO table_info ( basic_id, table_name, table_remark, type, data_num, center, parent_id, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.702 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | ==> Parameters: 10(Long), stu(String), (String), dataTable(String), 9(Long), Y(String), 54(Long), admin(String), 2024-05-21 09:02:11.696(Timestamp) +2024-05-21 09:02:11.703 | DEBUG 38792 | pool-46-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.703 | DEBUG 38792 | pool-46-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.703 | DEBUG 38792 | pool-46-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Preparing: UPDATE structure SET table_id=?, column_name=?, column_remark=?, is_primary=?, column_type=?, java_type=?, column_length=?, column_decimals=?, is_null=?, default_value=? WHERE (table_id = ? AND column_name = ? AND column_remark = ?) +2024-05-21 09:02:11.703 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.etl.mapper.TableInfoMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.703 | DEBUG 38792 | pool-46-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 58(Long), hobby_id(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 58(Long), hobby_id(String), (String) +2024-05-21 09:02:11.703 | DEBUG 38792 | pool-46-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 58(Long), mid_id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String), 58(Long), mid_id(String), (String) +2024-05-21 09:02:11.704 | DEBUG 38792 | pool-46-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | ==> Parameters: 58(Long), stu_id(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String), 58(Long), stu_id(String), (String) +2024-05-21 09:02:11.704 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Preparing: select * from table_info where basic_id = ? and table_name = ? +2024-05-21 09:02:11.704 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | ==> Parameters: 10(Long), stu(String) +2024-05-21 09:02:11.704 | DEBUG 38792 | pool-46-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.705 | DEBUG 38792 | pool-46-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.705 | DEBUG 38792 | pool-46-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.update  | <== Updates: 0 +2024-05-21 09:02:11.705 | DEBUG 38792 | pool-46-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.705 | DEBUG 38792 | pool-46-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.705 | DEBUG 38792 | http-nio-9205-exec-6 [TID:Ignored_Trace] c.m.e.m.T.selectTableInfoByName  | <== Total: 1 +2024-05-21 09:02:11.706 | DEBUG 38792 | pool-46-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 58(Long), mid_id(String), (String), Y(String), int(11)(String), Integer(String), 0(String), 0(String), N(String), null(String) +2024-05-21 09:02:11.706 | DEBUG 38792 | pool-46-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 58(Long), stu_id(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String) +2024-05-21 09:02:11.707 | DEBUG 38792 | pool-46-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Preparing: INSERT INTO structure ( table_id, column_name, column_remark, is_primary, column_type, java_type, column_length, column_decimals, is_null, default_value ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) +2024-05-21 09:02:11.708 | DEBUG 38792 | pool-46-thread-2 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.708 | DEBUG 38792 | pool-46-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | ==> Parameters: 58(Long), hobby_id(String), (String), N(String), int(11)(String), Integer(String), 0(String), 0(String), Y(String), null(String) +2024-05-21 09:02:11.709 | DEBUG 38792 | pool-46-thread-1 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:02:11.711 | DEBUG 38792 | pool-46-thread-3 [TID:N/A] c.m.etl.mapper.StructureMapper.insert  | <== Updates: 1 +2024-05-21 09:09:38.307 |  WARN 38792 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient +2024-05-21 09:09:38.312 |  WARN 38792 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end +2024-05-21 09:09:38.322 |  WARN 38792 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher +2024-05-21 09:09:38.323 |  WARN 38792 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end +2024-05-21 09:09:38.956 |  INFO 38792 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registering from Nacos Server now... +2024-05-21 09:09:39.025 |  INFO 38792 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registration finished. +2024-05-21 09:09:39.538 |  INFO 38792 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource start closing .... +2024-05-21 09:09:39.541 |  INFO 38792 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closing ... +2024-05-21 09:09:39.548 |  INFO 38792 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closed +2024-05-21 09:09:39.548 |  INFO 38792 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource all closed success,bye +2024-05-21 09:10:19.694 |  INFO 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring DispatcherServlet 'dispatcherServlet' +2024-05-21 09:10:25.097 |  INFO 29040 | main [TID:N/A] c.a.n.client.env.SearchableProperties  | properties search order:PROPERTIES->JVM->ENV->DEFAULT_SETTING +2024-05-21 09:10:26.487 |  WARN 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 1853194 +2024-05-21 09:10:26.490 |  WARN 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 1853258 +2024-05-21 09:10:26.492 |  WARN 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 1853270 +2024-05-21 09:10:26.791 | DEBUG 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.m.e.m.R.selectRuleEngineList_COUNT  | ==> Preparing: SELECT count(0) FROM rule_engine +2024-05-21 09:10:27.010 | DEBUG 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.m.e.m.R.selectRuleEngineList_COUNT  | ==> Parameters: +2024-05-21 09:10:27.211 | DEBUG 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.m.e.m.R.selectRuleEngineList_COUNT  | <== Total: 1 +2024-05-21 09:10:27.226 | DEBUG 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.m.e.m.R.selectRuleEngineList  | ==> Preparing: select id, name, type, level, code,engine_code,description, is_activate, status, remark, create_by, create_time, update_by, update_time from rule_engine LIMIT ? +2024-05-21 09:10:27.243 | DEBUG 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.m.e.m.R.selectRuleEngineList  | ==> Parameters: 10(Integer) +2024-05-21 09:10:27.251 | DEBUG 8772 | http-nio-9206-exec-1 [TID:bdde699ed5ae4e4081a25081a91851b6.103.17162538196380001] c.m.e.m.R.selectRuleEngineList  | <== Total: 2 +2024-05-21 09:10:27.899 |  INFO 29040 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-21 09:10:27.900 |  INFO 29040 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-21 09:10:35.467 |  WARN 29040 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl] & group[DEFAULT_GROUP] +2024-05-21 09:10:35.514 |  WARN 29040 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl.yml] & group[DEFAULT_GROUP] +2024-05-21 09:10:35.783 |  INFO 29040 | main [TID:N/A] com.muyu.MuYuEtlApplication  | The following 1 profile is active: "dev" +2024-05-21 09:10:36.141 | DEBUG 8772 | http-nio-9206-exec-3 [TID:bdde699ed5ae4e4081a25081a91851b6.105.17162538360720001] c.m.e.m.R.selectRuleEngineById  | ==> Preparing: select id, name, type, level, code,engine_code,description, is_activate, status, remark, create_by, create_time, update_by, update_time from rule_engine where id = ? +2024-05-21 09:10:36.149 | DEBUG 8772 | http-nio-9206-exec-3 [TID:bdde699ed5ae4e4081a25081a91851b6.105.17162538360720001] c.m.e.m.R.selectRuleEngineById  | ==> Parameters: 2(Long) +2024-05-21 09:10:36.154 | DEBUG 8772 | http-nio-9206-exec-3 [TID:bdde699ed5ae4e4081a25081a91851b6.105.17162538360720001] c.m.e.m.R.selectRuleEngineById  | <== Total: 1 +2024-05-21 09:10:36.341 |  WARN 8772 | http-nio-9206-exec-2 [TID:bdde699ed5ae4e4081a25081a91851b6.104.17162538360650001] c.b.m.c.t.support.ReflectLambdaMeta  | Unable to make field private final java.lang.Class java.lang.invoke.SerializedLambda.capturingClass accessible: module java.base does not "opens java.lang.invoke" to unnamed module @6b71769e +2024-05-21 09:10:36.359 | DEBUG 8772 | http-nio-9206-exec-2 [TID:bdde699ed5ae4e4081a25081a91851b6.104.17162538360650001] c.m.e.m.R.selectList  | ==> Preparing: SELECT id,rule_engine_id,version_code,name,code,code_ing,is_activate,is_test,status,description,create_by,create_time,update_by,update_time,remark FROM rule_engine_version WHERE (rule_engine_id = ?) +2024-05-21 09:10:36.360 | DEBUG 8772 | http-nio-9206-exec-2 [TID:bdde699ed5ae4e4081a25081a91851b6.104.17162538360650001] c.m.e.m.R.selectList  | ==> Parameters: 2(Long) +2024-05-21 09:10:36.367 | DEBUG 8772 | http-nio-9206-exec-2 [TID:bdde699ed5ae4e4081a25081a91851b6.104.17162538360650001] c.m.e.m.R.selectList  | <== Total: 1 +2024-05-21 09:10:49.206 |  INFO 29040 | main [TID:N/A] o.apache.catalina.core.StandardService  | Starting service [Tomcat] +2024-05-21 09:10:49.208 |  INFO 29040 | main [TID:N/A] org.apache.catalina.core.StandardEngine  | Starting Servlet engine: [Apache Tomcat/9.0.76] +2024-05-21 09:10:49.881 |  INFO 29040 | main [TID:N/A] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring embedded WebApplicationContext +2024-05-21 09:10:50.250 | DEBUG 8772 | http-nio-9206-exec-4 [TID:bdde699ed5ae4e4081a25081a91851b6.106.17162538501870001] c.m.e.m.R.selectRuleEngineById  | ==> Preparing: select id, name, type, level, code,engine_code,description, is_activate, status, remark, create_by, create_time, update_by, update_time from rule_engine where id = ? +2024-05-21 09:10:50.251 | DEBUG 8772 | http-nio-9206-exec-4 [TID:bdde699ed5ae4e4081a25081a91851b6.106.17162538501870001] c.m.e.m.R.selectRuleEngineById  | ==> Parameters: 2(Long) +2024-05-21 09:10:50.255 |  WARN 8772 | http-nio-9206-exec-5 [TID:bdde699ed5ae4e4081a25081a91851b6.107.17162538501880001] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 1877050 +2024-05-21 09:10:50.257 |  WARN 8772 | http-nio-9206-exec-5 [TID:bdde699ed5ae4e4081a25081a91851b6.107.17162538501880001] c.a.druid.pool.DruidAbstractDataSource  | discard long time none received connection. , jdbcUrl : jdbc:mysql://127.0.0.1:3306/etl420?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8, version : 1.2.8, lastPacketReceivedIdleMillis : 1877104 +2024-05-21 09:10:50.257 | DEBUG 8772 | http-nio-9206-exec-4 [TID:bdde699ed5ae4e4081a25081a91851b6.106.17162538501870001] c.m.e.m.R.selectRuleEngineById  | <== Total: 1 +2024-05-21 09:10:50.259 | DEBUG 8772 | http-nio-9206-exec-5 [TID:bdde699ed5ae4e4081a25081a91851b6.107.17162538501880001] c.m.e.m.R.selectList  | ==> Preparing: SELECT id,rule_engine_id,version_code,name,code,code_ing,is_activate,is_test,status,description,create_by,create_time,update_by,update_time,remark FROM rule_engine_version WHERE (rule_engine_id = ?) +2024-05-21 09:10:50.260 | DEBUG 8772 | http-nio-9206-exec-5 [TID:bdde699ed5ae4e4081a25081a91851b6.107.17162538501880001] c.m.e.m.R.selectList  | ==> Parameters: 2(Long) +2024-05-21 09:10:50.272 | DEBUG 8772 | http-nio-9206-exec-5 [TID:bdde699ed5ae4e4081a25081a91851b6.107.17162538501880001] c.m.e.m.R.selectList  | <== Total: 1 +2024-05-21 09:10:52.154 |  INFO 29040 | main [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1,master} inited +2024-05-21 09:10:52.158 |  INFO 29040 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource - add a datasource named [master] success +2024-05-21 09:10:52.159 |  INFO 29040 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +2024-05-21 09:11:02.216 |  INFO 29040 | main [TID:N/A] c.a.c.sentinel.SentinelWebMvcConfigurer  | [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +2024-05-21 09:11:08.961 |  WARN 29040 | main [TID:N/A] iguration$LoadBalancerCaffeineWarnLogger | Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. +2024-05-21 09:11:09.277 |  INFO 29040 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-21 09:11:09.277 |  INFO 29040 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-21 09:11:09.574 |  INFO 29040 | main [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | nacos registry, DEFAULT_GROUP muyu-etl 192.168.217.1:9205 register finished +2024-05-21 09:11:11.756 |  INFO 29040 | main [TID:N/A] com.muyu.MuYuEtlApplication  | Started MuYuEtlApplication in 50.955 seconds (JVM running for 66.568) +2024-05-21 09:11:11.973 | DEBUG 29040 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Preparing: select id, data_resource_name,username,password, data_sources_system_name, host, port,is_test, database_type, database_name, init_link_num, max_link_num, max_wait_time, max_wait_times,connection_params, remark from basic_config_info WHERE is_test = ? +2024-05-21 09:11:12.088 | DEBUG 29040 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Parameters: 1(String) +2024-05-21 09:11:12.205 | DEBUG 29040 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | <== Total: 8 +2024-05-21 09:11:14.900 |  INFO 29040 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl-dev.yml, group=DEFAULT_GROUP +2024-05-21 09:11:14.901 |  INFO 29040 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl, group=DEFAULT_GROUP +2024-05-21 09:11:14.903 |  INFO 29040 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl.yml, group=DEFAULT_GROUP +2024-05-21 10:10:54.387 |  INFO 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 10:10:54.636 |  INFO 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 10:10:54.853 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 10:10:54.873 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 10:10:54.971 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 10:10:54.945 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 10:11:00.018 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 10:11:00.020 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 10:11:00.082 |  INFO 29040 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 10:11:00.517 |  INFO 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 10:11:04.363 |  INFO 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 12:10:19.231 |  INFO 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:19.216 |  INFO 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:19.336 |  INFO 29040 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 12:10:19.342 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:19.366 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 12:10:19.372 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:28.396 |  INFO 29040 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:10:28.398 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:28.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:10:28.418 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:36.595 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:10:36.598 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:36.620 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:10:36.622 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:52.996 |  INFO 29040 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:10:52.998 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:10:53.017 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:10:53.019 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:11:23.100 |  INFO 29040 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:11:23.111 |  WARN 29040 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:11:23.116 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:11:23.119 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:11:53.197 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:11:53.199 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:11:53.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:11:53.221 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:12:23.298 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:12:23.313 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:12:23.316 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:12:23.329 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:12:53.401 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:12:53.404 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:12:53.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:12:53.419 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:13:23.500 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:13:23.503 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:13:23.532 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:13:23.533 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:13:53.603 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:13:53.605 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:13:53.618 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:13:53.620 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:14:23.696 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:14:23.698 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:14:23.718 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:14:23.718 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:14:53.795 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:14:53.810 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:14:53.817 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:14:53.819 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:15:23.895 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:15:23.896 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:15:23.923 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:15:23.925 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:15:53.996 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:15:54.010 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:15:54.025 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:15:54.027 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:16:24.094 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:16:24.096 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:16:24.121 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:16:24.122 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:16:54.200 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:16:54.216 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:16:54.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:16:54.219 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:17:24.295 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:17:24.318 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:17:24.319 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:17:24.320 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:17:54.395 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:17:54.418 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:17:54.418 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:17:54.420 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:18:24.500 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:18:24.503 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:18:24.532 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:18:24.548 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:18:54.595 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:18:54.596 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:18:54.621 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:18:54.622 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:19:24.695 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:19:24.719 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:19:24.719 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:19:24.720 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:19:54.799 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:19:54.813 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:19:54.818 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:19:54.818 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:20:24.895 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:20:24.897 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:20:24.922 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:20:24.938 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:20:54.998 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:20:55.000 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:20:55.017 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:20:55.018 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:21:25.096 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:21:25.097 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:21:25.121 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:21:25.122 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:21:55.198 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:21:55.215 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:21:55.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:21:55.219 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:22:25.296 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:22:25.299 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:22:25.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:22:25.318 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:22:55.397 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:22:55.399 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:22:55.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:22:55.418 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:23:25.500 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:23:25.501 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:23:25.517 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:23:25.520 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:23:55.595 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:23:55.596 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:23:55.620 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:23:55.621 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:24:25.696 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:24:25.697 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:24:25.720 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:24:25.721 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:24:55.797 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:24:55.800 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:24:55.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:24:55.817 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:25:25.896 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:25:25.910 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:25:25.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:25:25.919 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:25:55.999 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:25:56.014 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:25:56.016 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:25:56.030 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:26:26.095 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:26:26.096 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:26:26.118 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:26:26.119 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:26:56.198 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:26:56.200 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:26:56.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:26:56.219 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:27:26.302 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:27:26.304 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:27:26.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:27:26.319 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:27:56.398 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:27:56.413 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:27:56.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:27:56.419 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:28:26.496 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:28:26.498 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:28:26.516 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:28:26.517 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:28:56.596 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:28:56.598 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:28:56.616 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:28:56.617 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:29:26.695 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:29:26.697 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:29:26.722 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:29:26.724 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:29:56.795 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:29:56.811 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:29:56.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:29:56.817 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:30:26.909 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:30:26.925 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:30:26.926 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:30:26.927 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:30:56.995 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:30:56.997 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:30:57.021 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:30:57.022 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:31:27.098 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:31:27.100 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:31:27.118 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:31:27.118 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:31:57.202 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:31:57.217 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:31:57.218 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:31:57.233 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:32:27.298 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:32:27.301 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:32:27.318 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:32:27.329 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:32:57.395 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:32:57.408 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:32:57.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:32:57.440 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:33:27.495 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:33:27.497 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:33:27.519 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:33:27.533 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:33:57.595 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:33:57.596 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:33:57.616 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:33:57.617 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:34:27.695 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:34:27.697 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:34:27.723 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:34:27.724 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:34:57.795 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:34:57.797 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:34:57.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:34:57.842 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:35:27.902 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:35:27.905 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:35:27.918 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:35:27.919 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:35:57.995 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:35:58.022 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:35:58.022 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:35:58.023 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:36:28.095 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:36:28.096 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:36:28.116 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:36:28.117 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:36:58.202 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:36:58.204 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:36:58.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:36:58.218 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:37:28.295 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:37:28.298 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:37:28.316 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:37:28.317 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:37:58.396 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:37:58.398 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:37:58.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:37:58.419 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:38:28.497 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:38:28.500 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:38:28.516 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:38:28.519 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:38:58.595 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:38:58.597 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:38:58.616 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:38:58.618 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:39:28.695 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:39:28.696 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:39:28.723 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:39:28.725 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:39:58.797 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:39:58.799 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:39:58.817 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:39:58.818 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:40:28.895 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:40:28.907 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:40:28.922 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:40:28.938 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:40:58.998 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:40:58.999 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:40:59.018 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:40:59.019 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:41:29.096 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:41:29.097 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:41:29.118 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:41:29.119 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:41:59.199 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:41:59.201 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:41:59.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:41:59.218 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:42:29.296 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:42:29.297 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:42:29.322 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:42:29.322 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:42:59.396 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:42:59.398 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:42:59.416 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:42:59.428 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:43:29.500 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:43:29.515 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:43:29.531 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:43:29.533 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:43:59.597 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:43:59.598 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:43:59.617 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:43:59.618 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:44:29.699 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:44:29.702 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:44:29.717 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:44:29.717 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:44:59.799 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:44:59.801 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:44:59.817 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:44:59.818 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:45:29.894 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:45:29.895 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:45:29.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:45:29.919 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:45:59.998 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:46:00.000 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:46:00.017 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:46:00.022 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:46:30.103 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:46:30.106 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:46:30.118 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:46:30.120 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:47:00.198 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:47:00.214 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:47:00.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:47:00.218 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:47:30.295 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:47:30.296 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:47:30.318 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:47:30.319 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:48:00.395 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:48:00.396 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:48:00.420 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:48:00.421 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:48:30.496 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:48:30.497 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:48:30.523 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:48:30.540 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:49:00.594 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:49:00.596 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:49:00.625 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:49:00.627 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:49:30.702 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:49:30.704 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:49:30.717 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:49:30.733 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:50:00.795 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:50:00.797 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:50:00.825 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:50:00.826 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:50:30.896 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:50:30.897 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:50:30.925 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:50:30.926 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:51:00.995 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:51:00.997 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:51:01.025 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:51:01.026 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:51:31.096 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:51:31.109 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:51:31.124 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:51:31.141 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:52:01.196 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:52:01.198 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:52:01.221 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:52:01.236 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:52:31.300 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:52:31.302 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:52:31.316 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:52:31.317 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:53:01.399 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:53:01.401 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:53:01.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:53:01.418 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:53:31.496 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:53:31.496 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:53:31.518 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:53:31.520 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:54:01.597 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:54:01.623 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:54:01.623 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:54:01.624 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:54:31.696 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:54:31.711 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:54:31.718 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:54:31.718 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:55:01.796 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:55:01.813 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:55:01.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:55:01.817 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:55:31.896 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:55:31.897 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:55:31.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:55:31.918 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:56:01.996 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:56:01.998 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:56:02.016 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:56:02.043 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:56:32.095 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:56:32.110 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:56:32.118 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:56:32.120 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:57:02.195 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:57:02.196 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:57:02.221 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:57:02.222 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:57:32.298 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:57:32.300 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:57:32.318 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:57:32.319 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:58:02.395 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:58:02.397 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:58:02.427 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:58:02.428 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:58:32.501 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:58:32.502 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:58:32.531 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:58:32.533 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:59:02.599 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:59:02.601 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:59:02.617 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:59:02.618 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:59:32.695 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:59:32.697 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 12:59:32.719 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 12:59:32.720 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:00:02.802 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:00:02.804 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:00:02.819 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:00:02.820 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:00:32.900 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:00:32.902 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:00:32.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:00:32.918 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:01:02.995 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:01:02.998 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:01:03.017 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:01:03.018 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:01:33.096 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:01:33.112 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:01:33.117 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:01:33.142 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:02:03.195 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:02:03.209 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:02:03.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:02:03.241 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:02:33.295 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:02:33.297 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:02:33.325 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:02:33.326 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:03:03.396 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:03:03.421 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:03:03.421 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:03:03.435 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:03:33.495 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:03:33.497 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:03:33.516 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:03:33.518 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:04:03.596 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:04:03.612 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:04:03.617 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:04:03.618 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:04:33.698 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:04:33.700 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:04:33.717 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:04:33.729 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:05:03.799 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:05:03.814 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:05:03.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:05:03.817 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:05:33.901 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:05:33.903 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:05:33.916 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:05:33.933 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:06:04.000 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:06:04.015 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:06:04.018 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:06:04.031 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:06:34.095 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:06:34.097 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:06:34.116 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:06:34.117 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:07:04.201 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:07:04.202 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:07:04.216 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:07:04.218 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:07:34.301 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:07:34.316 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:07:34.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:07:34.318 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:08:04.395 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:08:04.419 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:08:04.419 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:08:04.435 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:08:34.495 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:08:34.520 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:08:34.520 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:08:34.522 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:09:04.595 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:09:04.607 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:09:04.622 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:09:04.623 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:09:34.696 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:09:34.697 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:09:34.717 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:09:34.718 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:10:04.795 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:10:04.797 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:10:04.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:10:04.817 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:10:34.895 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:10:34.897 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:10:34.916 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:10:34.917 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:11:05.000 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:11:05.015 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:11:05.018 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:11:05.031 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:11:35.097 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:11:35.099 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:11:35.117 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:11:35.118 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:12:05.202 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:12:05.204 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:12:05.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:12:05.219 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:12:35.298 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:12:35.313 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:12:35.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:12:35.318 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:13:05.395 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:13:05.420 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:13:05.420 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:13:05.435 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:13:35.495 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:13:35.521 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:13:35.521 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:13:35.535 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:14:05.596 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:14:05.598 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:14:05.616 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:14:05.617 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:14:35.703 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:14:35.705 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:14:35.718 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:14:35.722 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:15:05.802 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:15:05.819 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:15:05.819 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:15:05.820 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:15:35.896 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:15:35.911 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:15:35.918 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:15:35.919 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:16:06.000 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:16:06.016 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:16:06.017 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:16:06.031 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:16:36.104 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:16:36.106 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:16:36.119 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:16:36.120 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:17:06.201 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:17:06.203 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:17:06.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:17:06.233 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:17:36.299 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:17:36.315 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:17:36.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:17:36.330 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:18:06.396 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:18:06.398 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:18:06.425 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:18:06.441 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:18:36.495 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:18:36.497 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:18:36.517 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:18:36.518 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:19:06.600 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:19:06.616 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:19:06.618 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:19:06.619 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:19:36.696 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:19:36.709 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:19:36.724 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:19:36.725 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:20:06.795 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:20:06.819 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:20:06.819 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:20:06.821 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:20:36.895 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:20:36.920 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:20:36.920 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:20:36.922 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:21:06.995 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:21:06.996 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:21:07.019 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:21:07.020 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:21:37.096 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:21:37.112 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:21:37.118 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:21:37.119 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:22:07.195 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:22:07.196 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:22:07.219 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:22:07.220 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:22:37.296 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:22:37.297 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:22:37.321 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:22:37.322 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:23:07.395 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:23:07.398 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:23:07.426 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:23:07.428 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:23:37.496 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:23:37.497 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:23:37.522 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:23:37.523 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:24:07.595 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:24:07.608 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:24:07.623 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:24:07.638 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:24:37.697 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:24:37.699 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:24:37.717 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:24:37.718 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:25:07.798 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:25:07.800 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:25:07.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:25:07.817 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:25:37.895 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:25:37.896 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:25:37.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:25:37.918 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:26:07.997 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:26:07.998 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:26:08.022 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:26:08.023 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:26:38.096 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:26:38.098 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:26:38.123 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:26:38.138 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:27:08.203 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:27:08.219 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:27:08.219 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:27:08.220 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:27:38.298 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:27:38.314 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:27:38.319 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:27:38.320 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:28:08.396 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:28:08.397 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:28:08.422 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:28:08.424 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:28:38.495 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:28:38.497 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:28:38.521 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:28:38.522 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:29:08.595 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:29:08.620 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:29:08.620 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:29:08.621 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:29:38.696 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:29:38.722 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:29:38.722 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:29:38.738 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:30:08.798 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:30:08.813 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:30:08.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:30:08.828 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:30:38.896 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:30:38.897 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:30:38.923 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:30:38.924 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:31:08.996 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:31:09.021 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:31:09.021 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:31:09.022 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:31:39.095 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:31:39.107 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:31:39.122 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:31:39.124 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:32:09.198 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:32:09.214 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:32:09.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:32:09.219 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:32:39.300 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:32:39.302 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:32:39.316 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:32:39.318 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:33:09.396 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:33:09.397 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:33:09.419 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:33:09.419 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:33:39.498 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:33:39.500 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:33:39.517 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:33:39.530 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:34:09.596 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:34:09.610 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:34:09.625 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:34:09.642 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:34:39.697 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:34:39.699 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:34:39.716 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:34:39.729 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:35:09.798 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:35:09.801 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:35:09.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:35:09.817 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:35:39.904 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:35:39.906 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:35:39.920 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:35:39.935 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:36:09.997 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:36:10.013 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:36:10.016 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:36:10.017 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:36:40.104 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:36:40.120 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:36:40.120 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:36:40.122 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:37:10.195 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:37:10.221 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:37:10.222 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:37:10.221 |  WARN 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:37:40.295 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:37:40.297 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:37:40.318 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:37:40.319 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:38:10.401 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:38:10.418 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:38:10.419 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:38:10.433 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:38:40.497 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:38:40.499 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:38:40.517 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:38:40.518 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 13:39:10.596 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:39:10.622 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 13:39:10.715 |  INFO 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 13:39:10.755 |  INFO 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 15:43:33.149 |  INFO 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:43:33.146 |  INFO 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:43:33.222 |  INFO 29040 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 15:43:33.230 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:43:33.346 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 15:43:33.354 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:43:42.300 |  INFO 29040 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:43:42.315 |  WARN 29040 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:43:42.316 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:43:42.318 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:43:50.519 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:43:50.520 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:43:50.597 |  INFO 29040 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:43:50.598 |  WARN 29040 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:44:06.921 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:44:06.922 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:44:06.999 |  INFO 29040 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:44:07.001 |  WARN 29040 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:44:37.021 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:44:37.023 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:44:37.099 |  INFO 29040 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:44:37.100 |  WARN 29040 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:45:07.116 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:45:07.117 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:45:07.202 |  INFO 29040 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:45:07.203 |  WARN 29040 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:45:37.221 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:45:37.221 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:45:37.297 |  INFO 29040 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:45:37.313 |  WARN 29040 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:46:07.325 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:46:07.328 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:46:07.395 |  INFO 29040 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:46:07.418 |  WARN 29040 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 15:46:37.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:46:37.496 |  INFO 29040 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 15:46:37.563 |  INFO 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 15:46:37.602 |  INFO 29040 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 16:44:15.799 |  WARN 29040 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient +2024-05-21 16:44:15.799 |  WARN 29040 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher +2024-05-21 16:44:15.802 |  WARN 29040 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end +2024-05-21 16:44:15.808 |  WARN 29040 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end +2024-05-21 16:44:16.109 |  INFO 29040 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registering from Nacos Server now... +2024-05-21 16:44:16.157 |  INFO 29040 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registration finished. +2024-05-21 16:44:16.319 |  INFO 29040 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource start closing .... +2024-05-21 16:44:16.322 |  INFO 29040 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closing ... +2024-05-21 16:44:16.326 |  INFO 29040 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closed +2024-05-21 16:44:16.326 |  INFO 29040 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource all closed success,bye +2024-05-21 16:45:06.090 |  INFO 33220 | main [TID:N/A] c.a.n.client.env.SearchableProperties  | properties search order:PROPERTIES->JVM->ENV->DEFAULT_SETTING +2024-05-21 16:45:07.528 |  INFO 33220 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-21 16:45:07.530 |  INFO 33220 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-21 16:45:17.903 |  WARN 33220 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl] & group[DEFAULT_GROUP] +2024-05-21 16:45:17.951 |  WARN 33220 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl.yml] & group[DEFAULT_GROUP] +2024-05-21 16:45:18.167 |  INFO 33220 | main [TID:N/A] com.muyu.MuYuEtlApplication  | The following 1 profile is active: "dev" +2024-05-21 16:45:29.366 |  INFO 33220 | main [TID:N/A] o.apache.catalina.core.StandardService  | Starting service [Tomcat] +2024-05-21 16:45:29.367 |  INFO 33220 | main [TID:N/A] org.apache.catalina.core.StandardEngine  | Starting Servlet engine: [Apache Tomcat/9.0.76] +2024-05-21 16:45:29.755 |  INFO 33220 | main [TID:N/A] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring embedded WebApplicationContext +2024-05-21 16:45:31.715 |  INFO 33220 | main [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1,master} inited +2024-05-21 16:45:31.719 |  INFO 33220 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource - add a datasource named [master] success +2024-05-21 16:45:31.720 |  INFO 33220 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +2024-05-21 16:45:39.401 |  INFO 33220 | main [TID:N/A] c.a.c.sentinel.SentinelWebMvcConfigurer  | [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +2024-05-21 16:45:45.881 |  WARN 33220 | main [TID:N/A] iguration$LoadBalancerCaffeineWarnLogger | Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. +2024-05-21 16:45:46.202 |  INFO 33220 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-21 16:45:46.203 |  INFO 33220 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-21 16:45:46.480 |  INFO 33220 | main [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | nacos registry, DEFAULT_GROUP muyu-etl 192.168.217.1:9205 register finished +2024-05-21 16:45:48.595 |  INFO 33220 | main [TID:N/A] com.muyu.MuYuEtlApplication  | Started MuYuEtlApplication in 44.935 seconds (JVM running for 75.394) +2024-05-21 16:45:48.799 | DEBUG 33220 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Preparing: select id, data_resource_name,username,password, data_sources_system_name, host, port,is_test, database_type, database_name, init_link_num, max_link_num, max_wait_time, max_wait_times,connection_params, remark from basic_config_info WHERE is_test = ? +2024-05-21 16:45:48.906 | DEBUG 33220 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Parameters: 1(String) +2024-05-21 16:45:49.035 | DEBUG 33220 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | <== Total: 8 +2024-05-21 16:45:53.539 |  INFO 33220 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl-dev.yml, group=DEFAULT_GROUP +2024-05-21 16:45:53.542 |  INFO 33220 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl, group=DEFAULT_GROUP +2024-05-21 16:45:53.545 |  INFO 33220 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl.yml, group=DEFAULT_GROUP +2024-05-21 17:31:58.093 |  INFO 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:31:58.093 |  INFO 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:31:58.169 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 17:31:58.181 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:31:58.682 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 17:31:59.255 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:32:04.017 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:32:04.020 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:32:04.123 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:32:04.125 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:32:16.418 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:32:16.421 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:32:16.526 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:32:16.528 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:32:32.817 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:32:32.820 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:32:32.924 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:32:32.927 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:33:02.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:33:02.919 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:33:03.025 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:33:03.027 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:33:33.018 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:33:33.019 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:33:33.125 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:33:33.128 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:34:03.117 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:34:03.143 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:34:03.224 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:34:03.226 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:34:33.216 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:34:33.218 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:34:33.323 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:34:33.325 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:35:03.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:35:03.319 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:35:03.422 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:35:03.425 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:35:33.416 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:35:33.417 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:35:33.538 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:35:33.540 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:36:03.516 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:36:03.518 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:36:03.623 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:36:03.625 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:36:33.618 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:36:33.620 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:36:33.729 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:36:33.733 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:37:03.720 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:37:03.722 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:37:03.823 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:37:03.826 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:37:33.816 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:37:33.818 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:37:33.922 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:37:33.926 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:38:03.921 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:38:03.923 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:38:04.030 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:38:04.035 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:38:34.023 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:38:34.026 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:38:34.122 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:38:34.124 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:39:04.119 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:39:04.121 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:39:04.229 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:39:04.232 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:39:34.223 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:39:34.225 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:39:34.331 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:39:34.334 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:40:04.319 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:40:04.323 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:40:04.428 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:40:04.431 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:40:34.418 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:40:34.419 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:40:34.524 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:40:34.527 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:41:04.517 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:41:04.519 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:41:04.624 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:41:04.627 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:41:34.617 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:41:34.618 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:41:34.725 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:41:34.726 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:42:04.717 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:42:04.718 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:42:04.824 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:42:04.825 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:42:34.819 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:42:34.820 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:42:34.928 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:42:34.930 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:43:04.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:43:04.919 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:43:05.024 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:43:05.028 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:43:35.017 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:43:35.018 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:43:35.122 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:43:35.124 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:44:05.116 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:44:05.140 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:44:05.223 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:44:05.224 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:44:35.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:44:35.219 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:44:35.323 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:44:35.325 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:45:05.319 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:45:05.321 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:45:05.427 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:45:05.429 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:45:35.416 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:45:35.419 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:45:35.525 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:45:35.527 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:46:05.518 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:46:05.520 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:46:05.626 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:46:05.628 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:46:35.622 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:46:35.624 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:46:35.723 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:46:35.725 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:47:05.718 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:47:05.720 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:47:05.823 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:47:05.825 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:47:35.818 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:47:35.819 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:47:35.923 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:47:35.925 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:48:05.923 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:48:05.925 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:48:06.023 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:48:06.047 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:48:36.016 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:48:36.017 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:48:36.123 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:48:36.125 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:49:06.117 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:49:06.118 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:49:06.223 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:49:06.225 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:49:36.219 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:49:36.221 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:49:36.328 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:49:36.329 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:50:06.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:50:06.334 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:50:06.426 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:50:06.428 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:50:36.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:50:36.441 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:50:36.523 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:50:36.524 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:51:06.516 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:51:06.518 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:51:06.626 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:51:06.630 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:51:36.622 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:51:36.624 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:51:36.724 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:51:36.727 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:52:06.717 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:52:06.718 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:52:06.823 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:52:06.825 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:52:36.817 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:52:36.818 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:52:36.924 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:52:36.926 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:53:06.919 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:53:06.920 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:53:07.022 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:53:07.025 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:53:37.022 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:53:37.023 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:53:37.130 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:53:37.146 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:54:07.117 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:54:07.131 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:54:07.224 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:54:07.225 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:54:37.218 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:54:37.220 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:54:37.324 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:54:37.325 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:55:07.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:55:07.318 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:55:07.424 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:55:07.426 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:55:37.416 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:55:37.428 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:55:37.523 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:55:37.525 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:56:07.517 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:56:07.518 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:56:07.624 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:56:07.626 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:56:37.616 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:56:37.617 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:56:37.723 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:56:37.728 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:57:07.717 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:57:07.718 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:57:07.825 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:57:07.828 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:57:37.818 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:57:37.819 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:57:37.925 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:57:37.927 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:58:07.920 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:58:07.921 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:58:08.030 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:58:08.046 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 17:58:38.019 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:58:38.127 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 17:58:38.261 |  INFO 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 17:58:38.317 |  INFO 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 18:26:49.059 |  INFO 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:26:49.042 |  INFO 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:26:49.186 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 18:26:49.195 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 18:26:49.191 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:26:49.202 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:26:54.516 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:26:54.518 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:26:54.824 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:26:54.827 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:27:06.819 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:27:06.820 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:27:07.329 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:27:07.331 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:27:23.218 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:27:23.222 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:27:23.728 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:27:23.734 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:27:53.316 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:27:53.317 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:27:53.826 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:27:53.829 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:28:23.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:28:23.418 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:28:23.923 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:28:23.926 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:28:53.517 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:28:53.520 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:28:54.024 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:28:54.029 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:29:23.623 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:29:23.624 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:29:24.123 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:29:24.126 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:29:53.721 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:29:53.723 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:29:54.222 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:29:54.224 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:30:23.819 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:30:23.819 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:30:24.323 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:30:24.323 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:30:53.916 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:30:53.917 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:30:54.423 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:30:54.426 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:31:24.021 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:31:24.024 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:31:24.524 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:31:24.527 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:31:54.117 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:31:54.119 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:31:54.622 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:31:54.625 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:32:24.225 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:32:24.229 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:32:24.723 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:32:24.726 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:32:54.332 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:32:54.334 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:32:54.828 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:32:54.832 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:33:24.421 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:33:24.422 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 18:33:24.938 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:33:25.185 |  INFO 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 18:33:54.521 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 18:33:54.581 |  INFO 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 21:01:17.081 |  INFO 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:17.096 |  INFO 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:17.142 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 21:01:17.153 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:17.160 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 21:01:17.195 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:22.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:01:22.320 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:22.623 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:01:22.627 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:34.817 |  INFO 8772 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:01:34.820 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:35.125 |  INFO 33220 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:01:35.129 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:51.216 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:01:51.217 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:01:51.522 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:01:51.525 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:02:21.317 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:02:21.317 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:02:21.622 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:02:21.623 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:02:51.578 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:02:51.664 |  INFO 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 21:02:51.805 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:02:52.013 |  INFO 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 21:03:29.097 |  INFO 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:03:29.094 |  INFO 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:03:29.191 |  INFO 8772 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 21:03:29.193 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:03:29.197 |  INFO 33220 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-21 21:03:29.200 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:03:34.619 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:03:34.622 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:03:34.623 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:03:34.627 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:03:47.019 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:03:47.021 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:03:47.128 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:03:47.131 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:04:03.422 |  INFO 8772 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:04:03.424 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:04:03.529 |  INFO 33220 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:04:03.531 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:04:33.518 |  INFO 8772 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:04:33.521 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:04:33.627 |  INFO 33220 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:04:33.629 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:05:03.617 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:05:03.618 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:05:03.722 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:05:03.725 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:05:33.719 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:05:33.722 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:05:33.827 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:05:33.830 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:06:03.818 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:06:03.820 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:06:03.925 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:06:03.929 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:06:33.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:06:33.919 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:06:34.023 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:06:34.025 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:07:04.022 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:07:04.024 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:07:04.129 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:07:04.131 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:07:34.117 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:07:34.119 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:07:34.224 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:07:34.227 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:08:04.224 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:08:04.227 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:08:04.322 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:08:04.325 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:08:34.316 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:08:34.319 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:08:34.423 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:08:34.425 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:09:04.417 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:09:04.418 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:09:04.522 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:09:04.525 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:09:34.516 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:09:34.518 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:09:34.625 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:09:34.627 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:10:04.615 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:10:04.617 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:10:04.724 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:10:04.727 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:10:34.725 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:10:34.728 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:10:34.824 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:10:34.825 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:11:04.817 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:11:04.817 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:11:04.923 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:11:04.925 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:11:34.917 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:11:34.917 |  WARN 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:11:35.023 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:11:35.024 |  WARN 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:12:05.016 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:12:05.017 |  WARN 8772 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:12:05.123 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:12:05.125 |  WARN 33220 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:12:35.116 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:12:35.117 |  WARN 8772 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:12:35.223 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:12:35.225 |  WARN 33220 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:13:05.217 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:13:05.218 |  WARN 8772 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:13:05.323 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:13:05.325 |  WARN 33220 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:13:35.320 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:13:35.322 |  WARN 8772 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:13:35.429 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:13:35.430 |  WARN 33220 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:14:05.415 |  INFO 8772 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:14:05.417 |  WARN 8772 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:14:05.524 |  INFO 33220 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:14:05.529 |  WARN 33220 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:14:35.531 |  INFO 8772 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:14:35.532 |  WARN 8772 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:14:35.625 |  INFO 33220 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:14:35.629 |  WARN 33220 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:15:05.617 |  INFO 8772 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:15:05.617 |  WARN 8772 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:15:05.723 |  INFO 33220 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:15:05.725 |  WARN 33220 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-21 21:15:35.718 |  INFO 8772 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:15:35.899 |  INFO 33220 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-21 21:15:35.946 |  INFO 8772 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 21:15:36.037 |  INFO 33220 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-21 21:42:31.505 |  WARN 33220 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient +2024-05-21 21:42:31.518 |  WARN 33220 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end +2024-05-21 21:42:31.505 |  WARN 33220 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher +2024-05-21 21:42:31.524 |  WARN 33220 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end +2024-05-21 21:42:32.952 |  WARN 8772 | Thread-10 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher +2024-05-21 21:42:32.957 |  WARN 8772 | Thread-10 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end +2024-05-21 21:42:33.223 |  WARN 8772 | Thread-3 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient +2024-05-21 21:42:33.367 |  WARN 8772 | Thread-3 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end +2024-05-21 21:42:36.582 |  INFO 33220 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registering from Nacos Server now... +2024-05-21 21:42:36.848 |  INFO 33220 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registration finished. +2024-05-21 21:42:37.181 |  INFO 8772 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registering from Nacos Server now... +2024-05-21 21:42:37.541 |  INFO 8772 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registration finished. +2024-05-21 21:42:38.188 |  INFO 8772 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource start closing .... +2024-05-21 21:42:38.212 |  INFO 8772 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closing ... +2024-05-21 21:42:38.225 |  INFO 8772 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closed +2024-05-21 21:42:38.225 |  INFO 8772 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource all closed success,bye +2024-05-21 21:42:38.907 |  INFO 33220 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource start closing .... +2024-05-21 21:42:38.978 |  INFO 33220 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closing ... +2024-05-21 21:42:39.508 |  INFO 33220 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closed +2024-05-21 21:42:39.512 |  INFO 33220 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource all closed success,bye +2024-05-22 08:43:53.060 |  INFO 33000 | main [TID:N/A] c.a.n.client.env.SearchableProperties  | properties search order:PROPERTIES->JVM->ENV->DEFAULT_SETTING +2024-05-22 08:43:54.518 |  INFO 33000 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-22 08:43:54.519 |  INFO 33000 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-22 08:43:59.919 |  WARN 33000 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl] & group[DEFAULT_GROUP] +2024-05-22 08:44:00.025 |  WARN 33000 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl.yml] & group[DEFAULT_GROUP] +2024-05-22 08:44:00.213 |  INFO 33000 | main [TID:N/A] com.muyu.MuYuEtlApplication  | The following 1 profile is active: "dev" +2024-05-22 08:44:07.137 |  INFO 33000 | main [TID:N/A] o.apache.catalina.core.StandardService  | Starting service [Tomcat] +2024-05-22 08:44:07.138 |  INFO 33000 | main [TID:N/A] org.apache.catalina.core.StandardEngine  | Starting Servlet engine: [Apache Tomcat/9.0.76] +2024-05-22 08:44:07.411 |  INFO 33000 | main [TID:N/A] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring embedded WebApplicationContext +2024-05-22 08:44:08.593 |  INFO 33000 | main [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1,master} inited +2024-05-22 08:44:08.595 |  INFO 33000 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource - add a datasource named [master] success +2024-05-22 08:44:08.596 |  INFO 33000 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +2024-05-22 08:44:13.526 |  INFO 33000 | main [TID:N/A] c.a.c.sentinel.SentinelWebMvcConfigurer  | [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +2024-05-22 08:44:19.040 |  WARN 33000 | main [TID:N/A] iguration$LoadBalancerCaffeineWarnLogger | Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. +2024-05-22 08:44:19.335 |  INFO 33000 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-22 08:44:19.335 |  INFO 33000 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-22 08:44:19.873 |  INFO 33000 | main [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | nacos registry, DEFAULT_GROUP muyu-etl 192.168.217.1:9205 register finished +2024-05-22 08:44:21.817 |  INFO 33000 | main [TID:N/A] com.muyu.MuYuEtlApplication  | Started MuYuEtlApplication in 31.562 seconds (JVM running for 63.835) +2024-05-22 08:44:21.966 | DEBUG 33000 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Preparing: select id, data_resource_name,username,password, data_sources_system_name, host, port,is_test, database_type, database_name, init_link_num, max_link_num, max_wait_time, max_wait_times,connection_params, remark from basic_config_info WHERE is_test = ? +2024-05-22 08:44:22.031 | DEBUG 33000 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Parameters: 1(String) +2024-05-22 08:44:22.144 | DEBUG 33000 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | <== Total: 8 +2024-05-22 08:44:24.214 |  INFO 33000 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl-dev.yml, group=DEFAULT_GROUP +2024-05-22 08:44:24.216 |  INFO 33000 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl, group=DEFAULT_GROUP +2024-05-22 08:44:24.217 |  INFO 33000 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl.yml, group=DEFAULT_GROUP +2024-05-22 08:47:34.807 |  INFO 3748 | main [TID:N/A] c.a.n.client.env.SearchableProperties  | properties search order:PROPERTIES->JVM->ENV->DEFAULT_SETTING +2024-05-22 08:47:36.488 |  INFO 3748 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-22 08:47:36.489 |  INFO 3748 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-22 08:47:43.057 |  WARN 3748 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-engine] & group[DEFAULT_GROUP] +2024-05-22 08:47:43.154 |  WARN 3748 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-engine.yml] & group[DEFAULT_GROUP] +2024-05-22 08:47:43.339 |  INFO 3748 | main [TID:N/A] com.muyu.RuleEngineApplication  | The following 1 profile is active: "dev" +2024-05-22 08:47:52.049 |  INFO 3748 | main [TID:N/A] o.apache.catalina.core.StandardService  | Starting service [Tomcat] +2024-05-22 08:47:52.050 |  INFO 3748 | main [TID:N/A] org.apache.catalina.core.StandardEngine  | Starting Servlet engine: [Apache Tomcat/9.0.76] +2024-05-22 08:47:52.429 |  INFO 3748 | main [TID:N/A] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring embedded WebApplicationContext +2024-05-22 08:47:53.909 |  INFO 3748 | main [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1,master} inited +2024-05-22 08:47:53.911 |  INFO 3748 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource - add a datasource named [master] success +2024-05-22 08:47:53.912 |  INFO 3748 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +2024-05-22 08:47:58.453 |  INFO 3748 | main [TID:N/A] c.a.c.sentinel.SentinelWebMvcConfigurer  | [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +2024-05-22 08:48:04.153 |  WARN 3748 | main [TID:N/A] iguration$LoadBalancerCaffeineWarnLogger | Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. +2024-05-22 08:48:04.349 |  INFO 3748 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-22 08:48:04.349 |  INFO 3748 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-22 08:48:04.855 |  INFO 3748 | main [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | nacos registry, DEFAULT_GROUP muyu-engine 192.168.217.1:9206 register finished +2024-05-22 08:48:06.741 |  INFO 3748 | main [TID:N/A] com.muyu.RuleEngineApplication  | Started RuleEngineApplication in 34.818 seconds (JVM running for 44.78) +2024-05-22 08:48:06.780 |  INFO 3748 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-engine.yml, group=DEFAULT_GROUP +2024-05-22 08:48:06.782 |  INFO 3748 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-engine-dev.yml, group=DEFAULT_GROUP +2024-05-22 08:48:06.784 |  INFO 3748 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-engine, group=DEFAULT_GROUP +2024-05-22 08:49:00.552 |  WARN 33000 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Start destroying Publisher +2024-05-22 08:49:00.552 |  WARN 33000 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Start destroying common HttpClient +2024-05-22 08:49:00.553 |  WARN 33000 | Thread-16 [TID:N/A] c.a.nacos.common.notify.NotifyCenter  | [NotifyCenter] Destruction of the end +2024-05-22 08:49:00.556 |  WARN 33000 | Thread-7 [TID:N/A] c.a.n.common.http.HttpClientBeanHolder  | [HttpClientBeanHolder] Destruction of the end +2024-05-22 08:49:00.806 |  INFO 33000 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registering from Nacos Server now... +2024-05-22 08:49:00.880 |  INFO 33000 | SpringApplicationShutdownHook [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | De-registration finished. +2024-05-22 08:49:01.083 |  INFO 33000 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource start closing .... +2024-05-22 08:49:01.084 |  INFO 33000 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closing ... +2024-05-22 08:49:01.097 |  INFO 33000 | SpringApplicationShutdownHook [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1} closed +2024-05-22 08:49:01.098 |  INFO 33000 | SpringApplicationShutdownHook [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource all closed success,bye +2024-05-22 08:49:23.155 |  INFO 3312 | main [TID:N/A] c.a.n.client.env.SearchableProperties  | properties search order:PROPERTIES->JVM->ENV->DEFAULT_SETTING +2024-05-22 08:49:24.363 |  INFO 3312 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-22 08:49:24.364 |  INFO 3312 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-22 08:49:29.857 |  WARN 3312 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl] & group[DEFAULT_GROUP] +2024-05-22 08:49:29.963 |  WARN 3312 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl.yml] & group[DEFAULT_GROUP] +2024-05-22 08:49:30.159 |  INFO 3312 | main [TID:N/A] com.muyu.MuYuEtlApplication  | The following 1 profile is active: "dev" +2024-05-22 08:49:36.771 |  INFO 3312 | main [TID:N/A] o.apache.catalina.core.StandardService  | Starting service [Tomcat] +2024-05-22 08:49:36.772 |  INFO 3312 | main [TID:N/A] org.apache.catalina.core.StandardEngine  | Starting Servlet engine: [Apache Tomcat/9.0.76] +2024-05-22 08:49:37.046 |  INFO 3312 | main [TID:N/A] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring embedded WebApplicationContext +2024-05-22 08:49:38.321 |  INFO 3312 | main [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1,master} inited +2024-05-22 08:49:38.324 |  INFO 3312 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource - add a datasource named [master] success +2024-05-22 08:49:38.325 |  INFO 3312 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +2024-05-22 08:49:43.222 |  INFO 3312 | main [TID:N/A] c.a.c.sentinel.SentinelWebMvcConfigurer  | [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +2024-05-22 08:49:48.571 |  WARN 3312 | main [TID:N/A] iguration$LoadBalancerCaffeineWarnLogger | Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. +2024-05-22 08:49:48.861 |  INFO 3312 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-22 08:49:48.861 |  INFO 3312 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-22 08:49:49.420 |  INFO 3312 | main [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | nacos registry, DEFAULT_GROUP muyu-etl 192.168.217.1:9205 register finished +2024-05-22 08:49:51.309 |  INFO 3312 | main [TID:N/A] com.muyu.MuYuEtlApplication  | Started MuYuEtlApplication in 30.675 seconds (JVM running for 40.55) +2024-05-22 08:49:51.452 | DEBUG 3312 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Preparing: select id, data_resource_name,username,password, data_sources_system_name, host, port,is_test, database_type, database_name, init_link_num, max_link_num, max_wait_time, max_wait_times,connection_params, remark from basic_config_info WHERE is_test = ? +2024-05-22 08:49:51.518 | DEBUG 3312 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Parameters: 1(String) +2024-05-22 08:49:51.602 | DEBUG 3312 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | <== Total: 8 +2024-05-22 08:49:53.625 |  INFO 3312 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl-dev.yml, group=DEFAULT_GROUP +2024-05-22 08:49:53.626 |  INFO 3312 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl, group=DEFAULT_GROUP +2024-05-22 08:49:53.627 |  INFO 3312 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl.yml, group=DEFAULT_GROUP +2024-05-22 17:13:41.019 |  INFO 26096 | main [TID:N/A] c.a.n.client.env.SearchableProperties  | properties search order:PROPERTIES->JVM->ENV->DEFAULT_SETTING +2024-05-22 17:13:42.741 |  INFO 26096 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-22 17:13:42.742 |  INFO 26096 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-22 17:13:48.444 |  WARN 26096 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl] & group[DEFAULT_GROUP] +2024-05-22 17:13:48.498 |  WARN 26096 | main [TID:N/A] c.a.c.n.c.NacosPropertySourceBuilder  | Ignore the empty nacos configuration and get it based on dataId[muyu-etl.yml] & group[DEFAULT_GROUP] +2024-05-22 17:13:48.610 |  INFO 26096 | main [TID:N/A] com.muyu.MuYuEtlApplication  | The following 1 profile is active: "dev" +2024-05-22 17:13:58.101 |  INFO 26096 | main [TID:N/A] o.apache.catalina.core.StandardService  | Starting service [Tomcat] +2024-05-22 17:13:58.102 |  INFO 26096 | main [TID:N/A] org.apache.catalina.core.StandardEngine  | Starting Servlet engine: [Apache Tomcat/9.0.76] +2024-05-22 17:13:58.396 |  INFO 26096 | main [TID:N/A] o.a.c.c.C.[Tomcat].[localhost].[/]  | Initializing Spring embedded WebApplicationContext +2024-05-22 17:13:59.848 |  INFO 26096 | main [TID:N/A] com.alibaba.druid.pool.DruidDataSource  | {dataSource-1,master} inited +2024-05-22 17:13:59.851 |  INFO 26096 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource - add a datasource named [master] success +2024-05-22 17:13:59.852 |  INFO 26096 | main [TID:N/A] c.b.d.d.DynamicRoutingDataSource  | dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +2024-05-22 17:14:13.273 |  INFO 26096 | main [TID:N/A] c.a.c.sentinel.SentinelWebMvcConfigurer  | [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +2024-05-22 17:14:22.389 |  WARN 26096 | main [TID:N/A] iguration$LoadBalancerCaffeineWarnLogger | Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath. +2024-05-22 17:14:22.861 |  INFO 26096 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +2024-05-22 17:14:22.862 |  INFO 26096 | main [TID:N/A] c.a.n.p.a.s.c.ClientAuthPluginManager  | [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +2024-05-22 17:14:23.201 |  INFO 26096 | main [TID:N/A] c.a.c.n.registry.NacosServiceRegistry  | nacos registry, DEFAULT_GROUP muyu-etl 192.168.217.1:9205 register finished +2024-05-22 17:14:25.507 |  INFO 26096 | main [TID:N/A] com.muyu.MuYuEtlApplication  | Started MuYuEtlApplication in 47.29 seconds (JVM running for 87.377) +2024-05-22 17:14:25.831 | DEBUG 26096 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Preparing: select id, data_resource_name,username,password, data_sources_system_name, host, port,is_test, database_type, database_name, init_link_num, max_link_num, max_wait_time, max_wait_times,connection_params, remark from basic_config_info WHERE is_test = ? +2024-05-22 17:14:25.979 | DEBUG 26096 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | ==> Parameters: 1(String) +2024-05-22 17:14:26.132 | DEBUG 26096 | main [TID:N/A] c.m.e.m.B.selectBasicConfigInfoList  | <== Total: 8 +2024-05-22 17:14:29.567 |  INFO 26096 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl-dev.yml, group=DEFAULT_GROUP +2024-05-22 17:14:29.568 |  INFO 26096 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl, group=DEFAULT_GROUP +2024-05-22 17:14:29.570 |  INFO 26096 | main [TID:N/A] c.a.c.n.refresh.NacosContextRefresher  | [Nacos Config] Listening config: dataId=muyu-etl.yml, group=DEFAULT_GROUP +2024-05-22 17:30:50.475 |  INFO 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:30:50.782 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-22 17:30:50.908 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:30:56.249 |  INFO 26096 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:30:56.252 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:31:00.728 |  INFO 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-22 17:32:21.517 |  INFO 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:32:21.629 |  INFO 26096 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-22 17:32:21.631 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:32:30.725 |  INFO 26096 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:32:30.727 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:32:39.013 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:32:39.029 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:32:55.515 |  INFO 26096 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:32:55.517 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:33:25.619 |  INFO 26096 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:33:25.621 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:33:55.717 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:33:55.720 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:34:25.826 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:34:25.828 |  WARN 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:34:55.926 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:34:55.929 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:35:26.016 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:35:26.019 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:35:56.112 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:35:56.114 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:36:26.222 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:36:26.224 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:36:56.314 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:36:56.317 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:37:26.416 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:37:26.418 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:37:56.522 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:37:56.525 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:38:26.620 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:38:26.623 |  WARN 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:38:56.716 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:38:56.717 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:39:26.812 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:39:26.814 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:39:56.913 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:39:56.915 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:40:27.022 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:40:27.038 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:40:57.124 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:40:57.140 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:41:27.213 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:41:27.215 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:41:57.314 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:41:57.316 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:42:27.423 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:42:27.439 |  WARN 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:42:57.523 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:42:57.525 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:43:27.624 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:43:27.626 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:43:57.722 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:43:57.725 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:44:27.813 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:44:27.828 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:44:57.922 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:44:57.925 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:45:28.025 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:45:28.040 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:45:58.116 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:45:58.118 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:46:28.220 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:46:28.222 |  WARN 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:46:58.314 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:46:58.330 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:47:28.417 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:47:28.418 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:47:58.517 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:47:58.519 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:48:28.624 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:48:28.626 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:48:58.712 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:48:58.714 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:49:28.818 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:49:28.820 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:49:58.924 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:49:58.926 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:50:29.011 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:50:29.013 |  WARN 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:50:59.124 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:50:59.127 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:51:29.214 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:51:29.216 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:51:59.311 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:51:59.314 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:52:29.412 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:52:29.428 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:52:59.521 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:52:59.523 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:53:29.613 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:53:29.615 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:53:59.720 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:53:59.722 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:54:29.817 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:54:29.832 |  WARN 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:54:59.916 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:54:59.917 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:55:30.026 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:55:30.029 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:56:00.119 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:56:00.135 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:56:30.215 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:56:30.217 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:57:00.313 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:57:00.314 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:57:30.424 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:57:30.440 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:58:00.518 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:58:00.520 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:58:30.614 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:58:30.617 |  WARN 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:59:00.713 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:59:00.716 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 17:59:30.822 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 17:59:30.824 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:00:00.920 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:00:00.922 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:00:31.022 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:00:31.024 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:01:01.121 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:01:01.122 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:01:31.213 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:01:31.215 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:02:01.319 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:02:01.322 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:02:31.424 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:02:31.439 |  WARN 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:03:01.523 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:03:01.539 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:03:31.619 |  INFO 26096 | lettuce-eventExecutorLoop-1-8 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:03:31.636 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:04:01.714 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:04:01.844 |  INFO 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-22 18:26:27.550 |  INFO 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:26:27.615 |  INFO 26096 | lettuce-eventExecutorLoop-1-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-22 18:26:27.618 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:26:32.918 |  INFO 26096 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:26:32.920 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:26:45.315 |  INFO 26096 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:26:45.331 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:27:01.819 |  INFO 26096 | lettuce-eventExecutorLoop-1-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:27:01.821 |  WARN 26096 | lettuce-nioEventLoop-4-2 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:27:31.911 |  INFO 26096 | lettuce-eventExecutorLoop-1-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:27:31.936 |  WARN 26096 | lettuce-nioEventLoop-4-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:28:02.012 |  INFO 26096 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:28:02.025 |  WARN 26096 | lettuce-nioEventLoop-4-4 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:28:32.119 |  INFO 26096 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:28:32.121 |  WARN 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:29:02.218 |  INFO 26096 | lettuce-eventExecutorLoop-1-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:29:02.234 |  WARN 26096 | lettuce-nioEventLoop-4-6 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:29:32.312 |  INFO 26096 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:29:32.314 |  WARN 26096 | lettuce-nioEventLoop-4-7 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:30:02.415 |  INFO 26096 | lettuce-eventExecutorLoop-1-3 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:30:03.236 |  INFO 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 +2024-05-22 18:59:45.487 |  INFO 26096 | lettuce-nioEventLoop-4-8 [TID:N/A] io.lettuce.core.protocol.CommandHandler  | null Unexpected exception during request: java.net.SocketException: Connection reset + +java.net.SocketException: Connection reset + at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) ~[na:na] + at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:256) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) ~[netty-buffer-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:59:45.519 |  INFO 26096 | lettuce-eventExecutorLoop-1-5 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was /43.142.100.73:6379 +2024-05-22 18:59:45.523 |  WARN 26096 | lettuce-nioEventLoop-4-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Cannot reconnect to [43.142.100.73/:6379]: Network is unreachable: no further information: /43.142.100.73:6379 + +io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /43.142.100.73:6379 +Caused by: java.net.SocketException: Network is unreachable: no further information + at java.base/sun.nio.ch.Net.pollConnect(Native Method) ~[na:na] + at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) ~[na:na] + at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) ~[na:na] + at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.94.Final.jar:4.1.94.Final] + at java.base/java.lang.Thread.run(Thread.java:842) ~[na:na] + +2024-05-22 18:59:54.559 |  INFO 26096 | lettuce-eventExecutorLoop-1-1 [TID:N/A] i.l.core.protocol.ConnectionWatchdog  | Reconnecting, last destination was 43.142.100.73/:6379 +2024-05-22 18:59:54.892 |  INFO 26096 | lettuce-nioEventLoop-4-5 [TID:N/A] i.l.core.protocol.ReconnectionHandler  | Reconnected to 43.142.100.73/:6379 diff --git a/muyu-modules/muyu-etl/muyu-etl-common/src/main/java/com/muyu/etl/util/factory/DruidUtilsFactory.java b/muyu-modules/muyu-etl/muyu-etl-common/src/main/java/com/muyu/etl/util/factory/DruidUtilsFactory.java index 6812048..ea0b6ca 100644 --- a/muyu-modules/muyu-etl/muyu-etl-common/src/main/java/com/muyu/etl/util/factory/DruidUtilsFactory.java +++ b/muyu-modules/muyu-etl/muyu-etl-common/src/main/java/com/muyu/etl/util/factory/DruidUtilsFactory.java @@ -70,8 +70,13 @@ public class DruidUtilsFactory implements ConnectionPoolFactory String databaseName = basicConfigInfo.getDatabaseName(); DruidDataSource druidDataSource = map.get(host + ":" + port + "/" + databaseName); threadSource.set(druidDataSource); + DruidDataSource init = null; try { - return druidDataSource.getConnection(); + init = druidDataSource; + if (init==null){ + init = this.init(basicConfigInfo); + } + return init.getConnection(); } catch (SQLException e) { throw new RuntimeException(e); } diff --git a/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/EtlApplicationRunner.java b/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/EtlApplicationRunner.java index 6472b05..f3b73ac 100644 --- a/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/EtlApplicationRunner.java +++ b/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/EtlApplicationRunner.java @@ -25,8 +25,8 @@ public class EtlApplicationRunner implements ApplicationRunner { @Autowired private BasicConfigInfoService basicConfigInfoService; -// @Autowired -// private RedisService redisService; + @Autowired + private RedisService redisService; @Autowired @@ -43,11 +43,11 @@ public class EtlApplicationRunner implements ApplicationRunner { @Scheduled(zone = "0 0/10 * * * ? *") public void delay(){ -// if (!redisService.hasKey(assetCache.preKey()+"basic")) try { -// throw new ServletException("过期了"); -// } catch (ServletException e) { -// throw new RuntimeException(e); -// } -// redisService.expire(assetCache.preKey()+"basic",10, TimeUnit.MINUTES); + if (!redisService.hasKey(assetCache.preKey()+"basic")) try { + throw new ServletException("过期了"); + } catch (ServletException e) { + throw new RuntimeException(e); + } + redisService.expire(assetCache.preKey()+"basic",10, TimeUnit.MINUTES); } } diff --git a/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/etl/service/impl/BasicConfigInfoServiceImpl.java b/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/etl/service/impl/BasicConfigInfoServiceImpl.java index 89800af..0482d5c 100644 --- a/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/etl/service/impl/BasicConfigInfoServiceImpl.java +++ b/muyu-modules/muyu-etl/muyu-etl-service/src/main/java/com/muyu/etl/service/impl/BasicConfigInfoServiceImpl.java @@ -230,6 +230,7 @@ public class BasicConfigInfoServiceImpl extends ServiceImpljackson-dataformat-xml 2.9.10 + + + + org.apache.iotdb + iotdb-session + 0.14.0-preview1 + + + + cn.hutool + hutool-all + 5.6.3 + + + com.alibaba + fastjson + 1.2.83 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + + org.junit.vintage + junit-vintage-engine + + + + diff --git a/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDBSessionConfig.java b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDBSessionConfig.java new file mode 100644 index 0000000..af5a243 --- /dev/null +++ b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDBSessionConfig.java @@ -0,0 +1,188 @@ +package com.muyu.iotdb; + +import lombok.extern.log4j.Log4j2; +import org.apache.iotdb.rpc.IoTDBConnectionException; +import org.apache.iotdb.rpc.StatementExecutionException; +import org.apache.iotdb.session.Session; +import org.apache.iotdb.session.SessionDataSet; +import org.apache.iotdb.session.util.Version; +import org.apache.iotdb.tsfile.file.metadata.enums.TSDataType; +import org.apache.iotdb.tsfile.write.record.Tablet; +import org.apache.iotdb.tsfile.write.schema.MeasurementSchema; +import org.springframework.context.annotation.Bean; +import org.springframework.context.annotation.Configuration; +import org.springframework.stereotype.Component; + +import java.rmi.ServerException; +import java.util.ArrayList; +import java.util.List; + +/** + * description: iotdb 配置工具类(常用部分,如需要可以自行扩展) + * 注意:可以不需要创建分组,插入时默认前两个节点名称为分组名称 比如: root.a1eaKSRpRty.CA3013A303A25467 或者 + * root.a1eaKSRpRty.CA3013A303A25467.heart 他们的分组都为 root.a1eaKSRpRty + * author: Saisai.Liu + */ +@Log4j2 +@Component +@Configuration +public class IotDBSessionConfig { + + private static Session session; + private static final String LOCAL_HOST = "43.142.100.73"; + @Bean + public Session getSession() throws IoTDBConnectionException, StatementExecutionException { + if (session == null) { + log.info("正在连接iotdb......."); + session = new Session.Builder().host(LOCAL_HOST).port(6667).username("root").password("root").version(Version.V_0_13).build(); + session.open(false); + session.setFetchSize(100); + log.info("iotdb连接成功~"); + // 设置时区 + session.setTimeZone("+08:00"); + } + return session; + } + + /** + * description: 带有数据类型的添加操作 - insertRecord没有指定类型 + * author: Saisai.Liu + * @param * @param deviceId:节点路径如:root.a1eaKSRpRty.CA3013A303A25467 + * time:时间戳 + * measurementsList:物理量 即:属性 + * type:数据类型: BOOLEAN((byte)0), INT32((byte)1),INT64((byte)2),FLOAT((byte)3),DOUBLE((byte)4),TEXT((byte)5),VECTOR((byte)6); + * valuesList:属性值 --- 属性必须与属性值一一对应 + * @return + */ + public void insertRecordType(String deviceId, Long time,List measurementsList, TSDataType type,List valuesList) + throws StatementExecutionException, IoTDBConnectionException, ServerException { + if (measurementsList.size() != valuesList.size()) { + throw new ServerException("measurementsList 与 valuesList 值不对应"); + } + List types = new ArrayList<>(); + measurementsList.forEach(item -> { + types.add(type); + }); + session.insertRecord(deviceId, time, measurementsList, types, valuesList); + } + /** + * description: 带有数据类型的添加操作 - insertRecord没有指定类型 + * author: Saisai.Liu + * @param deviceId:节点路径如:root.a1eaKSRpRty.CA3013A303A25467 + * @param time:时间戳 + * @param measurementsList:物理量 即:属性 + * @param valuesList:属性值 --- 属性必须与属性值一一对应 + * @return + */ + public void insertRecord(String deviceId, Long time,List measurementsList, List valuesList) + throws StatementExecutionException, IoTDBConnectionException, ServerException { + if (measurementsList.size() == valuesList.size()) { + session.insertRecord(deviceId, time, measurementsList, valuesList); + } else { + log.error("measurementsList 与 valuesList 值不对应"); + } + } + /** + * description: 批量插入 + * author: Saisai.Liu + */ + public void insertRecords(List deviceIdList, List timeList, List> measurementsList, List> valuesList) throws StatementExecutionException, IoTDBConnectionException, ServerException { + if (measurementsList.size() == valuesList.size()) { + session.insertRecords(deviceIdList, timeList, measurementsList, valuesList); + } else { + log.error("measurementsList 与 valuesList 值不对应"); + } + } + + /** + * description: 插入操作 + * author: Saisai.Liu + * @param deviceId:节点路径如:root.a1eaKSRpRty.CA3013A303A25467 + * @param time:时间戳 + * @param schemaList: 属性值 + 数据类型 例子: List schemaList = new ArrayList<>(); schemaList.add(new MeasurementSchema("breath", TSDataType.INT64)); + * @param maxRowNumber: + * @return + */ + public void insertTablet(String deviceId, Long time,List schemaList, List valueList,int maxRowNumber) throws StatementExecutionException, IoTDBConnectionException { + + Tablet tablet = new Tablet(deviceId, schemaList, maxRowNumber); + // 向iotdb里面添加数据 + int rowIndex = tablet.rowSize++; + tablet.addTimestamp(rowIndex, time); + for (int i = 0; i < valueList.size(); i++) { + tablet.addValue(schemaList.get(i).getMeasurementId(), rowIndex, valueList.get(i)); + } + if (tablet.rowSize == tablet.getMaxRowNumber()) { + session.insertTablet(tablet, true); + tablet.reset(); + } + if (tablet.rowSize != 0) { + session.insertTablet(tablet); + tablet.reset(); + } + } + + /** + * description: 根据SQL查询 + * author: Saisai.Liu + */ + public SessionDataSet query(String sql) throws StatementExecutionException, IoTDBConnectionException { + return session.executeQueryStatement(sql); + } + + /** + * description: 删除分组 如 root.a1eaKSRpRty + * author: Saisai.Liu + * @param groupName:分组名称 + * @return + */ + public void deleteStorageGroup(String groupName) throws StatementExecutionException, IoTDBConnectionException { + session.deleteStorageGroup(groupName); + } + + /** + * description: 根据Timeseries删除 如:root.a1eaKSRpRty.CA3013A303A25467.breath (个人理解:为具体的物理量) + * author: Saisai.Liu + */ + public void deleteTimeseries(String timeseries) throws StatementExecutionException, IoTDBConnectionException { + session.deleteTimeseries(timeseries); + } + /** + * description: 根据Timeseries批量删除 + * author: Saisai.Liu + */ + public void deleteTimeserieList(List timeseriesList) throws StatementExecutionException, IoTDBConnectionException { + session.deleteTimeseries(timeseriesList); + } + + /** + * description: 根据分组批量删除 + * author: Saisai.Liu + */ + public void deleteStorageGroupList(List storageGroupList) throws StatementExecutionException, IoTDBConnectionException { + session.deleteStorageGroups(storageGroupList); + } + + /** + * description: 根据路径和结束时间删除 结束时间之前的所有数据 + * author: Saisai.Liu + */ + public void deleteDataByPathAndEndTime(String path, Long endTime) throws StatementExecutionException, IoTDBConnectionException { + session.deleteData(path, endTime); + } + /** + * description: 根据路径集合和结束时间批量删除 结束时间之前的所有数据 + * author: Saisai.Liu + */ + public void deleteDataByPathListAndEndTime(List pathList, Long endTime) throws StatementExecutionException, IoTDBConnectionException { + session.deleteData(pathList, endTime); + } + /** + * description: 根据路径集合和时间段批量删除 + * author: Saisai.Liu + */ + public void deleteDataByPathListAndTime(List pathList, Long startTime,Long endTime) throws StatementExecutionException, IoTDBConnectionException { + session.deleteData(pathList, startTime, endTime); + } + +} diff --git a/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbController.java b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbController.java new file mode 100644 index 0000000..5ee78cb --- /dev/null +++ b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbController.java @@ -0,0 +1,60 @@ +package com.muyu.iotdb; + +import lombok.extern.log4j.Log4j2; +import org.apache.iotdb.rpc.IoTDBConnectionException; +import org.apache.iotdb.rpc.StatementExecutionException; +import org.springframework.web.bind.annotation.PostMapping; +import org.springframework.web.bind.annotation.RequestBody; +import org.springframework.web.bind.annotation.RestController; + +import javax.annotation.Resource; +import java.rmi.ServerException; + +/** + * description: iotdb 控制层 + * date: 2022/8/15 21:50 + * author: zhouhong + */ +@Log4j2 +@RestController +public class IotDbController { + + @Resource + private IotDbServer iotDbServer; + @Resource + private IotDBSessionConfig iotDBSessionConfig; + + /** + * 插入数据 + * + * @param iotDbParam + */ + @PostMapping("/api/device/insert") + public ResponseData insert(@RequestBody IotDbParam iotDbParam) throws StatementExecutionException, ServerException, IoTDBConnectionException { + iotDbServer.insertData(iotDbParam); + return ResponseData.success(); + } + + /** + * 查询数据 + * + * @param iotDbParam + */ + @PostMapping("/api/device/queryData") + public ResponseData queryDataFromIotDb(@RequestBody IotDbParam iotDbParam) throws Exception { + return ResponseData.success(iotDbServer.queryDataFromIotDb(iotDbParam)); + } + + /** + * 删除分组 + * + * @return + */ + @PostMapping("/api/device/deleteGroup") + public ResponseData deleteGroup() throws StatementExecutionException, IoTDBConnectionException { + iotDBSessionConfig.deleteStorageGroup("root.a1eaKSRpRty"); + iotDBSessionConfig.deleteStorageGroup("root.smartretirement"); + return ResponseData.success(); + } + +} diff --git a/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbParam.java b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbParam.java new file mode 100644 index 0000000..5aa8af1 --- /dev/null +++ b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbParam.java @@ -0,0 +1,45 @@ +package com.muyu.iotdb; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * description: 入参 + * date: 2022/8/15 21:53 + * author: Saisai.Liu + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class IotDbParam { + /*** + * 产品PK + */ + private String pk; + /*** + * 设备号 + */ + private String sn; + /*** + * 时间 + */ + private Long time; + /*** + * 实时呼吸 + */ + private String breath; + /*** + * 实时心率 + */ + private String heart; + /*** + * 查询开始时间 + */ + private String startTime; + /*** + * 查询结束时间 + */ + private String endTime; + +} diff --git a/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbResult.java b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbResult.java new file mode 100644 index 0000000..8b0be89 --- /dev/null +++ b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbResult.java @@ -0,0 +1,37 @@ +package com.muyu.iotdb; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +/** + * description: 返回结果 + * date: 2022/8/15 21:56 + * author: Saisai.Liu + */ +@Data +@NoArgsConstructor +@AllArgsConstructor +public class IotDbResult { + /*** + * 时间 + */ + private String time; + /*** + * 产品PK + */ + private String pk; + /*** + * 设备号 + */ + private String sn; + /*** + * 实时呼吸 + */ + private String breath; + /*** + * 实时心率 + */ + private String heart; + +} diff --git a/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbServer.java b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbServer.java new file mode 100644 index 0000000..8d983ef --- /dev/null +++ b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbServer.java @@ -0,0 +1,19 @@ +package com.muyu.iotdb; + +import org.apache.iotdb.rpc.IoTDBConnectionException; +import org.apache.iotdb.rpc.StatementExecutionException; + +import java.rmi.ServerException; +import java.util.List; + +/** + * @ClassName IotDbServer + * @Description 描述 + * @Author SaiSai.Liu + * @Date 2024/5/21 16:28 + */ +public interface IotDbServer { + void insertData(IotDbParam iotDbParam) throws StatementExecutionException, ServerException, IoTDBConnectionException; + + List queryDataFromIotDb(IotDbParam iotDbParam) throws Exception; +} diff --git a/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbServerImpl.java b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbServerImpl.java new file mode 100644 index 0000000..040c2ae --- /dev/null +++ b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/IotDbServerImpl.java @@ -0,0 +1,106 @@ +package com.muyu.iotdb; + +import lombok.extern.log4j.Log4j2; +import org.apache.iotdb.rpc.IoTDBConnectionException; +import org.apache.iotdb.rpc.StatementExecutionException; +import org.apache.iotdb.session.SessionDataSet; +import org.apache.iotdb.tsfile.read.common.Field; +import org.apache.iotdb.tsfile.read.common.RowRecord; +import org.springframework.stereotype.Service; + +import javax.annotation.Resource; +import java.rmi.ServerException; +import java.util.ArrayList; +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +/** + * description: iot服务实现类 + * date: 2022/8/15 9:43 + * author: Saisai.Liu + */ + +@Log4j2 +@Service +public class IotDbServerImpl implements IotDbServer { + + @Resource + private IotDBSessionConfig iotDBSessionConfig; + + @Override + public void insertData(IotDbParam iotDbParam) throws StatementExecutionException, ServerException, IoTDBConnectionException { + // iotDbParam: 模拟设备上报消息 + // bizkey: 业务唯一key PK :产品唯一编码 SN:设备唯一编码 + String deviceId = "root.bizkey." + iotDbParam.getPk() + "." + iotDbParam.getSn(); + // 将设备上报的数据存入数据库(时序数据库) + List measurementsList = new ArrayList<>(); + + measurementsList.add("heart"); + measurementsList.add("breath"); + List valuesList = new ArrayList<>(); + valuesList.add(String.valueOf(iotDbParam.getHeart())); + valuesList.add(String.valueOf(iotDbParam.getBreath())); + iotDBSessionConfig.insertRecord(deviceId, iotDbParam.getTime(), measurementsList, valuesList); + } + + @Override + public List queryDataFromIotDb(IotDbParam iotDbParam) throws Exception { + List iotDbResultList = new ArrayList<>(); + + if (null != iotDbParam.getPk() && null != iotDbParam.getSn()) { + String sql = "select * from root.bizkey." + iotDbParam.getPk() + "." + iotDbParam.getSn() + " where time >= " + + iotDbParam.getStartTime() + " and time < " + iotDbParam.getEndTime(); + SessionDataSet sessionDataSet = iotDBSessionConfig.query(sql); + List columnNames = sessionDataSet.getColumnNames(); + List titleList = new ArrayList<>(); + // 排除Time字段 -- 方便后面后面拼装数据 + for (int i = 1; i < columnNames.size(); i++) { + String[] temp = columnNames.get(i).split("\\."); + titleList.add(temp[temp.length - 1]); + } + // 封装处理数据 + packagingData(iotDbParam, iotDbResultList, sessionDataSet, titleList); + } else { + log.info("PK或者SN不能为空!!"); + } + return iotDbResultList; + } + + /** + * 封装处理数据 + * + * @param iotDbParam + * @param iotDbResultList + * @param sessionDataSet + * @param titleList + * @throws StatementExecutionException + * @throws IoTDBConnectionException + */ + private void packagingData(IotDbParam iotDbParam, List iotDbResultList, SessionDataSet sessionDataSet, List titleList) + throws StatementExecutionException, IoTDBConnectionException { + int fetchSize = sessionDataSet.getFetchSize(); + if (fetchSize > 0) { + while (sessionDataSet.hasNext()) { + IotDbResult iotDbResult = new IotDbResult(); + RowRecord next = sessionDataSet.next(); + List fields = next.getFields(); + String timeString = new java.text.SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(next.getTimestamp()); + iotDbResult.setTime(timeString); + Map map = new HashMap<>(); + + for (int i = 0; i < fields.size(); i++) { + Field field = fields.get(i); + // 这里的需要按照类型获取 + map.put(titleList.get(i), field.getObjectValue(field.getDataType()).toString()); + } + iotDbResult.setTime(timeString); + iotDbResult.setPk(iotDbParam.getPk()); + iotDbResult.setSn(iotDbParam.getSn()); + iotDbResult.setHeart(map.get("heart")); + iotDbResult.setBreath(map.get("breath")); + iotDbResultList.add(iotDbResult); + } + } + } +} diff --git a/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/ResponseData.java b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/ResponseData.java new file mode 100644 index 0000000..ee752c2 --- /dev/null +++ b/muyu-modules/muyu-unit/muyu-unit-service/src/main/java/com/muyu/iotdb/ResponseData.java @@ -0,0 +1,52 @@ +package com.muyu.iotdb; + +import lombok.AllArgsConstructor; +import lombok.Data; +import lombok.NoArgsConstructor; + +import java.util.List; + +/** + * @ClassName ResponseData + * @Description 描述 + * @Author SaiSai.Liu + * @Date 2024/5/21 16:29 + */ + +@Data +@NoArgsConstructor +@AllArgsConstructor +public class ResponseData { + private Integer code; + private String msg; + private Object data; + + public ResponseData(int code, String msg, Object data) { + this.code = code; + this.msg = msg; + this.data = data; + } + + public ResponseData(int code, String msg) { + this.code = code; + this.msg = msg; + this.data = null; + } + + + public static ResponseData success(String msg, Object data) { + return new ResponseData(200, msg, data); + } + + public static ResponseData success(String msg) { + return new ResponseData(200, msg, null); + } + + public static ResponseData success() { + return new ResponseData(200, "请求成功", null); + } + + public static ResponseData success(Object data) { + return new ResponseData(200, "请求成功", data); + } +}