Skip to content

Instantly share code, notes, and snippets.

@yang-wei
Last active November 8, 2020 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yang-wei/6be37092fd6e8684bbf6198bc79b97dc to your computer and use it in GitHub Desktop.
Save yang-wei/6be37092fd6e8684bbf6198bc79b97dc to your computer and use it in GitHub Desktop.
io.netty.channel.ConnectTimeoutException: connection timed out
```
❯ redis-cli -c -h localhost -p 6379
localhost:6379> cluster nodes
2f7fd4b118aec5f0d0b10a16006815098ae89e9c 192.168.48.2:6379@16379 myself,master - 0 1604830164000 1 connected 0-5460
10f1bbb2e194af0fd389253742f1cdd312dc0556 192.168.48.2:6384@16384 slave f53b0c7e1fffee2b20e7c8886075f545c50f1e9b 0 1604830165755 6 connected
ef35b6133ec1be37e8989ac4c9b3ebecf75cd612 192.168.48.2:6383@16383 slave dbb28f3dd2fa0462e7bac0ee3aef1ef9a59a1ba3 0 1604830167000 5 connected
dbb28f3dd2fa0462e7bac0ee3aef1ef9a59a1ba3 192.168.48.2:6380@16380 master - 0 1604830166271 2 connected 5461-10922
f53b0c7e1fffee2b20e7c8886075f545c50f1e9b 192.168.48.2:6381@16381 master - 0 1604830167299 3 connected 10923-16383
eeb51c67dbf497953c1fe30b7ffb7aaeabe0dc27 192.168.48.2:6382@16382 slave 2f7fd4b118aec5f0d0b10a16006815098ae89e9c 0 1604830166000 4 connected
```
```scala
scala> val clusterClient = RedisClusterClient.create(RedisURI.create("localhost", 6379))
clusterClient: io.lettuce.core.cluster.RedisClusterClient = io.lettuce.core.cluster.RedisClusterClient@54de45e7
scala> clusterClient.connect()
.... Exception
```
```
version: "3.8"
services:
redis:
image: grokzen/redis-cluster:5.0.6
environment:
INITIAL_PORT: 6379
MASTERS: 3
REDIS_CLUSTER_IP: 0.0.0.0
ports:
- "6379-6381:6379-6381"
networks:
x:
networks:
x:
```
19:11:10.692 [run-main-0] DEBUG io.lettuce.core.resource.DefaultEventLoopGroupProvider - Allocating executor io.netty.channel.nio.NioEventLoopGroup
19:11:10.692 [run-main-0] DEBUG io.lettuce.core.resource.DefaultEventLoopGroupProvider - Creating executor io.netty.channel.nio.NioEventLoopGroup
19:11:10.692 [run-main-0] DEBUG io.lettuce.core.resource.DefaultEventLoopGroupProvider - Adding reference to io.netty.channel.nio.NioEventLoopGroup@854323e, existing ref count 0
19:11:10.692 [run-main-0] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at localhost:6379
19:11:10.696 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, [id: 0xbe2fa3a7] (inactive), chid=0x6c] channelRegistered()
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] channelActive()
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] activateEndpointAndExecuteBufferedCommands 0 command(s) buffered
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] activating endpoint
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] flushCommands()
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] flushCommands() Flushing 0 commands
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.ConnectionWatchdog - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, last known addr=localhost/127.0.0.1:6379] channelActive()
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] channelActive() done
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at localhost:6379: Success
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.RedisChannelHandler - dispatching command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() writeAndFlush command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.698 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] write(ctx, AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise)
19:11:10.700 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandEncoder - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379] writing command AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.700 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() done
19:11:10.700 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.ConnectionWatchdog - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, last known addr=localhost/127.0.0.1:6379] userEventTriggered(ctx, io.lettuce.core.ConnectionEvents$Activated@1443a902)
19:11:10.701 [run-main-0] DEBUG io.lettuce.core.RedisChannelHandler - dispatching command TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.711 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() writeAndFlush command TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.711 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() done
19:11:10.711 [run-main-0] DEBUG io.lettuce.core.RedisChannelHandler - dispatching command TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.711 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() writeAndFlush command TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.711 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() done
19:11:10.711 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] write(ctx, TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise)
19:11:10.712 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandEncoder - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379] writing command TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.712 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] write(ctx, TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise)
19:11:10.713 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandEncoder - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379] writing command TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.713 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] Received: 5 bytes, 3 commands in the stack
19:11:10.713 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] Stack contains: 3 commands
19:11:10.713 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decode AsyncCommand [type=CLIENT, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.714 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decoded AsyncCommand [type=CLIENT, output=StatusOutput [output=OK, error='null'], commandType=io.lettuce.core.protocol.Command], empty stack: true
19:11:10.720 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] Received: 899 bytes, 2 commands in the stack
19:11:10.720 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] Stack contains: 2 commands
19:11:10.720 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decode TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.720 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decoded TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=2f7fd4b118aec5f0d0b10a16006815098ae89e9c 192.168.48.2:6379@16379 myself,master - 0 1604830267000 1 connected 0-5460
10f1bbb2e194af0fd389253742f1cdd312dc0556 192.168.48.2:6384@16384 slave f53b0c7e1fffee2b20e7c8886075f545c50f1e9b 0 1604830270579 6 connected
ef35b6133ec1be37e8989ac4c9b3ebecf75cd612 192.168.48.2:6383@16383 slave dbb28f3dd2fa0462e7bac0ee3aef1ef9a59a1ba3 0 1604830269448 5 connected
dbb28f3dd2fa0462e7bac0ee3aef1ef9a59a1ba3 192.168.48.2:6380@16380 master - 0 1604830270478 2 connected 5461-10922
f53b0c7e1fffee2b20e7c8886075f545c50f1e9b 192.168.48.2:6381@16381 master - 0 1604830269000 3 connected 10923-16383
eeb51c67dbf497953c1fe30b7ffb7aaeabe0dc27 192.168.48.2:6382@16382 slave 2f7fd4b118aec5f0d0b10a16006815098ae89e9c 0 1604830269000 4 connected
, error='null'], commandType=io.lettuce.core.protocol.Command], empty stack: true
19:11:10.720 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] Stack contains: 1 commands
19:11:10.720 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decode TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:10.720 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decoded TimedAsyncCommand [type=INFO, output=StatusOutput [output=# Clients
connected_clients:2
client_recent_max_input_buffer:2
client_recent_max_output_buffer:0
blocked_clients:0
, error='null'], commandType=io.lettuce.core.protocol.Command], empty stack: true
19:11:10.722 [run-main-0] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6379
19:11:10.723 [run-main-0] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6380
19:11:10.724 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0x0c18c2ba, [id: 0x218a32b6] (inactive), chid=0x6d] channelRegistered()
19:11:10.725 [run-main-0] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6381
19:11:10.727 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xc1e9e7c5, [id: 0x7b4c42c2] (inactive), chid=0x6e] channelRegistered()
19:11:10.727 [run-main-0] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6382
19:11:10.728 [run-main-0] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6383
19:11:10.729 [run-main-0] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6384
19:11:10.730 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0x9cf1f5e2, [id: 0x088f4e0b] (inactive), chid=0x6f] channelRegistered()
19:11:10.730 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0x13cdb560, [id: 0x5108cd92] (inactive), chid=0x71] channelRegistered()
19:11:10.731 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe2f03195, [id: 0xfe3142be] (inactive), chid=0x70] channelRegistered()
19:11:10.731 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xadf012b6, [id: 0xd412552f] (inactive), chid=0x72] channelRegistered()
19:11:20.726 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6379: 192.168.48.2:6379
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6379
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.729 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.RedisChannelHandler - close()
19:11:20.729 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.RedisChannelHandler - closeAsync()
19:11:20.729 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [unknown, epid=0x45] closeAsync()
19:11:20.729 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.cluster.topology.ClusterTopologyRefresh - Unable to connect to [192.168.48.2:6379]: connection timed out: /192.168.48.2:6379
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6379
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.730 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0x0c18c2ba, [id: 0x218a32b6] (inactive), chid=0x6d] channelUnregistered()
19:11:20.729 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6380: 192.168.48.2:6380
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6380
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.733 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.RedisChannelHandler - close()
19:11:20.733 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.RedisChannelHandler - closeAsync()
19:11:20.733 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [unknown, epid=0x46] closeAsync()
19:11:20.733 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6383: 192.168.48.2:6383
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6383
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.734 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.cluster.topology.ClusterTopologyRefresh - Unable to connect to [192.168.48.2:6380]: connection timed out: /192.168.48.2:6380
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6380
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.734 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6381: 192.168.48.2:6381
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6381
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.751 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.RedisChannelHandler - close()
19:11:20.751 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.RedisChannelHandler - closeAsync()
19:11:20.751 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [unknown, epid=0x49] closeAsync()
19:11:20.751 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.RedisChannelHandler - close()
19:11:20.751 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.RedisChannelHandler - closeAsync()
19:11:20.751 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [unknown, epid=0x47] closeAsync()
19:11:20.751 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.cluster.topology.ClusterTopologyRefresh - Unable to connect to [192.168.48.2:6383]: connection timed out: /192.168.48.2:6383
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6383
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.751 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe2f03195, [id: 0xfe3142be] (inactive), chid=0x70] channelUnregistered()
19:11:20.734 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6382: 192.168.48.2:6382
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6382
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.751 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.cluster.topology.ClusterTopologyRefresh - Unable to connect to [192.168.48.2:6381]: connection timed out: /192.168.48.2:6381
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6381
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.752 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.RedisChannelHandler - close()
19:11:20.752 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.RedisChannelHandler - closeAsync()
19:11:20.752 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [unknown, epid=0x48] closeAsync()
19:11:20.753 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.cluster.topology.ClusterTopologyRefresh - Unable to connect to [192.168.48.2:6382]: connection timed out: /192.168.48.2:6382
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6382
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.751 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xc1e9e7c5, [id: 0x7b4c42c2] (inactive), chid=0x6e] channelUnregistered()
19:11:20.754 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xadf012b6, [id: 0xd412552f] (inactive), chid=0x72] channelUnregistered()
19:11:20.753 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0x9cf1f5e2, [id: 0x088f4e0b] (inactive), chid=0x6f] channelUnregistered()
19:11:20.754 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6384: 192.168.48.2:6384
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6384
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.755 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.RedisChannelHandler - close()
19:11:20.755 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.RedisChannelHandler - closeAsync()
19:11:20.755 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [unknown, epid=0x4a] closeAsync()
19:11:20.755 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.cluster.topology.ClusterTopologyRefresh - Unable to connect to [192.168.48.2:6384]: connection timed out: /192.168.48.2:6384
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6384
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:20.756 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0x13cdb560, [id: 0x5108cd92] (inactive), chid=0x71] channelUnregistered()
19:11:20.756 [run-main-0] DEBUG io.lettuce.core.RedisChannelHandler - dispatching command TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:20.756 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() writeAndFlush command TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:20.756 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() done
19:11:20.756 [run-main-0] DEBUG io.lettuce.core.RedisChannelHandler - dispatching command TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:20.756 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] write(ctx, TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise)
19:11:20.756 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() writeAndFlush command TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:20.756 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] write() done
19:11:20.756 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandEncoder - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379] writing command TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:20.757 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] write(ctx, TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command], promise)
19:11:20.757 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandEncoder - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379] writing command TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:20.762 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] Received: 899 bytes, 2 commands in the stack
19:11:20.762 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] Stack contains: 2 commands
19:11:20.762 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decode TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:20.762 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decoded TimedAsyncCommand [type=CLUSTER, output=StatusOutput [output=2f7fd4b118aec5f0d0b10a16006815098ae89e9c 192.168.48.2:6379@16379 myself,master - 0 1604830277000 1 connected 0-5460
10f1bbb2e194af0fd389253742f1cdd312dc0556 192.168.48.2:6384@16384 slave f53b0c7e1fffee2b20e7c8886075f545c50f1e9b 0 1604830279107 6 connected
ef35b6133ec1be37e8989ac4c9b3ebecf75cd612 192.168.48.2:6383@16383 slave dbb28f3dd2fa0462e7bac0ee3aef1ef9a59a1ba3 0 1604830278801 5 connected
dbb28f3dd2fa0462e7bac0ee3aef1ef9a59a1ba3 192.168.48.2:6380@16380 master - 0 1604830279000 2 connected 5461-10922
f53b0c7e1fffee2b20e7c8886075f545c50f1e9b 192.168.48.2:6381@16381 master - 0 1604830279106 3 connected 10923-16383
eeb51c67dbf497953c1fe30b7ffb7aaeabe0dc27 192.168.48.2:6382@16382 slave 2f7fd4b118aec5f0d0b10a16006815098ae89e9c 0 1604830279826 4 connected
, error='null'], commandType=io.lettuce.core.protocol.Command], empty stack: true
19:11:20.762 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] Stack contains: 1 commands
19:11:20.762 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decode TimedAsyncCommand [type=INFO, output=StatusOutput [output=null, error='null'], commandType=io.lettuce.core.protocol.Command]
19:11:20.762 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.RedisStateMachine - Decoded TimedAsyncCommand [type=INFO, output=StatusOutput [output=# Clients
connected_clients:2
client_recent_max_input_buffer:2
client_recent_max_output_buffer:0
blocked_clients:0
, error='null'], commandType=io.lettuce.core.protocol.Command], empty stack: true
19:11:20.763 [run-main-0] DEBUG io.lettuce.core.RedisChannelHandler - closeAsync()
19:11:20.763 [run-main-0] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] closeAsync()
19:11:20.764 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] channelInactive()
19:11:20.764 [run-main-0] DEBUG io.lettuce.core.cluster.RedisClusterClient - connectCluster([RedisURI [host='localhost', port=6379]])
19:11:20.764 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.DefaultEndpoint - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, epid=0x44] deactivating endpoint handler
19:11:20.764 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] channelInactive() done
19:11:20.764 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.ConnectionWatchdog - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, last known addr=localhost/127.0.0.1:6379] channelInactive()
19:11:20.764 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.ConnectionWatchdog - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, last known addr=localhost/127.0.0.1:6379] Reconnect scheduling disabled
19:11:20.764 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xe47e6821, /127.0.0.1:57168 -> localhost/127.0.0.1:6379, chid=0x6c] channelUnregistered()
19:11:20.765 [run-main-0] DEBUG io.lettuce.core.cluster.RoundRobinSocketAddressSupplier - Resolved SocketAddress 192.168.48.2:6379 using for Cluster node 2f7fd4b118aec5f0d0b10a16006815098ae89e9c
19:11:20.765 [run-main-0] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6379
19:11:20.767 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0x845c00bc, [id: 0x3bbd647a] (inactive), chid=0x73] channelRegistered()
19:11:30.773 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6379: 192.168.48.2:6379
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6379
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:30.774 [lettuce-nioEventLoop-31-4] WARN io.lettuce.core.cluster.RedisClusterClient - connection timed out: /192.168.48.2:6379
19:11:30.774 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.cluster.RoundRobinSocketAddressSupplier - Resolved SocketAddress 192.168.48.2:6384 using for Cluster node 10f1bbb2e194af0fd389253742f1cdd312dc0556
19:11:30.774 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6384
19:11:30.775 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0x845c00bc, [id: 0x3bbd647a] (inactive), chid=0x73] channelUnregistered()
19:11:30.775 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xcbfb32c2, [id: 0xecbe8798] (inactive), chid=0x74] channelRegistered()
19:11:40.778 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6384: 192.168.48.2:6384
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6384
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:40.779 [lettuce-nioEventLoop-31-1] WARN io.lettuce.core.cluster.RedisClusterClient - connection timed out: /192.168.48.2:6384
19:11:40.779 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.cluster.RoundRobinSocketAddressSupplier - Resolved SocketAddress 192.168.48.2:6383 using for Cluster node ef35b6133ec1be37e8989ac4c9b3ebecf75cd612
19:11:40.779 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6383
19:11:40.780 [lettuce-nioEventLoop-31-1] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xcbfb32c2, [id: 0xecbe8798] (inactive), chid=0x74] channelUnregistered()
19:11:40.782 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xddcbcd84, [id: 0x43eb47b2] (inactive), chid=0x75] channelRegistered()
19:11:50.788 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6383: 192.168.48.2:6383
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6383
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:11:50.788 [lettuce-nioEventLoop-31-2] WARN io.lettuce.core.cluster.RedisClusterClient - connection timed out: /192.168.48.2:6383
19:11:50.788 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.cluster.RoundRobinSocketAddressSupplier - Resolved SocketAddress 192.168.48.2:6380 using for Cluster node dbb28f3dd2fa0462e7bac0ee3aef1ef9a59a1ba3
19:11:50.788 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6380
19:11:50.790 [lettuce-nioEventLoop-31-2] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xddcbcd84, [id: 0x43eb47b2] (inactive), chid=0x75] channelUnregistered()
19:11:50.791 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xef1a2ab8, [id: 0x9a39e575] (inactive), chid=0x76] channelRegistered()
19:12:00.796 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6380: 192.168.48.2:6380
io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6380
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)
19:12:00.797 [lettuce-nioEventLoop-31-3] WARN io.lettuce.core.cluster.RedisClusterClient - connection timed out: /192.168.48.2:6380
19:12:00.797 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.cluster.RoundRobinSocketAddressSupplier - Resolved SocketAddress 192.168.48.2:6381 using for Cluster node f53b0c7e1fffee2b20e7c8886075f545c50f1e9b
19:12:00.797 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.RedisClient - Connecting to Redis at 192.168.48.2:6381
19:12:00.798 [lettuce-nioEventLoop-31-3] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xef1a2ab8, [id: 0x9a39e575] (inactive), chid=0x76] channelUnregistered()
19:12:00.799 [lettuce-nioEventLoop-31-4] DEBUG io.lettuce.core.protocol.CommandHandler - [channel=0xb2c71cdb, [id: 0x18e29f4d] (inactive), chid=0x77] channelRegistered()
io.lettuce.core.RedisConnectionException: Unable to connect
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:94)
at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:269)
at io.lettuce.core.cluster.RedisClusterClient.connect(RedisClusterClient.java:351)
at io.lettuce.core.cluster.RedisClusterClient.connect(RedisClusterClient.java:323)
... 36 elided
Caused by: io.netty.channel.ConnectTimeoutException: connection timed out: /192.168.48.2:6382
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe$1.run(AbstractNioChannel.java:261)
at io.netty.util.concurrent.PromiseTask.runTask(PromiseTask.java:98)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:170)
at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:164)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:500)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
... 1 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment