飘逸的饼干 · 7 Night Western ...· 3 月前 · |
寂寞的茶叶 · 院内动态 - 新闻中心-武汉大学国际问题研究院· 7 月前 · |
玉树临风的汤圆 · GstarCAD2021激活版下载 ...· 8 月前 · |
有情有义的葡萄酒 · 001 秘密攻略 - 豆包 - AI 智能助手· 9 月前 · |
乖乖的牛肉面 · Unity WebGL错误集锦 - 幻想社区· 10 月前 · |
热心的移动电源
7 月前 |
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[] java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[] h920526 opened this issueHi team,
Config config = new Config();
config.useClusterServers().addNodeAddress("redis://10.16.179.14:6379", "redis://10.16.179.30:6379", "redis://10.16.179.31:6379",
"redis://10.16.179.24:6379", "redis://10.16.179.16:6379", "redis://10.16.179.15:6379");
RedissonClient redisson = Redisson.create(config);
redisson.shutdown();
Redisson 3.4.4
Windows 7 64bit
Oracle jdk 1.8.0_111
It throw an error, but it works fine @3.4.2 without prefix (redis://)
Exception in thread "main" org.redisson.client.RedisConnectionException: Can't connect to servers!
at org.redisson.cluster.ClusterConnectionManager.<init>(ClusterConnectionManager.java:139)
at org.redisson.config.ConfigSupport.createConnectionManager(ConfigSupport.java:237)
at org.redisson.Redisson.<init>(Redisson.java:116)
at org.redisson.Redisson.create(Redisson.java:155)
at redis.main(redis.java:11)
Caused by: org.redisson.client.RedisException: Unexpected exception while processing command
at org.redisson.client.RedisConnection.await(RedisConnection.java:159)
at org.redisson.client.RedisConnection.sync(RedisConnection.java:183)
at org.redisson.client.RedisConnection.sync(RedisConnection.java:169)
at org.redisson.cluster.ClusterConnectionManager.<init>(ClusterConnectionManager.java:93)
... 4 more
Caused by: java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI.create(URI.java:852)
at org.redisson.misc.URIBuilder.create(URIBuilder.java:37)
at org.redisson.cluster.ClusterNodeInfo.setAddress(ClusterNodeInfo.java:56)
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50)
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:35)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:103)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI$Parser.fail(URI.java:2848)
at java.net.URI$Parser.checkChars(URI.java:3021)
at java.net.URI$Parser.checkChar(URI.java:3031)
at java.net.URI$Parser.parse(URI.java:3047)
at java.net.URI.<init>(URI.java:588)
at java.net.URI.create(URI.java:850)
... 32 more
sourceCompatibility = 1.8
targetCompatibility = 1.8
[compileJava, javadoc, compileTestJava]*.options*.encoding = 'UTF-8'
java code
System.out.println(Charset.defaultCharset().name()); ==> return UTF-8
System.out.println(System.getProperty("file.encoding")); ==> return UTF-8
System.out.println(URIBuilder.create("redis://10.16.179.14:6379")); ==> return redis://10.16.179.14:6379
I found that, the following line will return a strange uri
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50)
==> redis://:0
hi mrniko, thanks.
here is my trace level logs
15:10:12.344 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
15:10:12.346 [main] DEBUG io.netty.util.internal.PlatformDependent - Platform: Windows
15:10:12.348 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
15:10:12.348 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 8
15:10:12.349 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
15:10:12.350 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
15:10:12.350 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
15:10:12.351 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: available
15:10:12.351 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
15:10:12.351 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
15:10:12.351 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): available
15:10:12.351 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
15:10:12.352 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: C:\Users\cl8q\AppData\Local\Temp (java.io.tmpdir)
15:10:12.352 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
15:10:12.352 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
15:10:12.352 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: 3771203584 bytes
15:10:12.352 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
15:10:12.353 [main] DEBUG io.netty.util.internal.CleanerJava6 - java.nio.ByteBuffer.cleaner(): available
15:10:12.715 [main] INFO org.redisson.Version - Redisson 3.4.4
15:10:12.721 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8
15:10:12.740 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
15:10:12.740 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
15:10:12.742 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
15:10:12.798 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7ce026d3
15:10:12.801 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5b247367
15:10:12.808 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@268f106e
15:10:12.814 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6e9a5ed8
15:10:12.820 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7e057f43
15:10:12.825 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6c284af
15:10:12.831 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5890e879
15:10:12.837 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6440112d
15:10:12.855 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
15:10:12.855 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.maxRecords: 4
15:10:12.855 [main] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@7a5ceedd
15:10:12.865 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@194fad1
15:10:12.871 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@26abb146
15:10:12.877 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@72c8e7b
15:10:12.883 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@65f8f5ae
15:10:12.889 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@431cd9b2
15:10:12.895 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@38467116
15:10:12.901 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5b7a7f33
15:10:12.907 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@790da477
15:10:12.930 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 7592 (auto-detected)
15:10:12.933 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
15:10:12.933 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
15:10:12.993 [main] DEBUG io.netty.util.NetUtil - Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
15:10:12.994 [main] DEBUG io.netty.util.NetUtil - Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
15:10:13.073 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 44:37:e6:ff:fe:c1:3f:ae (auto-detected)
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
15:10:13.099 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
15:10:13.100 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
15:10:13.106 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
15:10:13.106 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 65536
15:10:13.106 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
15:10:13.153 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 32768
15:10:13.153 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxSharedCapacityFactor: 2
15:10:13.153 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.linkCapacity: 16
15:10:13.153 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8
15:10:13.166 [redisson-netty-1-2] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.bytebuf.checkAccessible: true
15:10:13.166 [redisson-netty-1-2] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@469815a4
15:10:13.169 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x6eefdb8f, L:/10.16.186.136:51748 - R:/10.16.179.14:6379] message: *2
CLUSTER
NODES
15:10:13.181 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x6eefdb8f, L:/10.16.186.136:51748 - R:/10.16.179.14:6379] message: -ERR This instance has cluster support disabled
15:10:13.183 [main] WARN org.redisson.cluster.ClusterConnectionManager - ERR This instance has cluster support disabled. channel: [id: 0x6eefdb8f, L:/10.16.186.136:51748 - R:/10.16.179.14:6379] command: CommandData [promise=org.redisson.misc.RedissonPromise@4d0be1d5[Not completed], command=(CLUSTER NODES), params=[], codec=null]
15:10:13.185 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@420a85c4
15:10:13.191 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1c39680d
15:10:13.196 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@62833051
15:10:13.201 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1c852c0f
15:10:13.207 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@a37aefe
15:10:13.212 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5d99c6b5
15:10:13.218 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@266374ef
15:10:13.224 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@13b3d178
15:10:14.229 [main] WARN org.redisson.cluster.ClusterConnectionManager - Connection refused: no further information: /10.16.179.30:6379
15:10:14.232 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@28b46423
15:10:14.238 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7fc4780b
15:10:14.243 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3b79fd76
15:10:14.249 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@48c76607
15:10:14.255 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@43599640
15:10:14.260 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1f81aa00
15:10:14.266 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6b6776cb
15:10:14.271 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1863d2fe
15:10:15.272 [main] WARN org.redisson.cluster.ClusterConnectionManager - Connection refused: no further information: /10.16.179.31:6379
15:10:15.275 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6b58b9e9
15:10:15.282 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@f14a7d4
15:10:15.288 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@52e7a6b2
15:10:15.293 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@29a5f4e7
15:10:15.298 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@79c97cb
15:10:15.304 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2d9caaeb
15:10:15.310 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@42a15bdc
15:10:15.315 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@44a59da3
15:10:16.318 [main] WARN org.redisson.cluster.ClusterConnectionManager - Connection refused: no further information: /10.16.179.24:6379
15:10:16.321 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@379614be
15:10:16.328 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@404bbcbd
15:10:16.335 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1e81f160
15:10:16.342 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1acaf3d
15:10:16.348 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6986852
15:10:16.354 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1bab8268
15:10:16.359 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@a307a8c
15:10:16.365 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6e01f9b0
15:10:16.368 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x1df74259, L:/10.16.186.136:51816 - R:/10.16.179.16:6379] message: *2
CLUSTER
NODES
15:10:16.371 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x1df74259, L:/10.16.186.136:51816 - R:/10.16.179.16:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 myself,master - 0 0 34 connected 0-3004 8465-9386 9388-10922
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243981 1499157243379 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243278 1499157242376 33 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305303725 1496305303725 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500361814635 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500361814635 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243579 1499157241373 34 disconnected
15:10:16.374 [main] WARN org.redisson.cluster.ClusterConnectionManager - Unexpected exception while processing command
15:10:16.377 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4b34fff9
15:10:16.383 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1187c9e8
15:10:16.389 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@127a7a2e
15:10:16.397 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@14008db3
15:10:16.403 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@78a773fd
15:10:16.409 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@57c03d88
15:10:16.415 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@16aa8654
15:10:16.422 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6d7fc27
15:10:16.425 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x910366b7, L:/10.16.186.136:51833 - R:/10.16.179.15:6379] message: *2
CLUSTER
NODES
15:10:16.427 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x910366b7, L:/10.16.186.136:51833 - R:/10.16.179.15:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500361814956 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 myself,master - 0 0 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243533 1499157243433 34 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305302795 1496305302795 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500361813951 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243332 1499157242437 33 disconnected
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243935 1499157242933 35 disconnected
15:10:16.428 [main] WARN org.redisson.cluster.ClusterConnectionManager - Unexpected exception while processing command
15:10:18.530 [redisson-netty-1-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 2 thread-local buffer(s) from thread: redisson-netty-1-4
15:10:18.530 [redisson-netty-1-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-2
Exception in thread "main" org.redisson.client.RedisConnectionException: Can't connect to servers!
at org.redisson.cluster.ClusterConnectionManager.<init>(ClusterConnectionManager.java:139)
at org.redisson.config.ConfigSupport.createConnectionManager(ConfigSupport.java:237)
at org.redisson.Redisson.<init>(Redisson.java:116)
at org.redisson.Redisson.create(Redisson.java:155)
at redis.main(redis.java:11)
Caused by: org.redisson.client.RedisException: Unexpected exception while processing command
at org.redisson.client.RedisConnection.await(RedisConnection.java:159)
at org.redisson.client.RedisConnection.sync(RedisConnection.java:183)
at org.redisson.client.RedisConnection.sync(RedisConnection.java:169)
at org.redisson.cluster.ClusterConnectionManager.<init>(ClusterConnectionManager.java:93)
... 4 more
Caused by: java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI.create(URI.java:852)
at org.redisson.misc.URIBuilder.create(URIBuilder.java:37)
at org.redisson.cluster.ClusterNodeInfo.setAddress(ClusterNodeInfo.java:56)
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50)
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:35)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259)
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:103)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489)
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI$Parser.fail(URI.java:2848)
at java.net.URI$Parser.checkChars(URI.java:3021)
at java.net.URI$Parser.checkChar(URI.java:3031)
at java.net.URI$Parser.parse(URI.java:3047)
at java.net.URI.<init>(URI.java:588)
at java.net.URI.create(URI.java:850)
... 32 more
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305303725 1496305303725 8 disconnected
:0
that's a strange host
Hi mrniko,
I found another issue,
My correct node addesses are 10.16.179.15, 10.16.179.16, 10.16.179.17, 10.16.179.24, 10.16.179.30 and 10.16.179.31
but it still throw an error @3.4.4
java code
Config config = new Config();
config.useClusterServers().addNodeAddress("redis://10.16.179.15:6379", "redis://10.16.179.16:6379", "redis://10.16.179.17:6379",
"redis://10.16.179.24:6379", "redis://10.16.179.30:6379", "redis://10.16.179.31:6379");
RedissonClient redisson = Redisson.create(config);
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
redisson.shutdown();
11:02:34.005 [main] DEBUG io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
11:02:34.007 [main] DEBUG io.netty.util.internal.PlatformDependent - Platform: Windows
11:02:34.009 [main] DEBUG io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
11:02:34.010 [main] DEBUG io.netty.util.internal.PlatformDependent0 - Java version: 8
11:02:34.010 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
11:02:34.011 [main] DEBUG io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
11:02:34.011 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
11:02:34.012 [main] DEBUG io.netty.util.internal.PlatformDependent0 - direct buffer constructor: available
11:02:34.012 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
11:02:34.012 [main] DEBUG io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
11:02:34.012 [main] DEBUG io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): available
11:02:34.012 [main] DEBUG io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
11:02:34.013 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: C:\Users\cl8q\AppData\Local\Temp (java.io.tmpdir)
11:02:34.013 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
11:02:34.013 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
11:02:34.014 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: 3771203584 bytes
11:02:34.014 [main] DEBUG io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
11:02:34.014 [main] DEBUG io.netty.util.internal.CleanerJava6 - java.nio.ByteBuffer.cleaner(): available
11:02:34.386 [main] INFO org.redisson.Version - Redisson 3.4.4
11:02:34.391 [main] DEBUG io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8
11:02:34.411 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
11:02:34.411 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
11:02:34.413 [main] DEBUG io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
11:02:34.469 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@221a3fa4
11:02:34.472 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3e08ff24
11:02:34.479 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4d1c005e
11:02:34.486 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@8462f31
11:02:34.492 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@24569dba
11:02:34.499 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5ddeb7cb
11:02:34.506 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@70ed52de
11:02:34.512 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@496bc455
11:02:34.529 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
11:02:34.529 [main] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.maxRecords: 4
11:02:34.530 [main] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@2de56eb2
11:02:34.539 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2dfaea86
11:02:34.546 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@15888343
11:02:34.551 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@33ecda92
11:02:34.557 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@14fc5f04
11:02:34.563 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6e2829c7
11:02:34.569 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3feb2dda
11:02:34.575 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6a8658ff
11:02:34.581 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1c742ed4
11:02:34.604 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.processId: 8792 (auto-detected)
11:02:34.607 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
11:02:34.607 [main] DEBUG io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
11:02:34.666 [main] DEBUG io.netty.util.NetUtil - Loopback interface: lo (Software Loopback Interface 1, 127.0.0.1)
11:02:34.667 [main] DEBUG io.netty.util.NetUtil - Failed to get SOMAXCONN from sysctl and file \proc\sys\net\core\somaxconn. Default: 200
11:02:34.744 [main] DEBUG io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 44:37:e6:ff:fe:c1:3f:ae (auto-detected)
11:02:34.770 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
11:02:34.771 [main] DEBUG io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
11:02:34.777 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
11:02:34.778 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 65536
11:02:34.778 [main] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
11:02:34.825 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 32768
11:02:34.825 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxSharedCapacityFactor: 2
11:02:34.825 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.linkCapacity: 16
11:02:34.825 [main] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8
11:02:34.837 [redisson-netty-1-2] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.bytebuf.checkAccessible: true
11:02:34.837 [redisson-netty-1-2] DEBUG io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@19ac00e0
11:02:34.839 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x4e2cb2f2, L:/10.16.186.136:49717 - R:/10.16.179.15:6379] message: *2
CLUSTER
NODES
11:02:34.853 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x4e2cb2f2, L:/10.16.186.136:49717 - R:/10.16.179.15:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433352447 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 myself,master - 0 0 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243533 1499157243433 34 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305302795 1496305302795 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500433352952 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243332 1499157242437 33 disconnected
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243935 1499157242933 35 disconnected
11:02:34.856 [main] WARN org.redisson.cluster.ClusterConnectionManager - Unexpected exception while processing command
11:02:34.858 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4e07b95f
11:02:34.865 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@28b46423
11:02:34.870 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7fc4780b
11:02:34.875 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3b79fd76
11:02:34.880 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@48c76607
11:02:34.886 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@43599640
11:02:34.891 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1f81aa00
11:02:34.896 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6b6776cb
11:02:34.900 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x6dc0a12a, L:/10.16.186.136:49734 - R:/10.16.179.16:6379] message: *2
CLUSTER
NODES
11:02:34.902 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x6dc0a12a, L:/10.16.186.136:49734 - R:/10.16.179.16:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 myself,master - 0 0 34 connected 0-3004 8465-9386 9388-10922
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243981 1499157243379 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243278 1499157242376 33 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305303725 1496305303725 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500433353932 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433353932 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243579 1499157241373 34 disconnected
11:02:34.903 [main] WARN org.redisson.cluster.ClusterConnectionManager - Unexpected exception while processing command
11:02:34.905 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4a3631f8
11:02:34.911 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6b58b9e9
11:02:34.916 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@f14a7d4
11:02:34.922 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@52e7a6b2
11:02:34.927 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@29a5f4e7
11:02:34.933 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@79c97cb
11:02:34.939 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2d9caaeb
11:02:34.945 [main] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@42a15bdc
11:02:34.948 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: *2
CLUSTER
NODES
11:02:34.950 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: $860
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 myself,master - 0 0 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243571 1499157243261 34 disconnected
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433352216 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433353221 33 connected 3551-7372 7646-8464 9387 13106-13924
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243982 1499157242158 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243260 1499157243163 33 disconnected
11:02:34.951 [main] DEBUG org.redisson.cluster.ClusterConnectionManager - cluster nodes state from /10.16.179.17:6379:
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 myself,master - 0 0 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243571 1499157243261 34 disconnected
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433352216 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433353221 33 connected 3551-7372 7646-8464 9387 13106-13924
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243982 1499157242158 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243260 1499157243163 33 disconnected
11:02:34.957 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x4e2cb2f2, L:/10.16.186.136:49717 - R:/10.16.179.15:6379] message: *2
CLUSTER
11:02:34.958 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: *2
CLUSTER
11:02:34.958 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x4e2cb2f2, L:/10.16.186.136:49717 - R:/10.16.179.15:6379] message: $283
cluster_state:ok
cluster_slots_assigned:16384
cluster_slots_ok:16384
cluster_slots_pfail:0
cluster_slots_fail:0
cluster_known_nodes:7
cluster_size:3
cluster_current_epoch:35
cluster_my_epoch:33
cluster_stats_messages_sent:53538001
cluster_stats_messages_received:15478111
11:02:34.959 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x6dc0a12a, L:/10.16.186.136:49734 - R:/10.16.179.16:6379] message: *2
CLUSTER
11:02:34.960 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: $283
cluster_state:ok
cluster_slots_assigned:16384
cluster_slots_ok:16384
cluster_slots_pfail:0
cluster_slots_fail:0
cluster_known_nodes:6
cluster_size:3
cluster_current_epoch:35
cluster_my_epoch:35
cluster_stats_messages_sent:53347950
cluster_stats_messages_received:15280910
11:02:34.960 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x6dc0a12a, L:/10.16.186.136:49734 - R:/10.16.179.16:6379] message: $283
cluster_state:ok
cluster_slots_assigned:16384
cluster_slots_ok:16384
cluster_slots_pfail:0
cluster_slots_fail:0
cluster_known_nodes:7
cluster_size:3
cluster_current_epoch:35
cluster_my_epoch:34
cluster_stats_messages_sent:53193633
cluster_stats_messages_received:15137259
11:02:35.009 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5881e3af
11:02:35.009 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2598b42
11:02:35.009 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@347f1069
11:02:35.024 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6eaf1d1e
11:02:35.024 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6f656e28
11:02:35.024 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4f58ca80
11:02:35.038 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@24debf61
11:02:35.038 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@42eea29b
11:02:35.039 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@552f49e0
11:02:35.054 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@19f6b67b
11:02:35.054 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@63cbe245
11:02:35.054 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@ae5584d
11:02:35.069 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2f7b5a0d
11:02:35.069 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@573b3d9c
11:02:35.069 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5d2e4e25
11:02:35.083 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6b2b75e4
11:02:35.083 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4b7fff73
11:02:35.083 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5ebef131
11:02:35.099 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@64b0cfb5
11:02:35.099 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@69736a07
11:02:35.099 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3a5ffa57
11:02:35.114 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4437d45e
11:02:35.114 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@451a5c3c
11:02:35.114 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@63afe93
11:02:35.121 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x038b5a5e, L:/10.16.186.136:49803 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.122 [redisson-netty-1-3] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x6e35a75b, L:/10.16.186.136:49802 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.125 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x038b5a5e, L:/10.16.186.136:49803 - R:/10.16.179.17:6379] message: +OK
11:02:35.127 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xa7e2ec85, L:/10.16.186.136:49805 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.128 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xaa131fbb, L:/10.16.186.136:49806 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.128 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x33923bd2, L:/10.16.186.136:49804 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.129 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x217a1b22, L:/10.16.186.136:49807 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.129 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xe1fbc087, L:/10.16.186.136:49814 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.130 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xae5d6928, L:/10.16.186.136:49815 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.130 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x5f688fca, L:/10.16.186.136:49812 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.130 [redisson-netty-1-3] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x6e35a75b, L:/10.16.186.136:49802 - R:/10.16.179.16:6379] message: +OK
11:02:35.130 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xa7e2ec85, L:/10.16.186.136:49805 - R:/10.16.179.15:6379] message: +OK
11:02:35.131 [redisson-netty-1-1] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x6a7f53e0, L:/10.16.186.136:49808 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.131 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xaa131fbb, L:/10.16.186.136:49806 - R:/10.16.179.15:6379] message: +OK
11:02:35.131 [redisson-netty-1-3] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xa1633627, L:/10.16.186.136:49820 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.131 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x2116d294, L:/10.16.186.136:49819 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.131 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x2b9e80e8, L:/10.16.186.136:49816 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.132 [redisson-netty-1-3] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x588b0197, L:/10.16.186.136:49822 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.132 [redisson-netty-1-8] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1815071434 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0xa7e2ec85, L:/10.16.186.136:49805 - R:/10.16.179.15:6379]]
11:02:35.132 [redisson-netty-1-1] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x7b2d2850, L:/10.16.186.136:49813 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.132 [redisson-netty-1-3] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x96ec2e2e, L:/10.16.186.136:49823 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.132 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1996173440 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x6e35a75b, L:/10.16.186.136:49802 - R:/10.16.179.16:6379]]
11:02:35.133 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x33923bd2, L:/10.16.186.136:49804 - R:/10.16.179.16:6379] message: +OK
11:02:35.133 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x217a1b22, L:/10.16.186.136:49807 - R:/10.16.179.15:6379] message: +OK
11:02:35.133 [redisson-netty-1-3] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xa1633627, L:/10.16.186.136:49820 - R:/10.16.179.17:6379] message: +OK
11:02:35.133 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x5f688fca, L:/10.16.186.136:49812 - R:/10.16.179.15:6379] message: +OK
11:02:35.133 [redisson-netty-1-3] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x588b0197, L:/10.16.186.136:49822 - R:/10.16.179.17:6379] message: +OK
11:02:35.133 [redisson-netty-1-1] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x638412d5, L:/10.16.186.136:49818 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.133 [redisson-netty-1-3] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1748061674 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xa1633627, L:/10.16.186.136:49820 - R:/10.16.179.17:6379]]
11:02:35.133 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x470090fc, L:/10.16.186.136:49817 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.133 [redisson-netty-1-3] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x96ec2e2e, L:/10.16.186.136:49823 - R:/10.16.179.17:6379] message: +OK
11:02:35.134 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@587431673 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x33923bd2, L:/10.16.186.136:49804 - R:/10.16.179.16:6379]]
11:02:35.134 [redisson-netty-1-1] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x6a7f53e0, L:/10.16.186.136:49808 - R:/10.16.179.15:6379] message: +OK
11:02:35.134 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xc0a1a18d, L:/10.16.186.136:49821 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.134 [redisson-netty-1-1] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x7b2d2850, L:/10.16.186.136:49813 - R:/10.16.179.16:6379] message: +OK
11:02:35.134 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xe1fbc087, L:/10.16.186.136:49814 - R:/10.16.179.15:6379] message: +OK
11:02:35.134 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xae5d6928, L:/10.16.186.136:49815 - R:/10.16.179.17:6379] message: +OK
11:02:35.134 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x2b9e80e8, L:/10.16.186.136:49816 - R:/10.16.179.16:6379] message: +OK
11:02:35.135 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x2116d294, L:/10.16.186.136:49819 - R:/10.16.179.16:6379] message: +OK
11:02:35.135 [redisson-netty-1-8] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1091176697 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x96ec2e2e, L:/10.16.186.136:49823 - R:/10.16.179.17:6379]]
11:02:35.135 [redisson-netty-1-5] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@2053963863 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xae5d6928, L:/10.16.186.136:49815 - R:/10.16.179.17:6379]]
11:02:35.135 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandPubSubDecoder - channel: [id: 0xc0a1a18d, L:/10.16.186.136:49821 - R:/10.16.179.17:6379] message: +OK
11:02:35.135 [redisson-netty-1-1] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x14274e10, L:/10.16.186.136:49824 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.135 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x470090fc, L:/10.16.186.136:49817 - R:/10.16.179.16:6379] message: +OK
11:02:35.136 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1281240760 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x6a7f53e0, L:/10.16.186.136:49808 - R:/10.16.179.15:6379]]
11:02:35.136 [redisson-netty-1-1] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x638412d5, L:/10.16.186.136:49818 - R:/10.16.179.15:6379] message: +OK
11:02:35.137 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1272800707 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x2116d294, L:/10.16.186.136:49819 - R:/10.16.179.16:6379]]
11:02:35.137 [redisson-netty-1-8] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@591368716 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x470090fc, L:/10.16.186.136:49817 - R:/10.16.179.16:6379]]
11:02:35.137 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new pubsub connection created: RedisPubSubConnection@1323193923 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xc0a1a18d, L:/10.16.186.136:49821 - R:/10.16.179.17:6379]]
11:02:35.137 [redisson-netty-1-1] INFO org.redisson.connection.pool.PubSubConnectionPool - 1 connections initialized for /10.16.179.17:6379
11:02:35.137 [redisson-netty-1-1] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x14274e10, L:/10.16.186.136:49824 - R:/10.16.179.17:6379] message: +OK
11:02:35.138 [redisson-netty-1-3] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1480226242 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x14274e10, L:/10.16.186.136:49824 - R:/10.16.179.17:6379]]
11:02:35.146 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@ad691b2
11:02:35.146 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@37264a07
11:02:35.146 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2d812205
11:02:35.162 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5eab9f8d
11:02:35.162 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4ce05b1e
11:02:35.162 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3d42695c
11:02:35.179 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@107dcc36
11:02:35.179 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@21e6d346
11:02:35.179 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@69d554ad
11:02:35.195 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7c0cc08f
11:02:35.195 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6f931d78
11:02:35.195 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1cccee0f
11:02:35.211 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@42e995bd
11:02:35.211 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@38797699
11:02:35.211 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6a6004ff
11:02:35.228 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@760fe223
11:02:35.228 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@68b5a9c9
11:02:35.228 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6c4f0c35
11:02:35.245 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@35bca073
11:02:35.245 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7ba49e19
11:02:35.246 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@16d7d495
11:02:35.262 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@61b6315a
11:02:35.262 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@61d863ea
11:02:35.262 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4e7b9c5d
11:02:35.263 [redisson-netty-1-2] INFO org.redisson.cluster.ClusterConnectionManager - slaves: [redis://10.16.179.24:6379] added for slot ranges: [[9387-9387], [3551-7372], [13106-13924], [7646-8464]]
11:02:35.263 [redisson-netty-1-6] INFO org.redisson.cluster.ClusterConnectionManager - slaves: [redis://10.16.179.31:6379] added for slot ranges: [[13925-16383], [3005-3550], [7373-7645], [10923-13105]]
11:02:35.263 [redisson-netty-1-4] INFO org.redisson.cluster.ClusterConnectionManager - slaves: [redis://10.16.179.30:6379] added for slot ranges: [[0-3004], [9388-10922], [8465-9386]]
11:02:35.263 [redisson-netty-1-4] WARN org.redisson.cluster.ClusterConnectionManager - slaves: [redis://10.16.179.30:6379] is down for slot ranges: [[0-3004], [9388-10922], [8465-9386]]
11:02:35.263 [redisson-netty-1-2] WARN org.redisson.cluster.ClusterConnectionManager - slaves: [redis://10.16.179.24:6379] is down for slot ranges: [[9387-9387], [3551-7372], [13106-13924], [7646-8464]]
11:02:35.264 [redisson-netty-1-6] WARN org.redisson.cluster.ClusterConnectionManager - slaves: [redis://10.16.179.31:6379] is down for slot ranges: [[13925-16383], [3005-3550], [7373-7645], [10923-13105]]
11:02:35.280 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@784a35f8
11:02:35.280 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@22bd0191
11:02:35.280 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6d443a78
11:02:35.296 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@49f684d
11:02:35.296 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@24470378
11:02:35.297 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4fdbdb15
11:02:35.314 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4aee80b3
11:02:35.314 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4fd62a78
11:02:35.314 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@181f8e5d
11:02:35.332 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2a437c9a
11:02:35.332 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1b024e34
11:02:35.332 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@36e560d2
11:02:35.350 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@66180450
11:02:35.350 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1f296603
11:02:35.350 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@51f9754c
11:02:35.367 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@406b0f15
11:02:35.367 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@369ea5d
11:02:35.367 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@193ad5de
11:02:35.385 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7ebee4b3
11:02:35.385 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7d33cdc2
11:02:35.387 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7d1295a2
11:02:35.403 [redisson-netty-1-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@77c466be
11:02:35.403 [redisson-netty-1-6] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4c25d952
11:02:35.404 [redisson-netty-1-4] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@606c8922
11:02:35.409 [redisson-netty-1-3] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1853597109 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xab4dd130, L:/10.16.186.136:49924 - R:/10.16.179.17:6379]]
11:02:35.409 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@2035437595 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0xaa131fbb, L:/10.16.186.136:49806 - R:/10.16.179.15:6379]]
11:02:35.410 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1767943713 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x217a1b22, L:/10.16.186.136:49807 - R:/10.16.179.15:6379]]
11:02:35.410 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@707939278 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x7b2d2850, L:/10.16.186.136:49813 - R:/10.16.179.16:6379]]
11:02:35.410 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@683311634 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x638412d5, L:/10.16.186.136:49818 - R:/10.16.179.15:6379]]
11:02:35.410 [redisson-netty-1-6] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@793482163 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x038b5a5e, L:/10.16.186.136:49803 - R:/10.16.179.17:6379]]
11:02:35.410 [redisson-netty-1-6] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@2013198568 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x588b0197, L:/10.16.186.136:49822 - R:/10.16.179.17:6379]]
11:02:35.410 [redisson-netty-1-6] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1331719516 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x2b9e80e8, L:/10.16.186.136:49816 - R:/10.16.179.16:6379]]
11:02:35.411 [redisson-netty-1-8] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@415991849 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xf7851dc8, L:/10.16.186.136:49937 - R:/10.16.179.17:6379]]
11:02:35.411 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@5408030 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x190a4305, L:/10.16.186.136:49929 - R:/10.16.179.17:6379]]
11:02:35.412 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@895935323 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x43791537, L:/10.16.186.136:49922 - R:/10.16.179.16:6379]]
11:02:35.412 [redisson-netty-1-4] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@443401261 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x5f688fca, L:/10.16.186.136:49812 - R:/10.16.179.15:6379]]
11:02:35.412 [redisson-netty-1-4] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1165059950 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0xe1fbc087, L:/10.16.186.136:49814 - R:/10.16.179.15:6379]]
11:02:35.412 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1709289656 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xe2598b23, L:/10.16.186.136:49934 - R:/10.16.179.17:6379]]
11:02:35.413 [redisson-netty-1-8] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1415206253 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x56eb3423, L:/10.16.186.136:49925 - R:/10.16.179.17:6379]]
11:02:35.413 [redisson-netty-1-3] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@134612675 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x4c7da3c1, L:/10.16.186.136:49920 - R:/10.16.179.15:6379]]
11:02:35.413 [redisson-netty-1-3] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@763941117 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x774900f1, L:/10.16.186.136:49938 - R:/10.16.179.16:6379]]
11:02:35.413 [redisson-netty-1-5] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1994695274 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x64a2db92, L:/10.16.186.136:49918 - R:/10.16.179.15:6379]]
11:02:35.413 [redisson-netty-1-5] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1402555425 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0xd1cb7ead, L:/10.16.186.136:49926 - R:/10.16.179.15:6379]]
11:02:35.414 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1747418834 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0xb42a619e, L:/10.16.186.136:49939 - R:/10.16.179.16:6379]]
11:02:35.415 [redisson-netty-1-4] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1899060766 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xc6250772, L:/10.16.186.136:49928 - R:/10.16.179.17:6379]]
11:02:35.415 [redisson-netty-1-4] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@66222996 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0xac7753bf, L:/10.16.186.136:49936 - R:/10.16.179.16:6379]]
11:02:35.415 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@397025403 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xece69771, L:/10.16.186.136:49919 - R:/10.16.179.17:6379]]
11:02:35.416 [redisson-netty-1-6] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@2135901231 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0xdd1215aa, L:/10.16.186.136:49921 - R:/10.16.179.15:6379]]
11:02:35.416 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1811712654 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x3805fd3d, L:/10.16.186.136:49927 - R:/10.16.179.16:6379]]
11:02:35.416 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@911082762 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x13cd686b, L:/10.16.186.136:49932 - R:/10.16.179.16:6379]]
11:02:35.417 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x784fadf9, L:/10.16.186.136:49931 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.418 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@532751174 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x616eafb6, L:/10.16.186.136:49944 - R:/10.16.179.15:6379]]
11:02:35.418 [redisson-netty-1-6] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1734521096 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x35a619a1, L:/10.16.186.136:49933 - R:/10.16.179.15:6379]]
11:02:35.418 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x9871dc75, L:/10.16.186.136:49946 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.419 [redisson-netty-1-4] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1114225081 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x98585c3a, L:/10.16.186.136:49941 - R:/10.16.179.16:6379]]
11:02:35.419 [redisson-netty-1-6] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@868615612 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x0d9b8a6c, L:/10.16.186.136:49940 - R:/10.16.179.15:6379]]
11:02:35.419 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x68e90455, L:/10.16.186.136:49923 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.419 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x2c8e4b5f, L:/10.16.186.136:49948 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.420 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x5427b436, L:/10.16.186.136:49930 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.420 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x5949aaef, L:/10.16.186.136:49952 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.420 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x6e66fc38, L:/10.16.186.136:49935 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.421 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xc736cab6, L:/10.16.186.136:49943 - R:/10.16.179.16:6379] message: *1
READONLY
11:02:35.421 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandPubSubDecoder - channel: [id: 0x784fadf9, L:/10.16.186.136:49931 - R:/10.16.179.15:6379] message: +OK
11:02:35.422 [redisson-netty-1-8] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@843021504 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x5179725e, L:/10.16.186.136:49942 - R:/10.16.179.17:6379]]
11:02:35.422 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x328e692b, L:/10.16.186.136:49951 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.422 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x9871dc75, L:/10.16.186.136:49946 - R:/10.16.179.16:6379] message: +OK
11:02:35.422 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x489ec115, L:/10.16.186.136:49954 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.422 [redisson-netty-1-3] DEBUG org.redisson.connection.ClientConnectionsEntry - new pubsub connection created: RedisPubSubConnection@1235878253 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x784fadf9, L:/10.16.186.136:49931 - R:/10.16.179.15:6379]]
11:02:35.422 [redisson-netty-1-3] INFO org.redisson.connection.pool.PubSubConnectionPool - 1 connections initialized for /10.16.179.15:6379
11:02:35.423 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x2c8e4b5f, L:/10.16.186.136:49948 - R:/10.16.179.16:6379] message: +OK
11:02:35.423 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1795097688 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x568127c6, L:/10.16.186.136:49947 - R:/10.16.179.17:6379]]
11:02:35.423 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@747657348 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x7eea8a44, L:/10.16.186.136:49955 - R:/10.16.179.16:6379]]
11:02:35.423 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xf7618553, L:/10.16.186.136:49957 - R:/10.16.179.17:6379] message: *1
READONLY
11:02:35.423 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandPubSubDecoder - channel: [id: 0x5949aaef, L:/10.16.186.136:49952 - R:/10.16.179.16:6379] message: +OK
11:02:35.424 [redisson-netty-1-4] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1867671276 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x30849e38, L:/10.16.186.136:49958 - R:/10.16.179.15:6379]]
11:02:35.424 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xdd8bea5f, L:/10.16.186.136:49950 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.424 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x5427b436, L:/10.16.186.136:49930 - R:/10.16.179.16:6379] message: +OK
11:02:35.424 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@68390507 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x8f3e3df1, L:/10.16.186.136:49949 - R:/10.16.179.16:6379]]
11:02:35.424 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1272642662 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x2c8e4b5f, L:/10.16.186.136:49948 - R:/10.16.179.16:6379]]
11:02:35.424 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xc736cab6, L:/10.16.186.136:49943 - R:/10.16.179.16:6379] message: +OK
11:02:35.424 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x2f539220, L:/10.16.186.136:49953 - R:/10.16.179.15:6379] message: *1
READONLY
11:02:35.424 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x328e692b, L:/10.16.186.136:49951 - R:/10.16.179.15:6379] message: +OK
11:02:35.424 [redisson-netty-1-3] DEBUG org.redisson.connection.ClientConnectionsEntry - new pubsub connection created: RedisPubSubConnection@2052019168 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x5949aaef, L:/10.16.186.136:49952 - R:/10.16.179.16:6379]]
11:02:35.424 [redisson-netty-1-3] INFO org.redisson.connection.pool.PubSubConnectionPool - 1 connections initialized for /10.16.179.16:6379
11:02:35.424 [redisson-netty-1-5] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@996636942 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x5427b436, L:/10.16.186.136:49930 - R:/10.16.179.16:6379]]
11:02:35.423 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@207853337 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x8c677711, L:/10.16.186.136:49945 - R:/10.16.179.16:6379]]
11:02:35.425 [redisson-netty-1-7] INFO org.redisson.connection.pool.MasterConnectionPool - 10 connections initialized for /10.16.179.16:6379
11:02:35.426 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x489ec115, L:/10.16.186.136:49954 - R:/10.16.179.17:6379] message: +OK
11:02:35.426 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x68e90455, L:/10.16.186.136:49923 - R:/10.16.179.17:6379] message: +OK
11:02:35.427 [redisson-netty-1-8] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@519877706 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x328e692b, L:/10.16.186.136:49951 - R:/10.16.179.15:6379]]
11:02:35.432 [redisson-netty-1-7] INFO org.redisson.cluster.ClusterConnectionManager - master: redis://10.16.179.16:6379 added for slot ranges: [[0-3004], [9388-10922], [8465-9386]]
11:02:35.432 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@403540478 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0x9871dc75, L:/10.16.186.136:49946 - R:/10.16.179.16:6379]]
11:02:35.432 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1259316675 [redisClient=[addr=/10.16.179.16:6379], channel=[id: 0xc736cab6, L:/10.16.186.136:49943 - R:/10.16.179.16:6379]]
11:02:35.432 [redisson-netty-1-7] INFO org.redisson.connection.pool.SlaveConnectionPool - 10 connections initialized for /10.16.179.16:6379
11:02:35.433 [redisson-netty-1-2] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@599203682 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x489ec115, L:/10.16.186.136:49954 - R:/10.16.179.17:6379]]
11:02:35.433 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xf7618553, L:/10.16.186.136:49957 - R:/10.16.179.17:6379] message: +OK
11:02:35.433 [redisson-netty-1-4] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@342361270 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xf7618553, L:/10.16.186.136:49957 - R:/10.16.179.17:6379]]
11:02:35.434 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1227137661 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x5dfe5755, L:/10.16.186.136:49956 - R:/10.16.179.15:6379]]
11:02:35.435 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x6e66fc38, L:/10.16.186.136:49935 - R:/10.16.179.17:6379] message: +OK
11:02:35.435 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xdd8bea5f, L:/10.16.186.136:49950 - R:/10.16.179.15:6379] message: +OK
11:02:35.435 [redisson-netty-1-5] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@199783706 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x68e90455, L:/10.16.186.136:49923 - R:/10.16.179.17:6379]]
11:02:35.436 [redisson-netty-1-3] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1111974516 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0xea62f5dd, L:/10.16.186.136:49959 - R:/10.16.179.17:6379]]
11:02:35.436 [redisson-netty-1-3] INFO org.redisson.connection.pool.MasterConnectionPool - 10 connections initialized for /10.16.179.17:6379
11:02:35.438 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x2f539220, L:/10.16.186.136:49953 - R:/10.16.179.15:6379] message: +OK
11:02:35.439 [redisson-netty-1-8] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1521675644 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x2f539220, L:/10.16.186.136:49953 - R:/10.16.179.15:6379]]
11:02:35.442 [redisson-netty-1-6] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@521409722 [redisClient=[addr=/10.16.179.17:6379], channel=[id: 0x6e66fc38, L:/10.16.186.136:49935 - R:/10.16.179.17:6379]]
11:02:35.442 [redisson-netty-1-3] INFO org.redisson.cluster.ClusterConnectionManager - master: redis://10.16.179.17:6379 added for slot ranges: [[13925-16383], [3005-3550], [7373-7645], [10923-13105]]
11:02:35.442 [redisson-netty-1-6] INFO org.redisson.connection.pool.SlaveConnectionPool - 10 connections initialized for /10.16.179.17:6379
11:02:35.443 [redisson-netty-1-7] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@1564632311 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0xdd8bea5f, L:/10.16.186.136:49950 - R:/10.16.179.15:6379]]
11:02:35.443 [redisson-netty-1-7] INFO org.redisson.connection.pool.SlaveConnectionPool - 10 connections initialized for /10.16.179.15:6379
11:02:35.443 [redisson-netty-1-1] DEBUG org.redisson.connection.ClientConnectionsEntry - new connection created: RedisConnection@556318609 [redisClient=[addr=/10.16.179.15:6379], channel=[id: 0x375649d4, L:/10.16.186.136:49960 - R:/10.16.179.15:6379]]
11:02:35.443 [redisson-netty-1-1] INFO org.redisson.connection.pool.MasterConnectionPool - 10 connections initialized for /10.16.179.15:6379
11:02:35.446 [redisson-netty-1-1] INFO org.redisson.cluster.ClusterConnectionManager - master: redis://10.16.179.15:6379 added for slot ranges: [[9387-9387], [3551-7372], [13106-13924], [7646-8464]]
11:02:36.451 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x6dc0a12a, L:/10.16.186.136:49734 - R:/10.16.179.16:6379] message: *2
CLUSTER
NODES
11:02:36.454 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x6dc0a12a, L:/10.16.186.136:49734 - R:/10.16.179.16:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 myself,master - 0 0 34 connected 0-3004 8465-9386 9388-10922
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243981 1499157243379 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243278 1499157242376 33 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305303725 1496305303725 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500433353932 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433355945 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243579 1499157241373 34 disconnected
11:02:36.455 [redisson-netty-1-4] ERROR org.redisson.cluster.ClusterConnectionManager - Can't execute CLUSTER_NODES with /10.16.179.16:6379
java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI.create(URI.java:852) ~[?:1.8.0_111]
at org.redisson.misc.URIBuilder.create(URIBuilder.java:37) ~[redisson-3.4.4.jar:?]
at org.redisson.cluster.ClusterNodeInfo.setAddress(ClusterNodeInfo.java:56) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:35) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:103) ~[redisson-3.4.4.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChars(URI.java:3021) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChar(URI.java:3031) ~[?:1.8.0_111]
at java.net.URI$Parser.parse(URI.java:3047) ~[?:1.8.0_111]
at java.net.URI.<init>(URI.java:588) ~[?:1.8.0_111]
at java.net.URI.create(URI.java:850) ~[?:1.8.0_111]
... 32 more
11:02:37.457 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x4e2cb2f2, L:/10.16.186.136:49717 - R:/10.16.179.15:6379] message: *2
CLUSTER
NODES
11:02:37.459 [redisson-netty-1-2] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x4e2cb2f2, L:/10.16.186.136:49717 - R:/10.16.179.15:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433356974 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 myself,master - 0 0 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243533 1499157243433 34 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305302795 1496305302795 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500433355466 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243332 1499157242437 33 disconnected
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243935 1499157242933 35 disconnected
11:02:37.460 [redisson-netty-1-2] ERROR org.redisson.cluster.ClusterConnectionManager - Can't execute CLUSTER_NODES with /10.16.179.15:6379
java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI.create(URI.java:852) ~[?:1.8.0_111]
at org.redisson.misc.URIBuilder.create(URIBuilder.java:37) ~[redisson-3.4.4.jar:?]
at org.redisson.cluster.ClusterNodeInfo.setAddress(ClusterNodeInfo.java:56) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:35) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:103) ~[redisson-3.4.4.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChars(URI.java:3021) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChar(URI.java:3031) ~[?:1.8.0_111]
at java.net.URI$Parser.parse(URI.java:3047) ~[?:1.8.0_111]
at java.net.URI.<init>(URI.java:588) ~[?:1.8.0_111]
at java.net.URI.create(URI.java:850) ~[?:1.8.0_111]
... 32 more
11:02:38.463 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: *2
CLUSTER
NODES
11:02:38.466 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: $860
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 myself,master - 0 0 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243571 1499157243261 34 disconnected
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433357238 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433355732 33 connected 3551-7372 7646-8464 9387 13106-13924
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243982 1499157242158 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243260 1499157243163 33 disconnected
11:02:38.467 [redisson-netty-1-6] DEBUG org.redisson.cluster.ClusterConnectionManager - cluster nodes state from /10.16.179.17:6379:
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 myself,master - 0 0 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243571 1499157243261 34 disconnected
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433357238 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433355732 33 connected 3551-7372 7646-8464 9387 13106-13924
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243982 1499157242158 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243260 1499157243163 33 disconnected
11:02:39.496 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@79bb6e38
11:02:39.504 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@777c8f7f
11:02:39.512 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@73430548
11:02:39.519 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@36418544
11:02:39.527 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@14a9e71a
11:02:39.534 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@73d9587
11:02:39.542 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6c3fa96d
11:02:39.549 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@566e7a0b
11:02:39.553 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x3d25e583, L:/10.16.186.136:49977 - R:/10.16.179.16:6379] message: *2
CLUSTER
NODES
11:02:39.555 [redisson-netty-1-5] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x3d25e583, L:/10.16.186.136:49977 - R:/10.16.179.16:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 myself,master - 0 0 34 connected 0-3004 8465-9386 9388-10922
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243981 1499157243379 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243278 1499157242376 33 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305303725 1496305303725 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500433358964 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433358964 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243579 1499157241373 34 disconnected
11:02:39.556 [redisson-netty-1-5] ERROR org.redisson.cluster.ClusterConnectionManager - Can't execute CLUSTER_NODES with /10.16.179.16:6379
java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI.create(URI.java:852) ~[?:1.8.0_111]
at org.redisson.misc.URIBuilder.create(URIBuilder.java:37) ~[redisson-3.4.4.jar:?]
at org.redisson.cluster.ClusterNodeInfo.setAddress(ClusterNodeInfo.java:56) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:35) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:103) ~[redisson-3.4.4.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChars(URI.java:3021) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChar(URI.java:3031) ~[?:1.8.0_111]
at java.net.URI$Parser.parse(URI.java:3047) ~[?:1.8.0_111]
at java.net.URI.<init>(URI.java:588) ~[?:1.8.0_111]
at java.net.URI.create(URI.java:850) ~[?:1.8.0_111]
... 32 more
11:02:40.560 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@2e60fe09
11:02:40.568 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@22174e63
11:02:40.576 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@345a23aa
11:02:40.584 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@66532a01
11:02:40.591 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4f6a1074
11:02:40.601 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@57962bac
11:02:40.609 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@32b40587
11:02:40.618 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4dc832f2
11:02:40.628 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x5760a711, L:/10.16.186.136:49994 - R:/10.16.179.15:6379] message: *2
CLUSTER
NODES
11:02:40.631 [redisson-netty-1-8] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x5760a711, L:/10.16.186.136:49994 - R:/10.16.179.15:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433359489 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 myself,master - 0 0 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243533 1499157243433 34 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305302795 1496305302795 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500433357981 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243332 1499157242437 33 disconnected
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243935 1499157242933 35 disconnected
11:02:40.632 [redisson-netty-1-8] ERROR org.redisson.cluster.ClusterConnectionManager - Can't execute CLUSTER_NODES with /10.16.179.15:6379
java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI.create(URI.java:852) ~[?:1.8.0_111]
at org.redisson.misc.URIBuilder.create(URIBuilder.java:37) ~[redisson-3.4.4.jar:?]
at org.redisson.cluster.ClusterNodeInfo.setAddress(ClusterNodeInfo.java:56) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:35) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:103) ~[redisson-3.4.4.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChars(URI.java:3021) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChar(URI.java:3031) ~[?:1.8.0_111]
at java.net.URI$Parser.parse(URI.java:3047) ~[?:1.8.0_111]
at java.net.URI.<init>(URI.java:588) ~[?:1.8.0_111]
at java.net.URI.create(URI.java:850) ~[?:1.8.0_111]
... 32 more
11:02:41.635 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: *2
CLUSTER
NODES
11:02:41.637 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: $860
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 myself,master - 0 0 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243571 1499157243261 34 disconnected
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433360265 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433359251 33 connected 3551-7372 7646-8464 9387 13106-13924
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243982 1499157242158 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243260 1499157243163 33 disconnected
11:02:41.638 [redisson-netty-1-6] DEBUG org.redisson.cluster.ClusterConnectionManager - cluster nodes state from /10.16.179.17:6379:
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 myself,master - 0 0 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243571 1499157243261 34 disconnected
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433360265 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433359251 33 connected 3551-7372 7646-8464 9387 13106-13924
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243982 1499157242158 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243260 1499157243163 33 disconnected
11:02:42.656 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@30cc1d91
11:02:42.665 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5232abbb
11:02:42.673 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3153a183
11:02:42.681 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@274edbb6
11:02:42.689 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@773e7a5b
11:02:42.696 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@30167874
11:02:42.704 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1ce5884c
11:02:42.713 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@4da7730d
11:02:42.716 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xaede8149, L:/10.16.186.136:50011 - R:/10.16.179.16:6379] message: *2
CLUSTER
NODES
11:02:42.718 [redisson-netty-1-4] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xaede8149, L:/10.16.186.136:50011 - R:/10.16.179.16:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 myself,master - 0 0 34 connected 0-3004 8465-9386 9388-10922
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243981 1499157243379 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243278 1499157242376 33 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305303725 1496305303725 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500433361477 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433359967 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243579 1499157241373 34 disconnected
11:02:42.719 [redisson-netty-1-4] ERROR org.redisson.cluster.ClusterConnectionManager - Can't execute CLUSTER_NODES with /10.16.179.16:6379
java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI.create(URI.java:852) ~[?:1.8.0_111]
at org.redisson.misc.URIBuilder.create(URIBuilder.java:37) ~[redisson-3.4.4.jar:?]
at org.redisson.cluster.ClusterNodeInfo.setAddress(ClusterNodeInfo.java:56) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:35) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:103) ~[redisson-3.4.4.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChars(URI.java:3021) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChar(URI.java:3031) ~[?:1.8.0_111]
at java.net.URI$Parser.parse(URI.java:3047) ~[?:1.8.0_111]
at java.net.URI.<init>(URI.java:588) ~[?:1.8.0_111]
at java.net.URI.create(URI.java:850) ~[?:1.8.0_111]
... 32 more
11:02:43.724 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6c70ef74
11:02:43.732 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@63d7f700
11:02:43.741 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@5308475a
11:02:43.750 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@7d76ab2
11:02:43.758 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@6c372e73
11:02:43.766 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@3004ab02
11:02:43.774 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@212718cf
11:02:43.782 [globalEventExecutor-2-2] TRACE io.netty.channel.nio.NioEventLoop - instrumented a special java.util.Set into: sun.nio.ch.WindowsSelectorImpl@1d1974a3
11:02:43.785 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0x22ad0195, L:/10.16.186.136:50028 - R:/10.16.179.15:6379] message: *2
CLUSTER
NODES
11:02:43.788 [redisson-netty-1-7] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0x22ad0195, L:/10.16.186.136:50028 - R:/10.16.179.15:6379] message: $963
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433361499 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 myself,master - 0 0 33 connected 3551-7372 7646-8464 9387 13106-13924
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243533 1499157243433 34 disconnected
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305302795 1496305302795 8 disconnected
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 master - 0 1500433362505 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243332 1499157242437 33 disconnected
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243935 1499157242933 35 disconnected
11:02:43.788 [redisson-netty-1-7] ERROR org.redisson.cluster.ClusterConnectionManager - Can't execute CLUSTER_NODES with /10.16.179.15:6379
java.lang.IllegalArgumentException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI.create(URI.java:852) ~[?:1.8.0_111]
at org.redisson.misc.URIBuilder.create(URIBuilder.java:37) ~[redisson-3.4.4.jar:?]
at org.redisson.cluster.ClusterNodeInfo.setAddress(ClusterNodeInfo.java:56) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:50) ~[redisson-3.4.4.jar:?]
at org.redisson.client.protocol.decoder.ClusterNodesDecoder.decode(ClusterNodesDecoder.java:35) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:259) ~[redisson-3.4.4.jar:?]
at org.redisson.client.handler.CommandDecoder.decode(CommandDecoder.java:103) ~[redisson-3.4.4.jar:?]
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:367) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:265) ~[netty-codec-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1334) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:926) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:134) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:644) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:579) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:496) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:458) ~[netty-transport-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138) ~[netty-common-4.1.13.Final.jar:4.1.13.Final]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: []r[]e[]d[]i[]s[]:[]/[]/[]:[]0[]
at java.net.URI$Parser.fail(URI.java:2848) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChars(URI.java:3021) ~[?:1.8.0_111]
at java.net.URI$Parser.checkChar(URI.java:3031) ~[?:1.8.0_111]
at java.net.URI$Parser.parse(URI.java:3047) ~[?:1.8.0_111]
at java.net.URI.<init>(URI.java:588) ~[?:1.8.0_111]
at java.net.URI.create(URI.java:850) ~[?:1.8.0_111]
... 32 more
11:02:44.790 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandEncoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: *2
CLUSTER
NODES
11:02:44.792 [redisson-netty-1-6] TRACE org.redisson.client.handler.CommandDecoder - channel: [id: 0xed0991ee, L:/10.16.186.136:49751 - R:/10.16.179.17:6379] message: $860
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 myself,master - 0 0 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243571 1499157243261 34 disconnected
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433363283 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433364289 33 connected 3551-7372 7646-8464 9387 13106-13924
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243982 1499157242158 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243260 1499157243163 33 disconnected
11:02:44.793 [redisson-netty-1-6] DEBUG org.redisson.cluster.ClusterConnectionManager - cluster nodes state from /10.16.179.17:6379:
1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379 myself,master - 0 0 35 connected 3005-3550 7373-7645 10923-13105 13925-16383
5125b432131cae5671b6ff5ed24b24c27407ddad 10.16.179.30:6379 slave,fail 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 1499157243571 1499157243261 34 disconnected
3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379 master - 0 1500433363283 34 connected 0-3004 8465-9386 9388-10922
06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379 master - 0 1500433364289 33 connected 3551-7372 7646-8464 9387 13106-13924
45d6cd3f40e4959c7ed86dc35145c25eb481081b 10.16.179.31:6379 slave,fail 1c6e526657a1405b7553748232e172c51b0b1a2e 1499157243982 1499157242158 35 disconnected
aed2bc71b64ad848fb2ec11abf7b543e0d711517 10.16.179.24:6379 slave,fail 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 1499157243260 1499157243163 33 disconnected
11:02:47.568 [redisson-netty-1-5] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-5
11:02:47.568 [redisson-netty-1-6] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-6
11:02:47.568 [redisson-netty-1-8] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-8
11:02:47.569 [redisson-netty-1-4] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-4
11:02:47.569 [redisson-netty-1-7] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-7
11:02:47.569 [redisson-netty-1-1] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-1
11:02:47.569 [redisson-netty-1-2] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-2
11:02:47.570 [redisson-netty-1-3] DEBUG io.netty.buffer.PoolThreadCache - Freed 3 thread-local buffer(s) from thread: redisson-netty-1-3
[root@ST91SSO03 ~]# ruby redis-trib.rb check 10.16.179.15:6379
>>> Performing Cluster Check (using node 10.16.179.15:6379)
M: 06fa3fc9f215037c67a20c4f8c8736bc476fecb3 10.16.179.15:6379
slots:3551-7372,7646-8464,9387,13106-13924 (5461 slots) master
0 additional replica(s)
M: 3c56f0bbbe1fdde97d2f14f73d349a73b1b457fe 10.16.179.16:6379
slots:0-3004,8465-9386,9388-10922 (5462 slots) master
0 additional replica(s)
M: 1c6e526657a1405b7553748232e172c51b0b1a2e 10.16.179.17:6379
slots:3005-3550,7373-7645,10923-13105,13925-16383 (5461 slots) master
0 additional replica(s)
All my slave node crashed, but redisson should still work?
I see same problem with wrong address in last logs you provided:
6a6db404ab7bf68bdfc41ee5157f7bd7c6612fc0 :0 master,noaddr - 1496305302795 1496305302795 8 disconnected
All my slave node crashed, but redisson should still work?
If all slaves have been crashed then all read operations are executed on masters.
@h920526 Were you able to eventually resolve this issue? I'm running into the same thing, but my coworkers are not. Makes me think it has something to do with the env on my laptop. Even if I hardcode the URI string I'm passing in to something like redis://localhost:7000
it still doesn't work.
cc @mrniko
To anyone who stumbles upon this, I ended up fixing this by uninstalling Docker for Mac version 17.12, and installing the latest from the 17.09 release. All of the old versions may be found here: https://docs.docker.com/docker-for-mac/release-notes/
As to why the version of Docker for Mac matters, I have no idea.
寂寞的茶叶 · 院内动态 - 新闻中心-武汉大学国际问题研究院 7 月前 |
有情有义的葡萄酒 · 001 秘密攻略 - 豆包 - AI 智能助手 9 月前 |
乖乖的牛肉面 · Unity WebGL错误集锦 - 幻想社区 10 月前 |