Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@electrical
Created January 4, 2016 11:40
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/c1947bf19e8a5914e586 to your computer and use it in GitHub Desktop.
Save electrical/c1947bf19e8a5914e586 to your computer and use it in GitHub Desktop.
12:40:31.698 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
12:40:31.701 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
12:40:31.708 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
12:40:31.708 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
12:40:31.709 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
12:40:31.709 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
12:40:31.784 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
12:40:31.785 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
12:40:31.785 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
12:40:31.785 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
12:40:31.786 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
12:40:31.787 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
12:40:31.787 [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.
12:40:31.787 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
12:40:31.788 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
12:40:31.788 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
12:40:31.802 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
12:40:31.802 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
12:40:31.928 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
12:40:31.928 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
12:40:31.928 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
12:40:31.929 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
12:40:31.929 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
12:40:31.929 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
12:40:31.929 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
12:40:31.929 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
12:40:31.929 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
12:40:31.929 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
12:40:31.957 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Registering session: attempt 1
12:40:31.958 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Sending RegisterRequest[client=ae94a176-537a-4280-869a-bc2eae776bcb]
12:40:31.958 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
12:40:31.972 [copycat-client-2] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x2d7c5c2892309865
12:40:31.986 [copycat-client-2] DEBUG i.n.channel.ChannelOutboundBuffer - -Dio.netty.threadLocalDirectBufferSize: 65536
12:40:31.988 [copycat-client-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
12:40:32.001 [copycat-client-2] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
12:40:32.033 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
12:40:32.044 [copycat-client-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: simple
12:40:32.215 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Received RegisterResponse[status=OK, session=460, 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]]
12:40:32.218 [copycat-client-2] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
Client started!
12:40:32.228 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Sending KeepAliveRequest[session=460, commandSequence=0, eventIndex=460]
12:40:32.237 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
12:40:32.239 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Sending CommandRequest[session=460, sequence=1, command=io.atomix.manager.GetResource@65b2ac03]
12:40:32.241 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
12:40:32.272 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Received CommandResponse[status=OK, index=462, result=462]
12:40:32.275 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - 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]]
12:40:32.281 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Sending CommandRequest[session=460, sequence=2, command=InstanceCommand[resource=462, command=ResourceCommand[command=io.atomix.coordination.state.LockCommands$Lock@2ad7e0f3, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
12:40:32.985 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
12:40:32.987 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
12:40:33.740 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
12:40:33.748 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
12:40:34.409 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:40:34.776 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Sending KeepAliveRequest[session=460, commandSequence=1, eventIndex=460]
12:40:34.777 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:40:34.777 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Sending KeepAliveRequest[session=460, commandSequence=1, eventIndex=460]
12:40:34.778 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
12:40:34.784 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
12:40:34.822 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Received PublishRequest[session=460, eventIndex=464, previousIndex=460, events=[Event[event=lock, message=InstanceEvent[resource=462, message=true]]]]
Lock acquired!
12:40:34.829 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - 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]]
12:40:35.410 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Sending CommandRequest[session=460, sequence=2, command=InstanceCommand[resource=462, command=ResourceCommand[command=io.atomix.coordination.state.LockCommands$Lock@2ad7e0f3, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
12:40:35.415 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
12:40:35.417 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
12:40:35.449 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Received CommandResponse[status=OK, index=473, result=null]
12:40:37.332 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - Sending KeepAliveRequest[session=460, commandSequence=2, eventIndex=464]
12:40:37.349 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 460 - 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