Skip to content

Instantly share code, notes, and snippets.

@electrical
Created January 3, 2016 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save electrical/3dddf9273daac8e5b0d4 to your computer and use it in GitHub Desktop.
Save electrical/3dddf9273daac8e5b0d4 to your computer and use it in GitHub Desktop.
23:55:18.712 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
23:55:18.717 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
23:55:18.728 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
23:55:18.729 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
23:55:18.730 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
23:55:18.730 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
23:55:18.731 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
23:55:18.732 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
23:55:18.732 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
23:55:18.733 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
23:55:18.734 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
23:55:18.735 [main] DEBUG i.n.util.internal.PlatformDependent - You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance.
23:55:18.735 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
23:55:18.736 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
23:55:18.736 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
23:55:18.769 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
23:55:18.770 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 4
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 4
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
23:55:18.973 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
23:55:19.002 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Registering session: attempt 1
23:55:19.004 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Sending RegisterRequest[client=934c85fe-ce5b-47c0-907f-14901a167de3]
23:55:19.004 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
23:55:19.024 [copycat-client-2] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x1dcb3f1b3667d293 (took 0 ms)
23:55:19.067 [copycat-client-2] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
23:55:19.067 [copycat-client-2] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 65536
23:55:19.067 [copycat-client-2] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
23:55:19.101 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
23:55:19.109 [copycat-client-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
23:55:19.117 [copycat-client-2] DEBUG io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.bytebuf.checkAccessible: true
23:55:19.119 [copycat-client-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
23:55:19.119 [copycat-client-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.maxRecords: 4
23:55:19.174 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Received RegisterResponse[status=OK, session=5657, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5002, localhost/127.0.0.1:5000]]
23:55:19.178 [copycat-client-2] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
23:55:19.182 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending KeepAliveRequest[session=5657, commandSequence=0, eventIndex=5657]
Client started!
23:55:19.196 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
23:55:19.197 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
23:55:19.271 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending CommandRequest[session=5657, sequence=1, command=io.atomix.manager.GetResource@1e937a59]
23:55:19.301 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
23:55:19.308 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
23:55:19.339 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5002, localhost/127.0.0.1:5000]]
23:55:19.342 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
23:55:19.343 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
23:55:19.365 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
23:55:20.366 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending CommandRequest[session=5657, sequence=1, command=io.atomix.manager.GetResource@1e937a59]
23:55:20.366 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
23:55:21.367 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending CommandRequest[session=5657, sequence=1, command=io.atomix.manager.GetResource@1e937a59]
23:55:21.367 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
23:55:21.840 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending KeepAliveRequest[session=5657, commandSequence=0, eventIndex=5657]
23:55:21.841 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
23:55:21.842 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending KeepAliveRequest[session=5657, commandSequence=0, eventIndex=5657]
23:55:21.842 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
23:55:21.845 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
23:55:21.888 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5002, localhost/127.0.0.1:5000]]
23:55:23.368 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending CommandRequest[session=5657, sequence=1, command=io.atomix.manager.GetResource@1e937a59]
23:55:23.373 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
23:55:23.379 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
23:55:23.422 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
23:55:23.424 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
23:55:23.443 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
23:55:23.447 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
23:55:23.475 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
23:55:24.391 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending KeepAliveRequest[session=5657, commandSequence=0, eventIndex=5657]
23:55:24.392 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
23:55:24.393 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Sending KeepAliveRequest[session=5657, commandSequence=0, eventIndex=5657]
23:55:24.394 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
23:55:24.398 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
23:55:24.421 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 5657 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5002, localhost/127.0.0.1:5000]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment