Skip to content

Instantly share code, notes, and snippets.

@electrical
Created January 3, 2016 11:27
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/69e02f6e894d894e2aa4 to your computer and use it in GitHub Desktop.
Save electrical/69e02f6e894d894e2aa4 to your computer and use it in GitHub Desktop.
12:23:24.968 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
12:23:24.975 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
12:23:24.977 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
12:23:24.978 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
12:23:24.979 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
12:23:25.045 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
12:23:25.046 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
12:23:25.046 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
12:23:25.046 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
12:23:25.046 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
12:23:25.047 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
12:23:25.047 [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:23:25.047 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
12:23:25.048 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
12:23:25.048 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
12:23:25.049 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
12:23:25.049 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.netty.workdir: /tmp (io.netty.tmpdir)
12:23:25.053 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
12:23:25.075 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
12:23:25.076 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
12:23:25.179 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
12:23:25.179 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
12:23:25.180 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
12:23:25.180 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
12:23:25.180 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
12:23:25.180 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
12:23:25.180 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
12:23:25.180 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
12:23:25.180 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
12:23:25.180 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
12:23:25.204 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Registering session: attempt 1
12:23:25.206 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Sending RegisterRequest[client=f9b67c67-ee89-44c7-8590-cc4db5376c48]
12:23:25.208 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
12:23:25.219 [copycat-client-2] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0xb37d4d17fd9b7f95
12:23:25.223 [copycat-client-2] DEBUG i.n.channel.ChannelOutboundBuffer - -Dio.netty.threadLocalDirectBufferSize: 65536
12:23:25.224 [copycat-client-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
12:23:25.233 [copycat-client-2] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
12:23:25.261 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
12:23:25.276 [copycat-client-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: simple
12:23:25.369 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Received RegisterResponse[status=OK, session=31, 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:23:25.371 [copycat-client-2] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
12:23:25.373 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
Client started!
12:23:25.380 [catalyst-event-loop-1] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
12:23:25.394 [catalyst-event-loop-1] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
12:23:25.966 [catalyst-event-loop-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
12:23:25.970 [catalyst-event-loop-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
12:23:26.275 [catalyst-event-loop-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:28.777 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:28.804 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:31.304 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:31.335 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:33.836 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:33.880 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:36.380 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:36.910 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:39.411 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:39.441 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:41.941 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:41.961 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:44.462 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:44.490 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:46.991 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:47.015 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:49.517 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:49.541 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:52.042 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:52.059 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:54.560 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:54.592 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:57.093 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:57.123 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:23:59.624 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:59.648 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:02.149 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:02.180 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:04.680 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:04.697 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:07.197 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:07.226 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:09.727 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:09.739 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:12.240 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:12.273 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:14.774 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:14.797 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:17.298 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:17.319 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:19.820 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:20.130 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:22.630 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:22.651 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:25.151 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:25.172 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:27.673 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:27.693 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:30.194 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:30.417 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:32.917 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:32.939 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:35.440 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:35.467 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:37.968 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:37.990 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:40.490 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:40.519 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:43.020 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:43.043 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:45.544 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:45.564 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:48.064 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:48.101 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:50.602 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:50.635 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - 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:24:53.135 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:53.183 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:24:55.684 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:55.686 [catalyst-event-loop-1] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
12:24:55.690 [catalyst-event-loop-1] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
12:24:55.734 [catalyst-event-loop-1] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:24:58.235 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:58.249 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:00.750 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:00.772 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:03.272 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:03.298 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:05.799 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:05.822 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:08.323 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:08.335 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:10.835 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:10.860 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:13.361 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:13.385 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:15.886 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:15.913 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:18.414 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:18.437 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:20.937 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:21.447 [catalyst-event-loop-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
12:25:21.448 [catalyst-event-loop-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
12:25:21.940 [catalyst-event-loop-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:24.441 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:24.456 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:26.957 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:27.443 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:29.944 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:29.970 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:32.471 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:32.497 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:34.998 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:35.441 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:37.942 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:37.960 [catalyst-event-loop-1] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
12:25:37.962 [catalyst-event-loop-1] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
12:25:37.966 [catalyst-event-loop-1] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:37.967 [catalyst-event-loop-1] DEBUG i.a.c.client.session.ClientSession - 31 - Sending KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:37.969 [catalyst-event-loop-1] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
12:22:34.884 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
12:22:34.891 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
12:22:34.892 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
12:22:34.893 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
12:22:34.893 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
12:22:34.956 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
12:22:34.957 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
12:22:34.957 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
12:22:34.957 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
12:22:34.957 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
12:22:34.958 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
12:22:34.958 [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:22:34.958 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
12:22:34.958 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
12:22:34.958 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
12:22:34.959 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
12:22:34.959 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.netty.workdir: /tmp (io.netty.tmpdir)
12:22:34.964 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
12:22:34.980 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
12:22:34.980 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
12:22:35.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.storage.SegmentManager - Created segment: Segment[id=1, version=1, index=0, length=0]
12:22:35.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
12:22:35.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
12:22:35.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
12:22:35.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
12:22:35.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
12:22:35.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
12:22:35.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
12:22:35.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
12:22:35.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
12:22:35.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
12:22:35.215 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0xed8abb3ed89d3bcd
12:22:35.218 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.channel.ChannelOutboundBuffer - -Dio.netty.threadLocalDirectBufferSize: 65536
12:22:35.219 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
12:22:35.235 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
12:22:35.237 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.NetUtil - Loopback interface: lo (lo, 127.0.0.1)
12:22:35.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128
12:22:35.248 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509] REGISTERED
12:22:35.249 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509] BIND(localhost/127.0.0.1:5000)
12:22:35.256 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] ACTIVE
12:22:35.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.resource.InstanceOperation
12:22:35.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResource
12:22:35.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResourceIfExists
12:22:35.268 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.CreateResource
12:22:35.270 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.CreateResourceIfExists
12:22:35.272 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered void operation callback class io.atomix.manager.CloseResource
12:22:35.273 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.DeleteResource
12:22:35.274 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.ResourceExists
12:22:35.276 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResourceKeys
12:22:35.294 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.ServerContext - Server started successfully!
12:22:35.295 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to FOLLOWER
12:22:35.298 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Starting heartbeat timer
12:22:36.340 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT1.04S
12:22:36.344 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=null]]
12:22:36.345 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 1
12:22:36.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=null] for next term 1
12:22:37.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:22:38.101 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x17591dec, /127.0.0.1:48621 => /127.0.0.1:5000]
12:22:38.163 [catalyst-event-loop-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: simple
12:22:38.179 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=0, candidate=2130712286, logIndex=0, logTerm=0]
12:22:38.179 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted PollRequest[term=0, candidate=2130712286, logIndex=0, logTerm=0]: candidate's log is up-to-date
12:22:38.181 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=0, accepted=true]
12:22:38.200 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 1
12:22:38.200 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received VoteRequest[term=1, candidate=2130712286, logIndex=0, logTerm=0]
12:22:38.201 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted VoteRequest[term=1, candidate=2130712286, logIndex=0, logTerm=0]: candidate's log is up-to-date
12:22:38.201 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5002
12:22:38.202 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent VoteResponse[status=OK, term=1, voted=true]
12:22:38.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=1, leader=2130712286, index=1, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:22:38.289 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5002
12:22:38.291 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Sending server identification to localhost/127.0.0.1:5002
12:22:38.294 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:22:38.340 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=0, logTerm=0, entries=[2], commitIndex=0, globalIndex=0]
12:22:38.344 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=1, term=1, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]] to log at index 1
12:22:38.346 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=2, term=1, client=91e8c350-c7b9-44de-9dad-189c26a6bcb2, address=localhost/127.0.0.1:5002, timestamp=1451820158307] to log at index 2
12:22:38.348 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=2]
12:22:38.462 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=2, logTerm=1, entries=[1], commitIndex=2, globalIndex=0]
12:22:38.465 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=3, term=1, client=91e8c350-c7b9-44de-9dad-189c26a6bcb2, timeout=1451820158452] to log at index 3
12:22:38.466 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=3]
12:22:38.477 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=1, term=1, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:22:38.481 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.snapshot.SnapshotStore - Created disk snapshot: FileSnapshot[index=1]
12:22:38.481 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Taking snapshot 1
12:22:38.561 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=2, term=1, client=91e8c350-c7b9-44de-9dad-189c26a6bcb2, address=localhost/127.0.0.1:5002, timestamp=1451820158307]
12:22:38.562 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=1, leader=2130712286, index=4, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:22:38.567 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:22:38.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=3, logTerm=1, entries=[1], commitIndex=3, globalIndex=0]
12:22:38.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=4, term=1, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]] to log at index 4
12:22:38.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=4]
12:22:38.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=3, term=1, client=91e8c350-c7b9-44de-9dad-189c26a6bcb2, timeout=1451820158452]
12:22:38.640 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: OPEN
12:22:38.646 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Completing snapshot 1
12:22:38.694 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
12:22:38.697 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=4, logTerm=1, entries=[1], commitIndex=4, globalIndex=0]
12:22:38.701 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=5, term=1, client=91e8c350-c7b9-44de-9dad-189c26a6bcb2, address=localhost/127.0.0.1:5002, timestamp=1451820158628] to log at index 5
12:22:38.702 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=5]
12:22:38.709 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=4, term=1, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:22:38.775 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=5, logTerm=1, entries=[0], commitIndex=5, globalIndex=0]
12:22:38.777 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=5]
12:22:38.778 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=5, term=1, client=91e8c350-c7b9-44de-9dad-189c26a6bcb2, address=localhost/127.0.0.1:5002, timestamp=1451820158628]
12:22:39.523 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xfe2c507c, /127.0.0.1:48632 => /127.0.0.1:5000]
12:22:39.526 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=5, logTerm=1, entries=[0], commitIndex=5, globalIndex=0]
12:22:39.528 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=5]
12:22:39.638 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=5, logTerm=1, entries=[1], commitIndex=5, globalIndex=0]
12:22:39.640 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=6, term=1, session=3, sequence=1, timestamp=1451820159629, command=io.atomix.manager.GetResource@4acc358f] to log at index 6
12:22:39.641 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=6]
12:22:39.683 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=6, logTerm=1, entries=[1], commitIndex=6, globalIndex=0]
12:22:39.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=7, term=1, session=3, sequence=2, timestamp=1451820159678, command=InstanceCommand[resource=6, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@26e39d36, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 7
12:22:39.687 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=7]
12:22:39.689 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=6, term=1, session=3, sequence=1, timestamp=1451820159629, command=io.atomix.manager.GetResource@3f7f8b69]
12:22:39.773 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=7, logTerm=1, entries=[0], commitIndex=7, globalIndex=0]
12:22:39.774 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=7]
12:22:39.775 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=7, term=1, session=3, sequence=2, timestamp=1451820159678, command=InstanceCommand[resource=6, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@d1940bb, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
12:22:39.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Sending server identification to localhost/127.0.0.1:5002
12:22:39.894 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=1, leader=2130712286, index=8, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:22:39.897 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:22:39.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=7, logTerm=1, entries=[1], commitIndex=7, globalIndex=0]
12:22:39.912 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=8, term=1, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 8
12:22:39.913 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=8]
12:22:39.920 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Cancelling join timeout
12:22:39.929 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Registering session: attempt 1
12:22:39.930 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Sending RegisterRequest[client=5eb5ab89-1925-458f-b574-ecc972956ae3]
12:22:39.931 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
12:22:39.935 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
12:22:39.940 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=5eb5ab89-1925-458f-b574-ecc972956ae3]
12:22:39.954 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=8, logTerm=1, entries=[1], commitIndex=8, globalIndex=0]
12:22:39.957 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=9, term=1, client=5eb5ab89-1925-458f-b574-ecc972956ae3, address=localhost/127.0.0.1:5000, timestamp=1451820159946] to log at index 9
12:22:39.957 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=9]
12:22:39.965 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=8, term=1, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:22:39.969 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConnectResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5002, localhost/127.0.0.1:5000]]
12:22:39.973 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received RegisterRequest[client=5eb5ab89-1925-458f-b574-ecc972956ae3]
12:22:39.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=9, logTerm=1, entries=[1], commitIndex=9, globalIndex=0]
12:22:39.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=10, term=1, client=5eb5ab89-1925-458f-b574-ecc972956ae3, timeout=1451820159976] to log at index 10
12:22:39.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=10]
12:22:39.992 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=9, term=1, client=5eb5ab89-1925-458f-b574-ecc972956ae3, address=localhost/127.0.0.1:5000, timestamp=1451820159946]
12:22:39.997 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent RegisterResponse[status=OK, session=10, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002]]
12:22:39.999 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Received RegisterResponse[status=OK, session=10, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002]]
12:22:40.006 [copycat-client-3] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
12:22:40.012 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=0, eventIndex=10]
12:22:40.018 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:22:40.018 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
12:22:40.024 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=10, logTerm=1, entries=[0], commitIndex=10, globalIndex=0]
12:22:40.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=10]
12:22:40.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=10, term=1, client=5eb5ab89-1925-458f-b574-ecc972956ae3, timeout=1451820159976]
12:22:40.028 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: OPEN
12:22:40.028 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:22:40.029 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
12:22:40.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=5eb5ab89-1925-458f-b574-ecc972956ae3]
12:22:40.041 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=10, logTerm=1, entries=[1], commitIndex=10, globalIndex=0]
12:22:40.042 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=11, term=1, client=5eb5ab89-1925-458f-b574-ecc972956ae3, address=localhost/127.0.0.1:5000, timestamp=1451820160033] to log at index 11
12:22:40.044 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=11]
12:22:40.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConnectResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5002, localhost/127.0.0.1:5000]]
12:22:40.274 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=11, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:40.276 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=11]
12:22:40.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=11, term=1, client=5eb5ab89-1925-458f-b574-ecc972956ae3, address=localhost/127.0.0.1:5000, timestamp=1451820160033]
12:22:40.528 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=11, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:40.530 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=11]
12:22:40.773 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=11, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:40.774 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=11]
12:22:41.024 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=11, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:41.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=11]
12:22:41.029 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:22:41.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@23fa7f4]
12:22:41.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=11, logTerm=1, entries=[1], commitIndex=11, globalIndex=0]
12:22:41.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=12, term=1, session=10, sequence=1, timestamp=1451820161033, command=io.atomix.manager.GetResource@612860f9] to log at index 12
12:22:41.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:41.559 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:22:41.917 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.877S
12:22:41.918 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:22:41.918 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:22:41.919 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:22:41.924 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received rejected poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]
12:22:42.028 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x2c68b565, /127.0.0.1:48650 => /127.0.0.1:5000]
12:22:42.030 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5002
12:22:42.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=11, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:42.031 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:42.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:42.280 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:42.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:42.538 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:42.563 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:22:42.564 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:22:42.778 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:42.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:43.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:43.031 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:43.276 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:43.276 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:43.526 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:43.528 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:44.275 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x3174850a, /127.0.0.1:48659 => /127.0.0.1:5000]
12:22:44.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:44.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:44.529 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:44.530 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:44.565 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:22:44.565 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:22:44.778 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:44.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:45.028 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:45.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:45.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:45.281 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:45.527 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:45.529 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:45.778 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:45.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:46.031 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:46.033 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:46.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:46.280 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:46.528 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:46.529 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:46.774 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:46.775 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:47.026 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:47.027 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:47.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:47.279 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:47.566 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:22:47.566 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:22:48.022 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xdb992cfd, /127.0.0.1:48674 => /127.0.0.1:5000]
12:22:48.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:48.026 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:48.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:48.279 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:48.530 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:48.531 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:48.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:48.782 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:49.023 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:49.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:49.272 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712286, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0]
12:22:49.274 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=12]
12:22:50.429 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT1.153S
12:22:50.431 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:22:50.431 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:22:50.438 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:22:51.180 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:22:52.269 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT1.088S
12:22:52.270 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:22:52.271 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:22:52.275 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:22:52.567 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:22:52.567 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:22:53.019 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:22:54.159 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT1.139S
12:22:54.160 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:22:54.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:22:54.162 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:22:54.910 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:22:56.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT1.096S
12:22:56.009 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:22:56.010 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:22:56.011 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:22:56.759 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:22:57.528 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.768S
12:22:57.531 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:22:57.534 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:22:57.540 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:22:57.568 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:22:57.568 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:22:58.279 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:22:59.717 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT1.437S
12:22:59.718 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:22:59.718 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:22:59.719 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:23:00.467 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:23:01.287 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.819S
12:23:01.289 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:23:01.290 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:23:01.297 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:23:02.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:23:02.569 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:02.570 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:03.388 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT1.348S
12:23:03.389 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:23:03.389 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:23:03.390 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:23:04.139 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Failed to poll a majority of the cluster in PT0.75S
12:23:04.859 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xe1323d59, /127.0.0.1:48699 => /127.0.0.1:5000]
12:23:04.907 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=0, candidate=2130712285, logIndex=0, logTerm=0]
12:23:04.907 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Rejected PollRequest[term=0, candidate=2130712285, logIndex=0, logTerm=0]: candidate's term is less than the current term
12:23:04.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=1, accepted=false]
12:23:04.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.843S
12:23:04.985 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:23:04.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for next term 2
12:23:04.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 2
12:23:05.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received accepted poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null]
12:23:05.065 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to CANDIDATE
12:23:05.066 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Cancelling heartbeat timer
12:23:05.067 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Starting election
12:23:05.068 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 2
12:23:05.068 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5000
12:23:05.070 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting votes from [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:23:05.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null] for term 2
12:23:05.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for term 2
12:23:05.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Received successful vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null]
12:23:05.086 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to LEADER
12:23:05.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Cancelling election
12:23:05.098 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5000
12:23:05.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended InitializeEntry[index=13, term=2, timestamp=1451820185098]
12:23:05.102 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=13, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 13
12:23:05.106 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=13, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:23:05.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Starting append timer
12:23:05.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.net.ConnectException: Connection refused: localhost/127.0.0.1:5002
12:23:05.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=11, globalIndex=0] to localhost/127.0.0.1:5002
12:23:05.128 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.net.ConnectException: Connection refused: localhost/127.0.0.1:5002
12:23:05.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:23:05.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[1], commitIndex=11, globalIndex=0] to localhost/127.0.0.1:5001
12:23:05.138 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received JoinRequest[member=Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]
12:23:05.139 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent JoinResponse[status=ERROR, index=0, members=null]
12:23:05.148 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=false, logIndex=0] from localhost/127.0.0.1:5001
12:23:05.149 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Reset match index for localhost/127.0.0.1:5001 to 0
12:23:05.150 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Reset next index for localhost/127.0.0.1:5001 to 1
12:23:05.159 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent InstallRequest[term=2, leader=2130712284, index=1, offset=0, data=io.atomix.catalyst.buffer.HeapBuffer@cb18e41, complete=true] to localhost/127.0.0.1:5001
12:23:05.292 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received InstallResponse[status=OK] from localhost/127.0.0.1:5001
12:23:05.306 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=0, logTerm=0, entries=[11], commitIndex=11, globalIndex=0] to localhost/127.0.0.1:5001
12:23:05.334 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=13] from localhost/127.0.0.1:5001
12:23:05.338 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=12, term=1, session=10, sequence=1, timestamp=1451820161033, command=io.atomix.manager.GetResource@4b54df41]
12:23:05.339 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=13, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:23:05.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=13, logTerm=2, entries=[0], commitIndex=13, globalIndex=0] to localhost/127.0.0.1:5001
12:23:05.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=13, globalIndex=0] to localhost/127.0.0.1:5002
12:23:05.367 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.net.ConnectException: Connection refused: localhost/127.0.0.1:5002
12:23:05.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=14, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 14
12:23:05.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=14, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:23:05.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=13, globalIndex=0] to localhost/127.0.0.1:5002
12:23:05.383 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=13] from localhost/127.0.0.1:5001
12:23:05.399 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:23:05.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=13, logTerm=2, entries=[1], commitIndex=13, globalIndex=0] to localhost/127.0.0.1:5001
12:23:05.413 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=14] from localhost/127.0.0.1:5001
12:23:05.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=14, logTerm=2, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5001
12:23:05.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:05.636 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=14] from localhost/127.0.0.1:5001
12:23:05.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=14, logTerm=2, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5001
12:23:05.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:05.885 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=14] from localhost/127.0.0.1:5001
12:23:06.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=14, logTerm=2, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5001
12:23:06.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:06.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=14] from localhost/127.0.0.1:5001
12:23:06.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=14, logTerm=2, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5001
12:23:06.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:06.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=14] from localhost/127.0.0.1:5001
12:23:06.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=14, logTerm=2, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5001
12:23:06.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:06.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received JoinRequest[member=Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]
12:23:06.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=15, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]] to log at index 15
12:23:06.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=15, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:23:06.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:06.670 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:23:06.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:07.244 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=14, logTerm=2, entries=[1], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5001
12:23:07.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:07.247 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:07.251 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:23:07.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=14, logTerm=2, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5001
12:23:07.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5002
12:23:07.387 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=14] from localhost/127.0.0.1:5001
12:23:07.392 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=14, logTerm=2, entries=[1], commitIndex=14, globalIndex=0] to localhost/127.0.0.1:5001
12:23:07.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:07.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent JoinResponse[status=OK, index=15, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:23:07.570 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:07.571 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:07.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:07.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:07.630 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:07.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:07.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:07.883 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:08.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:08.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:08.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:08.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:08.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:08.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:08.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:08.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:08.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:08.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:08.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:08.885 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:09.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:09.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:09.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:09.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:09.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:09.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:09.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:09.877 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:09.879 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:23:10.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:10.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[0], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5002
12:23:10.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=15] from localhost/127.0.0.1:5001
12:23:10.181 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xd4ae4d2d, /127.0.0.1:48728 => /127.0.0.1:5000]
12:23:10.196 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=12] from localhost/127.0.0.1:5002
12:23:10.197 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=16, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 16
12:23:10.198 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=16, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:23:10.198 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=16, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:23:10.216 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:23:10.218 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=15, logTerm=2, entries=[1], commitIndex=15, globalIndex=0] to localhost/127.0.0.1:5001
12:23:10.234 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=16] from localhost/127.0.0.1:5001
12:23:10.285 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5002
12:23:10.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=12, logTerm=1, entries=[4], commitIndex=16, globalIndex=12] to localhost/127.0.0.1:5002
12:23:10.302 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received JoinRequest[member=Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:23:10.302 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent JoinResponse[status=OK, index=16, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:23:10.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=16] from localhost/127.0.0.1:5002
12:23:10.354 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:23:10.355 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=17, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820190354]
12:23:10.356 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=16, logTerm=2, entries=[1], commitIndex=16, globalIndex=16] to localhost/127.0.0.1:5001
12:23:10.358 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=16, logTerm=2, entries=[1], commitIndex=16, globalIndex=16] to localhost/127.0.0.1:5002
12:23:10.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=17] from localhost/127.0.0.1:5002
12:23:10.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=14, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:23:10.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=15, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=null], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:23:10.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=16, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:23:10.378 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=17, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820190354]
12:23:10.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:10.392 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=17] from localhost/127.0.0.1:5001
12:23:10.401 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received RegisterRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2]
12:23:10.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=18, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, timeout=1451820190401]
12:23:10.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=17, logTerm=2, entries=[1], commitIndex=17, globalIndex=17] to localhost/127.0.0.1:5001
12:23:10.405 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=17, logTerm=2, entries=[1], commitIndex=17, globalIndex=17] to localhost/127.0.0.1:5002
12:23:10.413 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=18] from localhost/127.0.0.1:5001
12:23:10.418 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=18, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, timeout=1451820190401]
12:23:10.418 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: UNSTABLE
12:23:10.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: UNSTABLE
12:23:10.422 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 18 - State changed: OPEN
12:23:10.424 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=18] from localhost/127.0.0.1:5002
12:23:10.425 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent RegisterResponse[status=OK, session=18, 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:23:10.425 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Detected expired session: 3
12:23:10.426 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended UnregisterEntry[index=19, term=2, session=3, expired=true, timestamp=1451820190426]
12:23:10.438 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=18, logTerm=2, entries=[1], commitIndex=18, globalIndex=18] to localhost/127.0.0.1:5001
12:23:10.441 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=18, logTerm=2, entries=[1], commitIndex=18, globalIndex=18] to localhost/127.0.0.1:5002
12:23:10.443 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Detected expired session: 10
12:23:10.443 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended UnregisterEntry[index=20, term=2, session=10, expired=true, timestamp=1451820190443]
12:23:10.448 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:23:10.449 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=21, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820190448]
12:23:10.454 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=19] from localhost/127.0.0.1:5001
12:23:10.455 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying UnregisterEntry[index=19, term=2, session=3, expired=true, timestamp=1451820190426]
12:23:10.461 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=19, logTerm=2, entries=[2], commitIndex=19, globalIndex=18] to localhost/127.0.0.1:5001
12:23:10.461 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=19] from localhost/127.0.0.1:5002
12:23:10.461 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=19, logTerm=2, entries=[2], commitIndex=19, globalIndex=19] to localhost/127.0.0.1:5002
12:23:10.461 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: EXPIRED
12:23:10.470 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=21] from localhost/127.0.0.1:5001
12:23:10.471 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying UnregisterEntry[index=20, term=2, session=10, expired=true, timestamp=1451820190443]
12:23:10.475 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: EXPIRED
12:23:10.475 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=21, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820190448]
12:23:10.476 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:10.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=21] from localhost/127.0.0.1:5002
12:23:10.485 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received CommandRequest[session=18, sequence=1, command=io.atomix.manager.GetResource@7304a83c]
12:23:10.486 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=22, term=2, session=18, sequence=1, timestamp=1451820190486, command=io.atomix.manager.GetResource@7304a83c] to log at index 22
12:23:10.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=21, logTerm=2, entries=[1], commitIndex=21, globalIndex=21] to localhost/127.0.0.1:5001
12:23:10.492 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=21, logTerm=2, entries=[1], commitIndex=21, globalIndex=21] to localhost/127.0.0.1:5002
12:23:10.495 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=0, eventIndex=18]
12:23:10.495 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=23, term=2, session=18, commandSequence=0, eventIndex=18, timestamp=1451820190495]
12:23:10.508 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=22] from localhost/127.0.0.1:5001
12:23:10.509 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=22, term=2, session=18, sequence=1, timestamp=1451820190486, command=io.atomix.manager.GetResource@4837c7e0]
12:23:10.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=22, logTerm=2, entries=[1], commitIndex=22, globalIndex=21] to localhost/127.0.0.1:5001
12:23:10.515 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent CommandResponse[status=OK, index=22, result=22]
12:23:10.516 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=22] from localhost/127.0.0.1:5002
12:23:10.516 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=22, logTerm=2, entries=[1], commitIndex=22, globalIndex=22] to localhost/127.0.0.1:5002
12:23:10.523 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=23] from localhost/127.0.0.1:5001
12:23:10.524 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=23, term=2, session=18, commandSequence=0, eventIndex=18, timestamp=1451820190495]
12:23:10.528 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:10.534 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=23] from localhost/127.0.0.1:5002
12:23:10.540 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received CommandRequest[session=18, sequence=2, command=InstanceCommand[resource=22, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@fa1a304, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
12:23:10.541 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=24, term=2, session=18, sequence=2, timestamp=1451820190540, command=InstanceCommand[resource=22, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@fa1a304, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 24
12:23:10.541 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=23, logTerm=2, entries=[1], commitIndex=23, globalIndex=23] to localhost/127.0.0.1:5001
12:23:10.541 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=23, logTerm=2, entries=[1], commitIndex=23, globalIndex=23] to localhost/127.0.0.1:5002
12:23:10.550 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:10.551 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=24, term=2, session=18, sequence=2, timestamp=1451820190540, command=InstanceCommand[resource=22, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@1ca25069, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
12:23:10.553 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 18 - Sending PublishRequest[session=18, eventIndex=24, previousIndex=18, events=[Event[event=elect, message=InstanceEvent[resource=22, message=24]]]]
12:23:10.564 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 18 - Received PublishResponse[status=OK, index=24]
12:23:10.565 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent CommandResponse[status=OK, index=24, result=null]
12:23:10.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:10.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:10.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:10.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:11.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:11.120 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:11.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:11.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=23, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5001
12:23:11.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:11.382 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:11.383 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5001
12:23:11.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5001
12:23:11.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:11.629 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:11.630 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5001
12:23:11.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5001
12:23:11.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:11.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5001
12:23:11.876 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:12.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5001
12:23:12.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:12.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:12.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:12.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:12.571 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:12.572 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:12.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:12.625 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:12.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:12.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5001
12:23:12.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[0], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:12.881 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5001
12:23:12.882 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=24] from localhost/127.0.0.1:5002
12:23:13.041 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:13.041 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=25, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820193041]
12:23:13.042 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[1], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5001
12:23:13.043 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=24, logTerm=2, entries=[1], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5002
12:23:13.052 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5001
12:23:13.052 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=25, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820193041]
12:23:13.052 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:13.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5002
12:23:13.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:13.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:13.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5002
12:23:13.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5001
12:23:13.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:13.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:13.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5002
12:23:13.390 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5001
12:23:13.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:13.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:13.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5001
12:23:13.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:13.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5001
12:23:14.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:14.130 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:14.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:14.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5002
12:23:14.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:14.625 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:14.626 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5002
12:23:14.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:14.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:14.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5001
12:23:14.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5002
12:23:15.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:15.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:15.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5002
12:23:15.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5001
12:23:15.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:15.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[0], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:15.398 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5001
12:23:15.398 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=25] from localhost/127.0.0.1:5002
12:23:15.569 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:15.570 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=26, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820195569]
12:23:15.572 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[1], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5001
12:23:15.573 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=25, logTerm=2, entries=[1], commitIndex=25, globalIndex=25] to localhost/127.0.0.1:5002
12:23:15.584 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:15.586 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=26, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820195569]
12:23:15.587 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5002
12:23:15.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:15.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:15.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5002
12:23:15.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:15.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5002
12:23:15.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:15.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5002
12:23:15.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:15.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5002
12:23:16.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:16.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5002
12:23:16.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:16.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5002
12:23:16.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:16.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5002
12:23:16.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:16.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:16.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:16.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:16.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:17.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:17.118 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:17.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:17.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:17.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5002
12:23:17.379 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:17.388 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5002
12:23:17.572 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:17.573 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:17.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:17.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5002
12:23:17.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:17.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5002
12:23:17.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:17.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[0], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5002
12:23:17.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5002
12:23:17.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=26] from localhost/127.0.0.1:5001
12:23:18.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:18.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=27, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820198100]
12:23:18.108 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[1], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5001
12:23:18.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=2, entries=[1], commitIndex=26, globalIndex=26] to localhost/127.0.0.1:5002
12:23:18.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5001
12:23:18.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=27, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820198100]
12:23:18.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:18.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:18.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5001
12:23:18.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:18.619 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:18.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5001
12:23:18.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:18.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=26, logTerm=0, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5002
12:23:18.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5001
12:23:18.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5002
12:23:19.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:19.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5002
12:23:19.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5002
12:23:19.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5002
12:23:19.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5002
12:23:19.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5002
12:23:19.618 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:19.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5002
12:23:19.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:19.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5002
12:23:19.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5001
12:23:19.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5002
12:23:20.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:20.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5002
12:23:20.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5001
12:23:20.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:20.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5001
12:23:20.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[0], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:20.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5001
12:23:20.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:20.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=28, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820200631]
12:23:20.633 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=2, entries=[1], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
12:23:20.633 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:20.638 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:20.638 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=28, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820200631]
12:23:20.639 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:20.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=27] to localhost/127.0.0.1:5001
12:23:20.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=0, entries=[0], commitIndex=28, globalIndex=27] to localhost/127.0.0.1:5002
12:23:20.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=27] from localhost/127.0.0.1:5002
12:23:20.879 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=27, logTerm=0, entries=[1], commitIndex=28, globalIndex=27] to localhost/127.0.0.1:5002
12:23:20.880 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:20.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:21.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:21.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5002
12:23:21.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:21.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:21.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:21.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5002
12:23:21.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:21.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:21.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:21.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5002
12:23:21.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:21.626 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:21.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:21.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5002
12:23:21.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:21.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:22.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:22.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5002
12:23:22.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:22.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:22.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:22.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5002
12:23:22.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:22.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:22.573 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:22.574 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:22.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:22.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5002
12:23:22.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:22.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:22.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:22.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5002
12:23:22.876 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:23.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[0], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:23.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5001
12:23:23.151 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:23.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=29, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820203151]
12:23:23.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=2, entries=[1], commitIndex=28, globalIndex=28] to localhost/127.0.0.1:5001
12:23:23.162 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:23.163 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=29, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820203151]
12:23:23.165 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:23.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=28] to localhost/127.0.0.1:5001
12:23:23.367 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:23.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:23.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=28] to localhost/127.0.0.1:5001
12:23:23.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=0, entries=[0], commitIndex=29, globalIndex=28] to localhost/127.0.0.1:5002
12:23:23.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:23.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=28] from localhost/127.0.0.1:5002
12:23:23.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=28, logTerm=0, entries=[1], commitIndex=29, globalIndex=28] to localhost/127.0.0.1:5002
12:23:23.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5002
12:23:23.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5001
12:23:23.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5002
12:23:23.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5002
12:23:23.880 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:24.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5001
12:23:24.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5002
12:23:24.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:24.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5001
12:23:24.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:24.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5001
12:23:24.625 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:24.630 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:24.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5001
12:23:24.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5002
12:23:24.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:24.876 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5002
12:23:25.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5001
12:23:25.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[0], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5002
12:23:25.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5001
12:23:25.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=29] from localhost/127.0.0.1:5002
12:23:25.304 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5001]
12:23:25.305 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=30, term=2, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5001, timestamp=1451820205304]
12:23:25.306 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[1], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5001
12:23:25.308 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=29, logTerm=2, entries=[1], commitIndex=29, globalIndex=29] to localhost/127.0.0.1:5002
12:23:25.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=30] from localhost/127.0.0.1:5002
12:23:25.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=30, term=2, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5001, timestamp=1451820205304]
12:23:25.317 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:25.327 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=30] from localhost/127.0.0.1:5001
12:23:25.352 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received RegisterRequest[client=f9b67c67-ee89-44c7-8590-cc4db5376c48]
12:23:25.352 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=31, term=2, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, timeout=1451820205352]
12:23:25.353 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=30, logTerm=2, entries=[1], commitIndex=30, globalIndex=30] to localhost/127.0.0.1:5001
12:23:25.354 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=30, logTerm=2, entries=[1], commitIndex=30, globalIndex=30] to localhost/127.0.0.1:5002
12:23:25.360 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=31] from localhost/127.0.0.1:5002
12:23:25.360 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=31, term=2, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, timeout=1451820205352]
12:23:25.360 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 31 - State changed: OPEN
12:23:25.361 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent RegisterResponse[status=OK, session=31, 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:23:25.362 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=31] from localhost/127.0.0.1:5001
12:23:25.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=31, logTerm=2, entries=[0], commitIndex=31, globalIndex=31] to localhost/127.0.0.1:5001
12:23:25.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=31, logTerm=2, entries=[0], commitIndex=31, globalIndex=31] to localhost/127.0.0.1:5002
12:23:25.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=31] from localhost/127.0.0.1:5002
12:23:25.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=31] from localhost/127.0.0.1:5001
12:23:25.397 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5002]
12:23:25.398 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=32, term=2, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5002, timestamp=1451820205397]
12:23:25.398 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=31, logTerm=2, entries=[1], commitIndex=31, globalIndex=31] to localhost/127.0.0.1:5001
12:23:25.399 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=31, logTerm=2, entries=[1], commitIndex=31, globalIndex=31] to localhost/127.0.0.1:5002
12:23:25.405 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=32] from localhost/127.0.0.1:5001
12:23:25.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=32, term=2, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5002, timestamp=1451820205397]
12:23:25.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:25.413 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:25.413 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=33, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820205412]
12:23:25.413 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=32, logTerm=2, entries=[1], commitIndex=32, globalIndex=31] to localhost/127.0.0.1:5001
12:23:25.678 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:25.699 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=34, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820205678]
12:23:25.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5001]
12:23:25.975 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=35, term=2, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5001, timestamp=1451820205974]
12:23:26.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=32, logTerm=2, entries=[3], commitIndex=32, globalIndex=31] to localhost/127.0.0.1:5001
12:23:26.120 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:26.121 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:26.123 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:23:26.202 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:23:26.203 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=36, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820206202]
12:23:26.203 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=32, logTerm=2, entries=[0], commitIndex=32, globalIndex=31] to localhost/127.0.0.1:5001
12:23:26.204 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=31, logTerm=2, entries=[0], commitIndex=32, globalIndex=31] to localhost/127.0.0.1:5002
12:23:26.209 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=32] from localhost/127.0.0.1:5002
12:23:26.211 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=32, logTerm=2, entries=[4], commitIndex=32, globalIndex=31] to localhost/127.0.0.1:5002
12:23:26.217 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=33] from localhost/127.0.0.1:5001
12:23:26.218 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=33, logTerm=2, entries=[3], commitIndex=32, globalIndex=31] to localhost/127.0.0.1:5001
12:23:26.218 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=36] from localhost/127.0.0.1:5002
12:23:26.220 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=33, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820205412]
12:23:26.221 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=34, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820205678]
12:23:26.222 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=35, term=2, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5001, timestamp=1451820205974]
12:23:26.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:26.224 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=36, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820206202]
12:23:26.224 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:26.231 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:26.231 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:26.236 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=36] from localhost/127.0.0.1:5001
12:23:26.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:26.239 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=37, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820206238]
12:23:26.239 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=36, logTerm=2, entries=[1], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5001
12:23:26.240 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=36, logTerm=2, entries=[1], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5002
12:23:26.241 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:26.243 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=38, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820206241]
12:23:26.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=37] from localhost/127.0.0.1:5002
12:23:26.265 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=37, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820206238]
12:23:26.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=37, logTerm=2, entries=[1], commitIndex=37, globalIndex=36] to localhost/127.0.0.1:5002
12:23:26.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:26.270 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5002
12:23:26.275 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=38, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820206241]
12:23:26.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:26.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=36] to localhost/127.0.0.1:5002
12:23:26.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5002
12:23:26.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=36] to localhost/127.0.0.1:5002
12:23:26.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5002
12:23:26.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=36] to localhost/127.0.0.1:5002
12:23:26.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5002
12:23:26.958 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:27.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=36, logTerm=0, entries=[0], commitIndex=38, globalIndex=36] to localhost/127.0.0.1:5001
12:23:27.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=36] to localhost/127.0.0.1:5002
12:23:27.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=37] from localhost/127.0.0.1:5001
12:23:27.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=37, logTerm=2, entries=[1], commitIndex=38, globalIndex=36] to localhost/127.0.0.1:5001
12:23:27.141 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5001
12:23:27.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5001
12:23:27.574 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:27.575 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:27.706 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5002
12:23:27.707 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:27.710 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:23:27.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5001
12:23:27.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5002
12:23:27.874 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:27.878 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:23:27.882 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5002
12:23:28.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5001
12:23:28.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5002
12:23:28.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5002
12:23:28.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5001
12:23:28.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5001
12:23:28.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5002
12:23:28.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5002
12:23:28.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5001
12:23:28.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5001
12:23:28.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[0], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5002
12:23:28.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5001
12:23:28.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=38] from localhost/127.0.0.1:5002
12:23:28.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:28.781 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=39, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820208780]
12:23:28.781 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[1], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5001
12:23:28.782 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=38, logTerm=2, entries=[1], commitIndex=38, globalIndex=38] to localhost/127.0.0.1:5002
12:23:28.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=39] from localhost/127.0.0.1:5001
12:23:28.788 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=39, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820208780]
12:23:28.791 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:23:28.792 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=40, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820208791]
12:23:28.793 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=39, logTerm=2, entries=[1], commitIndex=39, globalIndex=38] to localhost/127.0.0.1:5001
12:23:28.795 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=39] from localhost/127.0.0.1:5002
12:23:28.798 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=39, logTerm=2, entries=[1], commitIndex=39, globalIndex=39] to localhost/127.0.0.1:5002
12:23:28.799 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:28.808 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=40] from localhost/127.0.0.1:5001
12:23:28.809 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=40, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820208791]
12:23:28.809 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:28.813 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=40] from localhost/127.0.0.1:5002
12:23:28.818 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:28.818 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=41, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820208818]
12:23:28.819 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=40, logTerm=2, entries=[1], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
12:23:28.820 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=40, logTerm=2, entries=[1], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
12:23:28.823 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5002
12:23:28.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=41, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820208818]
12:23:28.826 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5001
12:23:28.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:28.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:28.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:28.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5001
12:23:28.876 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5002
12:23:29.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:29.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:29.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5002
12:23:29.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:29.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5002
12:23:29.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:29.618 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:29.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5002
12:23:29.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:29.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:29.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5002
12:23:29.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5001
12:23:30.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:30.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:30.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5001
12:23:30.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:30.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5001
12:23:30.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:30.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5001
12:23:30.624 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:30.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:30.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:30.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5001
12:23:30.882 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5002
12:23:31.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:31.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[0], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:31.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5002
12:23:31.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=41] from localhost/127.0.0.1:5001
12:23:31.312 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:31.312 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=42, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820211312]
12:23:31.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[1], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5001
12:23:31.314 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=2, entries=[1], commitIndex=41, globalIndex=41] to localhost/127.0.0.1:5002
12:23:31.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=42] from localhost/127.0.0.1:5001
12:23:31.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=42, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820211312]
12:23:31.326 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:31.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:31.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=43, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820211337]
12:23:31.338 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=42, logTerm=2, entries=[1], commitIndex=42, globalIndex=41] to localhost/127.0.0.1:5001
12:23:31.341 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:31.341 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=43, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820211337]
12:23:31.341 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:31.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=41] to localhost/127.0.0.1:5001
12:23:31.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:31.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=41] to localhost/127.0.0.1:5001
12:23:31.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:31.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=41] to localhost/127.0.0.1:5001
12:23:31.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:31.881 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:32.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=41] to localhost/127.0.0.1:5001
12:23:32.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=41, logTerm=0, entries=[0], commitIndex=43, globalIndex=41] to localhost/127.0.0.1:5002
12:23:32.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=42] from localhost/127.0.0.1:5002
12:23:32.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=42, logTerm=2, entries=[1], commitIndex=43, globalIndex=41] to localhost/127.0.0.1:5002
12:23:32.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:32.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5002
12:23:32.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5001
12:23:32.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5002
12:23:32.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5002
12:23:32.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:32.575 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:32.575 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:32.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5001
12:23:32.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5002
12:23:32.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:32.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5001
12:23:32.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:33.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5001
12:23:33.120 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:33.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:33.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5001
12:23:33.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5002
12:23:33.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:33.388 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5002
12:23:33.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5001
12:23:33.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5002
12:23:33.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5001
12:23:33.629 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=43] from localhost/127.0.0.1:5002
12:23:33.844 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:33.845 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=44, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820213844]
12:23:33.846 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[1], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5001
12:23:33.849 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=43, logTerm=2, entries=[1], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5002
12:23:33.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:33.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=45, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820213864]
12:23:33.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=44] from localhost/127.0.0.1:5002
12:23:33.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=44, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820213844]
12:23:33.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=44, logTerm=2, entries=[1], commitIndex=44, globalIndex=43] to localhost/127.0.0.1:5002
12:23:33.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=44] from localhost/127.0.0.1:5001
12:23:33.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=44, logTerm=2, entries=[1], commitIndex=44, globalIndex=44] to localhost/127.0.0.1:5001
12:23:33.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:33.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5001
12:23:33.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=45, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820213864]
12:23:33.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:33.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:34.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:34.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:34.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5001
12:23:34.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:34.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:34.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:34.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:34.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:34.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:34.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:34.869 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:34.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:35.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:35.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:35.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:35.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5001
12:23:35.160 [copycat-compactor-1] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
12:23:35.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:35.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:35.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5001
12:23:35.383 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:35.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:35.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:35.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:35.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5001
12:23:35.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:35.960 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:35.964 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5001
12:23:35.965 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:36.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:36.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:36.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5001
12:23:36.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:36.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:36.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:36.382 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:36.383 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=46, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820216382]
12:23:36.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:36.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=47, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820216386]
12:23:36.871 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:36.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[0], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:36.880 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[2], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
12:23:36.884 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:36.885 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:23:36.892 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5001
12:23:36.892 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=2, entries=[2], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
12:23:36.894 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5001
12:23:36.894 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=46, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820216382]
12:23:36.894 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=47, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820216386]
12:23:36.895 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:36.895 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:37.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=45] to localhost/127.0.0.1:5001
12:23:37.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=0, entries=[0], commitIndex=47, globalIndex=45] to localhost/127.0.0.1:5002
12:23:37.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5001
12:23:37.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=45] from localhost/127.0.0.1:5002
12:23:37.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=45, logTerm=0, entries=[2], commitIndex=47, globalIndex=45] to localhost/127.0.0.1:5002
12:23:37.132 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:37.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5001
12:23:37.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:37.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5001
12:23:37.378 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:37.576 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:37.576 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:37.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5001
12:23:37.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:37.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:37.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5001
12:23:37.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5001
12:23:37.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:37.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5001
12:23:37.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:38.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5001
12:23:38.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:38.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5001
12:23:38.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:38.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5001
12:23:38.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:38.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5001
12:23:38.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:38.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5001
12:23:38.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:38.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:38.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:38.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:39.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:39.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:39.130 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:39.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5001
12:23:39.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[0], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5002
12:23:39.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5001
12:23:39.405 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:39.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=48, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820219405]
12:23:39.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=2, entries=[1], commitIndex=47, globalIndex=47] to localhost/127.0.0.1:5001
12:23:39.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:39.421 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=49, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820219419]
12:23:39.423 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=48] from localhost/127.0.0.1:5001
12:23:39.424 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=48, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820219405]
12:23:39.425 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=48, logTerm=2, entries=[1], commitIndex=48, globalIndex=47] to localhost/127.0.0.1:5001
12:23:39.426 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:39.434 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:39.435 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=49, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820219419]
12:23:39.436 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:39.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=47] to localhost/127.0.0.1:5001
12:23:39.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:39.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=47] to localhost/127.0.0.1:5001
12:23:39.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:39.874 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:40.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=47] to localhost/127.0.0.1:5001
12:23:40.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=0, entries=[0], commitIndex=49, globalIndex=47] to localhost/127.0.0.1:5002
12:23:40.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:40.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=47] from localhost/127.0.0.1:5002
12:23:40.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=47, logTerm=0, entries=[2], commitIndex=49, globalIndex=47] to localhost/127.0.0.1:5002
12:23:40.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5002
12:23:40.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5001
12:23:40.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5002
12:23:40.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:40.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5002
12:23:40.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5001
12:23:40.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5002
12:23:40.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:40.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5002
12:23:40.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5001
12:23:40.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5002
12:23:40.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:41.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5001
12:23:41.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:41.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5001
12:23:41.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:41.372 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:41.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5001
12:23:41.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5002
12:23:41.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:41.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5001
12:23:41.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5001
12:23:41.936 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:41.937 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=50, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820221936]
12:23:41.938 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=2, entries=[1], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5001
12:23:41.945 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=50] from localhost/127.0.0.1:5001
12:23:41.945 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=50, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820221936]
12:23:41.945 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:41.946 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=51, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820221945]
12:23:41.946 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=50, logTerm=2, entries=[1], commitIndex=50, globalIndex=49] to localhost/127.0.0.1:5001
12:23:41.947 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:41.954 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5001
12:23:41.954 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=51, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820221945]
12:23:41.956 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:42.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=49] to localhost/127.0.0.1:5001
12:23:42.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5001
12:23:42.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=49] to localhost/127.0.0.1:5001
12:23:42.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5001
12:23:42.370 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:42.577 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:42.577 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:42.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=49] to localhost/127.0.0.1:5001
12:23:42.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=0, entries=[0], commitIndex=51, globalIndex=49] to localhost/127.0.0.1:5002
12:23:42.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5001
12:23:42.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=49] from localhost/127.0.0.1:5002
12:23:42.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=49, logTerm=0, entries=[2], commitIndex=51, globalIndex=49] to localhost/127.0.0.1:5002
12:23:42.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5002
12:23:42.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5001
12:23:42.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5002
12:23:42.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5001
12:23:42.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5002
12:23:43.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5001
12:23:43.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5002
12:23:43.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5001
12:23:43.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5002
12:23:43.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5001
12:23:43.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5002
12:23:43.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5002
12:23:43.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5002
12:23:43.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5001
12:23:43.873 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:43.874 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:23:44.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5001
12:23:44.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5002
12:23:44.130 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:44.132 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:23:44.140 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5001
12:23:44.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5001
12:23:44.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[0], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5002
12:23:44.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5002
12:23:44.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=51] from localhost/127.0.0.1:5001
12:23:44.456 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:44.457 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=52, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820224456]
12:23:44.458 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[1], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5001
12:23:44.459 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=51, logTerm=2, entries=[1], commitIndex=51, globalIndex=51] to localhost/127.0.0.1:5002
12:23:44.471 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=52] from localhost/127.0.0.1:5002
12:23:44.471 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=52, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820224456]
12:23:44.472 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:44.474 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:44.474 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=53, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820224474]
12:23:44.474 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=52, logTerm=2, entries=[1], commitIndex=52, globalIndex=51] to localhost/127.0.0.1:5002
12:23:44.474 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=52] from localhost/127.0.0.1:5001
12:23:44.474 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=52, logTerm=2, entries=[1], commitIndex=52, globalIndex=52] to localhost/127.0.0.1:5001
12:23:44.480 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5001
12:23:44.481 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=53, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820224474]
12:23:44.481 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:44.488 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5002
12:23:44.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:44.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5002
12:23:44.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5001
12:23:44.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:44.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5001
12:23:45.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:45.120 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:45.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5002
12:23:45.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5002
12:23:45.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5002
12:23:45.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5002
12:23:45.629 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:45.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:45.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5002
12:23:45.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5001
12:23:46.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:46.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5001
12:23:46.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:46.370 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:46.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5001
12:23:46.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:46.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5002
12:23:46.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5001
12:23:46.631 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5002
12:23:46.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:46.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[0], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5002
12:23:46.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5001
12:23:46.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=53] from localhost/127.0.0.1:5002
12:23:46.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:46.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=54, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820226982]
12:23:46.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[1], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5001
12:23:46.988 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=53, logTerm=2, entries=[1], commitIndex=53, globalIndex=53] to localhost/127.0.0.1:5002
12:23:46.994 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=54] from localhost/127.0.0.1:5002
12:23:46.995 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=54, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820226982]
12:23:46.997 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:47.001 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=54] from localhost/127.0.0.1:5001
12:23:47.002 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:47.002 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=55, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820227002]
12:23:47.002 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=54, logTerm=2, entries=[1], commitIndex=54, globalIndex=54] to localhost/127.0.0.1:5001
12:23:47.002 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=54, logTerm=2, entries=[1], commitIndex=54, globalIndex=54] to localhost/127.0.0.1:5002
12:23:47.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5002
12:23:47.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=55, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820227002]
12:23:47.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:47.016 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:47.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:47.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:47.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:47.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5002
12:23:47.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:47.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:47.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:47.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5002
12:23:47.578 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:47.578 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:47.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:47.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:47.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:47.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5002
12:23:47.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:47.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:47.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:47.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5002
12:23:48.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:48.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:48.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:48.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:48.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:48.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:48.619 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:48.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:48.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:48.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:48.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:48.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5002
12:23:49.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:49.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:49.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5002
12:23:49.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:49.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:49.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[0], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:49.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5002
12:23:49.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=55] from localhost/127.0.0.1:5001
12:23:49.504 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:49.505 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=56, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820229504]
12:23:49.506 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[1], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5001
12:23:49.507 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=55, logTerm=2, entries=[1], commitIndex=55, globalIndex=55] to localhost/127.0.0.1:5002
12:23:49.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=56] from localhost/127.0.0.1:5001
12:23:49.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=56, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820229504]
12:23:49.520 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:49.528 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:49.529 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=57, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820229528]
12:23:49.529 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=56, logTerm=2, entries=[1], commitIndex=56, globalIndex=55] to localhost/127.0.0.1:5001
12:23:49.529 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=56] from localhost/127.0.0.1:5002
12:23:49.529 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=56, logTerm=2, entries=[1], commitIndex=56, globalIndex=56] to localhost/127.0.0.1:5002
12:23:49.533 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:49.533 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=57, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820229528]
12:23:49.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:49.536 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5002
12:23:49.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:49.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5002
12:23:49.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5002
12:23:49.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:49.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:49.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5002
12:23:49.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5002
12:23:49.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:50.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:50.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5002
12:23:50.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5002
12:23:50.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:50.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:50.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5002
12:23:50.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:50.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5002
12:23:50.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:50.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5002
12:23:50.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5002
12:23:50.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:50.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:50.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5002
12:23:50.890 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5002
12:23:50.891 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:51.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:51.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5002
12:23:51.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:51.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:51.378 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:51.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:51.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:51.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:51.865 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:51.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5001
12:23:52.032 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=2, accepted=false]
12:23:52.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:52.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=58, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820232046]
12:23:52.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[1], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
12:23:52.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=2, entries=[0], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5002
12:23:52.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:52.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=58, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820232046]
12:23:52.051 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:52.055 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=57] from localhost/127.0.0.1:5002
12:23:52.055 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=57, logTerm=0, entries=[1], commitIndex=58, globalIndex=57] to localhost/127.0.0.1:5002
12:23:52.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5002
12:23:52.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:52.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:52.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5002
12:23:52.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:52.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:52.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:52.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5002
12:23:52.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:52.578 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:52.579 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:52.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:52.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:52.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:52.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:52.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:53.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:53.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:53.299 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:53.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:53.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:53.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:53.381 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5002
12:23:53.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:53.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:53.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:53.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5002
12:23:53.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:53.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:53.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:53.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5002
12:23:54.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:54.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:54.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:54.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5002
12:23:54.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5001
12:23:54.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[0], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:54.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5002
12:23:54.564 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:23:54.567 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=59, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820234564]
12:23:54.568 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=2, entries=[1], commitIndex=58, globalIndex=58] to localhost/127.0.0.1:5002
12:23:54.569 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:54.570 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=60, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820234569]
12:23:54.577 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=59] from localhost/127.0.0.1:5002
12:23:54.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=59, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820234564]
12:23:54.579 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:54.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=59, logTerm=2, entries=[1], commitIndex=59, globalIndex=58] to localhost/127.0.0.1:5002
12:23:54.585 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=60] from localhost/127.0.0.1:5002
12:23:54.585 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=60, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820234569]
12:23:54.586 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:54.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:54.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=61, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820234594]
12:23:54.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=60, logTerm=2, entries=[1], commitIndex=60, globalIndex=58] to localhost/127.0.0.1:5002
12:23:54.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:54.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=61, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820234594]
12:23:54.599 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:54.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=58] to localhost/127.0.0.1:5002
12:23:54.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:54.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=58] to localhost/127.0.0.1:5002
12:23:54.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:54.872 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:55.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=0, entries=[0], commitIndex=61, globalIndex=58] to localhost/127.0.0.1:5001
12:23:55.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=58] to localhost/127.0.0.1:5002
12:23:55.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:55.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=58] from localhost/127.0.0.1:5001
12:23:55.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=58, logTerm=0, entries=[2], commitIndex=61, globalIndex=58] to localhost/127.0.0.1:5001
12:23:55.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5001
12:23:55.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5001
12:23:55.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5002
12:23:55.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5001
12:23:55.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:55.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5001
12:23:55.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5002
12:23:55.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:55.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5001
12:23:55.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5001
12:23:55.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5002
12:23:55.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:55.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5001
12:23:56.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5001
12:23:56.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5002
12:23:56.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5001
12:23:56.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:56.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5001
12:23:56.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5002
12:23:56.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:56.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5002
12:23:56.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:56.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5002
12:23:56.866 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:56.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5002
12:23:57.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:57.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=62, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820237099]
12:23:57.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[0], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5001
12:23:57.102 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[1], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5002
12:23:57.107 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=61] from localhost/127.0.0.1:5001
12:23:57.107 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=61, logTerm=2, entries=[1], commitIndex=61, globalIndex=61] to localhost/127.0.0.1:5001
12:23:57.108 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=62] from localhost/127.0.0.1:5001
12:23:57.109 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=62, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820237099]
12:23:57.109 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:57.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=62, logTerm=2, entries=[0], commitIndex=62, globalIndex=61] to localhost/127.0.0.1:5001
12:23:57.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=62] from localhost/127.0.0.1:5002
12:23:57.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:23:57.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=63, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820237118]
12:23:57.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=62, logTerm=2, entries=[1], commitIndex=62, globalIndex=62] to localhost/127.0.0.1:5002
12:23:57.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=62] from localhost/127.0.0.1:5001
12:23:57.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=62, logTerm=2, entries=[1], commitIndex=62, globalIndex=62] to localhost/127.0.0.1:5001
12:23:57.134 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=63] from localhost/127.0.0.1:5002
12:23:57.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=63, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820237118]
12:23:57.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:23:57.139 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:57.139 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=64, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820237139]
12:23:57.140 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=63, logTerm=2, entries=[1], commitIndex=63, globalIndex=62] to localhost/127.0.0.1:5002
12:23:57.143 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=63] from localhost/127.0.0.1:5001
12:23:57.143 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=63, logTerm=2, entries=[1], commitIndex=63, globalIndex=63] to localhost/127.0.0.1:5001
12:23:57.144 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:57.144 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=64, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820237139]
12:23:57.146 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:57.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:57.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:57.579 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:23:57.580 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:23:57.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:57.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:57.853 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:57.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=63, logTerm=0, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5001
12:23:57.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:57.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:57.879 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5001
12:23:58.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5001
12:23:58.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:58.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5001
12:23:58.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:58.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5001
12:23:58.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:58.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:58.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:58.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:58.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:58.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:58.873 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:23:59.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5001
12:23:59.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:59.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:59.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5001
12:23:59.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5001
12:23:59.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:59.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5001
12:23:59.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:59.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5001
12:23:59.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[0], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:59.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5002
12:23:59.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=64] from localhost/127.0.0.1:5001
12:23:59.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:23:59.633 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=65, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820239632]
12:23:59.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[1], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5001
12:23:59.635 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=64, logTerm=2, entries=[1], commitIndex=64, globalIndex=63] to localhost/127.0.0.1:5002
12:23:59.638 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=65] from localhost/127.0.0.1:5001
12:23:59.639 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=65, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820239632]
12:23:59.639 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:59.640 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=65] from localhost/127.0.0.1:5002
12:23:59.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:23:59.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=66, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820239653]
12:23:59.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=65, logTerm=2, entries=[1], commitIndex=65, globalIndex=65] to localhost/127.0.0.1:5001
12:23:59.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=65, logTerm=2, entries=[1], commitIndex=65, globalIndex=65] to localhost/127.0.0.1:5002
12:23:59.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5002
12:23:59.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=66, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820239653]
12:23:59.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:23:59.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:23:59.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:23:59.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5002
12:23:59.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5002
12:23:59.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:00.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:00.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5002
12:24:00.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:00.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:00.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:00.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:00.618 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:00.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:00.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:00.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5002
12:24:00.886 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:00.890 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5002
12:24:01.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:01.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5002
12:24:01.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:01.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5002
12:24:01.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:01.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5002
12:24:01.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:01.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:01.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:01.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:01.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:01.885 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:02.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:02.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5002
12:24:02.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5002
12:24:02.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=66] from localhost/127.0.0.1:5001
12:24:02.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:02.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=67, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820242152]
12:24:02.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[1], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5001
12:24:02.160 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[1], commitIndex=66, globalIndex=66] to localhost/127.0.0.1:5002
12:24:02.162 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:02.163 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=68, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820242162]
12:24:02.165 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=67] from localhost/127.0.0.1:5002
12:24:02.165 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=67, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820242152]
12:24:02.166 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=67, logTerm=2, entries=[1], commitIndex=67, globalIndex=66] to localhost/127.0.0.1:5002
12:24:02.176 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:02.580 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:02.580 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:02.700 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:24:02.701 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=69, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820242700]
12:24:02.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=67, logTerm=2, entries=[2], commitIndex=67, globalIndex=66] to localhost/127.0.0.1:5002
12:24:02.866 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:02.867 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:02.868 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:03.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=66, logTerm=2, entries=[0], commitIndex=67, globalIndex=66] to localhost/127.0.0.1:5001
12:24:03.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=67, logTerm=2, entries=[0], commitIndex=67, globalIndex=66] to localhost/127.0.0.1:5002
12:24:03.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=67] from localhost/127.0.0.1:5001
12:24:03.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=67, logTerm=2, entries=[2], commitIndex=67, globalIndex=66] to localhost/127.0.0.1:5001
12:24:03.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=68] from localhost/127.0.0.1:5002
12:24:03.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=68, logTerm=2, entries=[1], commitIndex=67, globalIndex=66] to localhost/127.0.0.1:5002
12:24:03.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=69] from localhost/127.0.0.1:5002
12:24:03.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=68, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820242162]
12:24:03.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=69, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820242700]
12:24:03.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:24:03.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:03.137 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=70, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820243136]
12:24:03.137 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=69, logTerm=2, entries=[1], commitIndex=69, globalIndex=67] to localhost/127.0.0.1:5002
12:24:03.138 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:03.142 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=70] from localhost/127.0.0.1:5002
12:24:03.142 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=70, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820243136]
12:24:03.143 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:03.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=70, logTerm=2, entries=[0], commitIndex=70, globalIndex=67] to localhost/127.0.0.1:5002
12:24:03.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=70] from localhost/127.0.0.1:5002
12:24:03.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=70, logTerm=2, entries=[0], commitIndex=70, globalIndex=67] to localhost/127.0.0.1:5002
12:24:03.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=70] from localhost/127.0.0.1:5002
12:24:03.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=70, logTerm=2, entries=[0], commitIndex=70, globalIndex=67] to localhost/127.0.0.1:5002
12:24:03.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=70] from localhost/127.0.0.1:5002
12:24:03.866 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:04.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=67, logTerm=2, entries=[0], commitIndex=70, globalIndex=67] to localhost/127.0.0.1:5001
12:24:04.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=70, logTerm=2, entries=[0], commitIndex=70, globalIndex=67] to localhost/127.0.0.1:5002
12:24:04.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=70] from localhost/127.0.0.1:5002
12:24:04.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=70, logTerm=2, entries=[0], commitIndex=70, globalIndex=67] to localhost/127.0.0.1:5002
12:24:04.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=70] from localhost/127.0.0.1:5002
12:24:04.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=70, logTerm=2, entries=[0], commitIndex=70, globalIndex=67] to localhost/127.0.0.1:5002
12:24:04.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=70] from localhost/127.0.0.1:5002
12:24:04.684 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:04.685 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=71, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820244684]
12:24:04.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=70, logTerm=2, entries=[1], commitIndex=70, globalIndex=67] to localhost/127.0.0.1:5002
12:24:04.688 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5002
12:24:04.689 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=71, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820244684]
12:24:04.690 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:04.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=71, logTerm=2, entries=[0], commitIndex=71, globalIndex=67] to localhost/127.0.0.1:5002
12:24:04.865 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:04.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5002
12:24:05.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=67, logTerm=0, entries=[0], commitIndex=71, globalIndex=67] to localhost/127.0.0.1:5001
12:24:05.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=71, logTerm=2, entries=[0], commitIndex=71, globalIndex=67] to localhost/127.0.0.1:5002
12:24:05.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=69] from localhost/127.0.0.1:5001
12:24:05.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=69, logTerm=0, entries=[2], commitIndex=71, globalIndex=67] to localhost/127.0.0.1:5001
12:24:05.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5002
12:24:05.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5001
12:24:05.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=71, logTerm=2, entries=[0], commitIndex=71, globalIndex=71] to localhost/127.0.0.1:5001
12:24:05.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=71, logTerm=2, entries=[0], commitIndex=71, globalIndex=71] to localhost/127.0.0.1:5002
12:24:05.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5001
12:24:05.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5002
12:24:05.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=71, logTerm=2, entries=[0], commitIndex=71, globalIndex=71] to localhost/127.0.0.1:5001
12:24:05.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=71, logTerm=2, entries=[0], commitIndex=71, globalIndex=71] to localhost/127.0.0.1:5002
12:24:05.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5001
12:24:05.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5002
12:24:05.651 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:24:05.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=72, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820245651]
12:24:05.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=71, logTerm=2, entries=[1], commitIndex=71, globalIndex=71] to localhost/127.0.0.1:5001
12:24:05.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=71, logTerm=2, entries=[1], commitIndex=71, globalIndex=71] to localhost/127.0.0.1:5002
12:24:05.663 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=72] from localhost/127.0.0.1:5002
12:24:05.666 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=72, term=2, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820245651]
12:24:05.667 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:24:05.670 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=72] from localhost/127.0.0.1:5001
12:24:05.673 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:05.673 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=73, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820245673]
12:24:05.674 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=72, logTerm=2, entries=[1], commitIndex=72, globalIndex=72] to localhost/127.0.0.1:5001
12:24:05.674 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=72, logTerm=2, entries=[1], commitIndex=72, globalIndex=72] to localhost/127.0.0.1:5002
12:24:05.679 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5001
12:24:05.679 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=73, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820245673]
12:24:05.680 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:05.682 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5002
12:24:05.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5001
12:24:05.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5002
12:24:05.881 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5002
12:24:05.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5001
12:24:06.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5001
12:24:06.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5002
12:24:06.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5002
12:24:06.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5001
12:24:06.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5001
12:24:06.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5002
12:24:06.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5002
12:24:06.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5001
12:24:06.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5001
12:24:06.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5002
12:24:06.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5002
12:24:06.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5001
12:24:06.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5001
12:24:06.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5002
12:24:06.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5001
12:24:07.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5001
12:24:07.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5001
12:24:07.205 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:07.206 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=74, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820247205]
12:24:07.207 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[1], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5001
12:24:07.219 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=74] from localhost/127.0.0.1:5001
12:24:07.220 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=74, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820247205]
12:24:07.221 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:07.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=74, logTerm=2, entries=[0], commitIndex=74, globalIndex=73] to localhost/127.0.0.1:5001
12:24:07.371 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:07.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=74] from localhost/127.0.0.1:5001
12:24:07.581 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:07.581 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:07.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=74, logTerm=2, entries=[0], commitIndex=74, globalIndex=73] to localhost/127.0.0.1:5001
12:24:07.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[0], commitIndex=74, globalIndex=73] to localhost/127.0.0.1:5002
12:24:07.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=74] from localhost/127.0.0.1:5001
12:24:07.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=73] from localhost/127.0.0.1:5002
12:24:07.626 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=2, entries=[1], commitIndex=74, globalIndex=73] to localhost/127.0.0.1:5002
12:24:07.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=74, logTerm=2, entries=[0], commitIndex=74, globalIndex=73] to localhost/127.0.0.1:5001
12:24:07.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=74] from localhost/127.0.0.1:5001
12:24:08.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=74, logTerm=2, entries=[0], commitIndex=74, globalIndex=73] to localhost/127.0.0.1:5001
12:24:08.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=74] from localhost/127.0.0.1:5001
12:24:08.189 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:08.190 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=75, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820248189]
12:24:08.191 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=74, logTerm=2, entries=[1], commitIndex=74, globalIndex=73] to localhost/127.0.0.1:5001
12:24:08.195 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=75] from localhost/127.0.0.1:5001
12:24:08.195 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=75, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820248189]
12:24:08.196 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:08.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[0], commitIndex=75, globalIndex=73] to localhost/127.0.0.1:5001
12:24:08.370 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:08.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=75] from localhost/127.0.0.1:5001
12:24:08.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[0], commitIndex=75, globalIndex=73] to localhost/127.0.0.1:5001
12:24:08.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=73, logTerm=0, entries=[0], commitIndex=75, globalIndex=73] to localhost/127.0.0.1:5002
12:24:08.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=74] from localhost/127.0.0.1:5002
12:24:08.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=74, logTerm=2, entries=[1], commitIndex=75, globalIndex=73] to localhost/127.0.0.1:5002
12:24:08.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=75] from localhost/127.0.0.1:5001
12:24:08.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=75] from localhost/127.0.0.1:5002
12:24:08.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[0], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5001
12:24:08.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[0], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5002
12:24:09.367 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:09.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[0], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5001
12:24:09.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[0], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5002
12:24:09.371 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:09.372 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:09.379 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=75] from localhost/127.0.0.1:5001
12:24:09.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[0], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5001
12:24:09.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[0], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5002
12:24:09.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=75] from localhost/127.0.0.1:5002
12:24:09.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=75] from localhost/127.0.0.1:5001
12:24:09.730 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:09.730 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=76, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820249730]
12:24:09.730 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[1], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5001
12:24:09.730 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=75, logTerm=2, entries=[1], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5002
12:24:09.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=76] from localhost/127.0.0.1:5002
12:24:09.734 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=76, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820249730]
12:24:09.734 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=76] from localhost/127.0.0.1:5001
12:24:09.734 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:09.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5001
12:24:09.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5002
12:24:09.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=76] from localhost/127.0.0.1:5001
12:24:10.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5001
12:24:10.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5002
12:24:10.367 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:10.368 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:10.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5001
12:24:10.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5002
12:24:10.628 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:10.633 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:10.706 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:10.707 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=77, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820250706]
12:24:10.707 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5001
12:24:10.711 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=76] from localhost/127.0.0.1:5001
12:24:10.711 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[1], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5001
12:24:10.717 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=77] from localhost/127.0.0.1:5001
12:24:10.718 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=77, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820250706]
12:24:10.720 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:10.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=77, logTerm=2, entries=[0], commitIndex=77, globalIndex=76] to localhost/127.0.0.1:5001
12:24:10.915 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=77] from localhost/127.0.0.1:5001
12:24:11.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=77, logTerm=2, entries=[0], commitIndex=77, globalIndex=76] to localhost/127.0.0.1:5001
12:24:11.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=77] from localhost/127.0.0.1:5001
12:24:11.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=77, logTerm=2, entries=[0], commitIndex=77, globalIndex=76] to localhost/127.0.0.1:5001
12:24:11.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=77] from localhost/127.0.0.1:5001
12:24:11.378 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:11.382 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=78, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 78
12:24:11.387 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=78, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:24:11.388 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[0], commitIndex=77, globalIndex=76] to localhost/127.0.0.1:5002
12:24:11.400 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:24:11.401 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=77, logTerm=2, entries=[1], commitIndex=77, globalIndex=76] to localhost/127.0.0.1:5001
12:24:11.412 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=76] from localhost/127.0.0.1:5002
12:24:11.412 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=78, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:24:11.418 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5002
12:24:11.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=76, logTerm=2, entries=[2], commitIndex=77, globalIndex=76] to localhost/127.0.0.1:5002
12:24:11.423 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=78] from localhost/127.0.0.1:5001
12:24:11.427 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=78] from localhost/127.0.0.1:5002
12:24:11.428 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=79, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 79
12:24:11.429 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=79, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:24:11.429 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=79, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:24:11.441 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:24:11.442 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=78, logTerm=2, entries=[1], commitIndex=78, globalIndex=78] to localhost/127.0.0.1:5001
12:24:11.443 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5002
12:24:11.444 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=78, logTerm=2, entries=[1], commitIndex=78, globalIndex=78] to localhost/127.0.0.1:5002
12:24:11.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=79] from localhost/127.0.0.1:5001
12:24:11.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=79, logTerm=2, entries=[0], commitIndex=79, globalIndex=78] to localhost/127.0.0.1:5001
12:24:11.626 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=79] from localhost/127.0.0.1:5001
12:24:11.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=79, logTerm=2, entries=[0], commitIndex=79, globalIndex=78] to localhost/127.0.0.1:5001
12:24:11.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=79] from localhost/127.0.0.1:5001
12:24:12.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=79, logTerm=2, entries=[0], commitIndex=79, globalIndex=78] to localhost/127.0.0.1:5001
12:24:12.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=79] from localhost/127.0.0.1:5001
12:24:12.142 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:12.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:12.246 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=80, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820252245]
12:24:12.248 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=79, logTerm=2, entries=[1], commitIndex=79, globalIndex=78] to localhost/127.0.0.1:5001
12:24:12.253 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=78, logTerm=2, entries=[0], commitIndex=79, globalIndex=78] to localhost/127.0.0.1:5002
12:24:12.259 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=80] from localhost/127.0.0.1:5001
12:24:12.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=78, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:24:12.265 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=79, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:24:12.265 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=80, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820252245]
12:24:12.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:12.269 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=79] from localhost/127.0.0.1:5002
12:24:12.269 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=79, logTerm=2, entries=[1], commitIndex=80, globalIndex=78] to localhost/127.0.0.1:5002
12:24:12.272 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=80] from localhost/127.0.0.1:5002
12:24:12.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=80, logTerm=2, entries=[0], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5001
12:24:12.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=80, logTerm=2, entries=[0], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5002
12:24:12.581 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:12.582 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:12.958 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:13.005 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=80, logTerm=2, entries=[0], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5001
12:24:13.009 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=80, logTerm=2, entries=[0], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5002
12:24:13.011 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:13.013 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:13.016 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=80] from localhost/127.0.0.1:5001
12:24:13.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=80, logTerm=2, entries=[0], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5001
12:24:13.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=80, logTerm=2, entries=[0], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5002
12:24:13.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=80] from localhost/127.0.0.1:5001
12:24:13.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=80] from localhost/127.0.0.1:5002
12:24:13.230 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:13.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=81, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820253230]
12:24:13.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=80, logTerm=2, entries=[1], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5001
12:24:13.234 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=80, logTerm=2, entries=[1], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5002
12:24:13.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5001
12:24:13.239 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=81, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820253230]
12:24:13.239 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5002
12:24:13.240 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:13.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5001
12:24:13.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5002
12:24:13.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5001
12:24:13.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5002
12:24:13.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5001
12:24:13.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5002
12:24:13.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5002
12:24:13.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5001
12:24:13.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5001
12:24:13.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5002
12:24:13.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5001
12:24:13.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5002
12:24:14.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5001
12:24:14.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5002
12:24:14.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5001
12:24:14.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5002
12:24:14.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5001
12:24:14.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5002
12:24:14.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5002
12:24:14.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5001
12:24:14.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5001
12:24:14.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[0], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5002
12:24:14.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5002
12:24:14.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5001
12:24:14.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:14.781 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=82, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820254780]
12:24:14.782 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[1], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5001
12:24:14.783 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=81, logTerm=2, entries=[1], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5002
12:24:14.790 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5001
12:24:14.791 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=82, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820254780]
12:24:14.792 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:14.794 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5002
12:24:14.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[0], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5001
12:24:14.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[0], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5002
12:24:14.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5001
12:24:14.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5002
12:24:15.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[0], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5001
12:24:15.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[0], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5002
12:24:15.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5001
12:24:15.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5002
12:24:15.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[0], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5001
12:24:15.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[0], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5002
12:24:15.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5002
12:24:15.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[0], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5002
12:24:15.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5002
12:24:15.747 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:15.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=83, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820255747]
12:24:15.751 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[1], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5002
12:24:15.756 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=83] from localhost/127.0.0.1:5002
12:24:15.757 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=83, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820255747]
12:24:15.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:15.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=82] to localhost/127.0.0.1:5002
12:24:15.953 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=83] from localhost/127.0.0.1:5002
12:24:16.011 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:16.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[0], commitIndex=83, globalIndex=82] to localhost/127.0.0.1:5001
12:24:16.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=82] to localhost/127.0.0.1:5002
12:24:16.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=83] from localhost/127.0.0.1:5002
12:24:16.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=82] from localhost/127.0.0.1:5001
12:24:16.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=82, logTerm=2, entries=[1], commitIndex=83, globalIndex=82] to localhost/127.0.0.1:5001
12:24:16.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=83] from localhost/127.0.0.1:5001
12:24:16.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=83] to localhost/127.0.0.1:5001
12:24:16.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=83] to localhost/127.0.0.1:5002
12:24:16.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=83] from localhost/127.0.0.1:5002
12:24:16.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=83] to localhost/127.0.0.1:5002
12:24:16.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=83] to localhost/127.0.0.1:5001
12:24:16.870 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:16.871 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:17.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=83] to localhost/127.0.0.1:5001
12:24:17.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=83] to localhost/127.0.0.1:5002
12:24:17.124 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:17.128 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:17.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=83] from localhost/127.0.0.1:5001
12:24:17.303 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:17.304 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=84, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820257303]
12:24:17.305 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[1], commitIndex=83, globalIndex=83] to localhost/127.0.0.1:5001
12:24:17.306 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[0], commitIndex=83, globalIndex=83] to localhost/127.0.0.1:5002
12:24:17.310 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5001
12:24:17.310 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=84, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820257303]
12:24:17.310 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:17.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=83] from localhost/127.0.0.1:5002
12:24:17.318 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=83, logTerm=2, entries=[1], commitIndex=84, globalIndex=83] to localhost/127.0.0.1:5002
12:24:17.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5002
12:24:17.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[0], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5001
12:24:17.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[0], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5002
12:24:17.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5002
12:24:17.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5001
12:24:17.582 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:17.582 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:17.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[0], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5001
12:24:17.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[0], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5002
12:24:17.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5002
12:24:17.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5001
12:24:17.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[0], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5001
12:24:17.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[0], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5002
12:24:17.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5001
12:24:17.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5002
12:24:18.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[0], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5001
12:24:18.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[0], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5002
12:24:18.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5002
12:24:18.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=84] from localhost/127.0.0.1:5001
12:24:18.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:18.268 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=85, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820258267]
12:24:18.268 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[1], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5001
12:24:18.269 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=84, logTerm=2, entries=[1], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5002
12:24:18.273 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5001
12:24:18.273 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=85, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820258267]
12:24:18.274 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:18.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5002
12:24:18.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
12:24:18.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5002
12:24:18.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5001
12:24:18.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5002
12:24:18.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
12:24:18.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5002
12:24:18.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5002
12:24:18.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5001
12:24:18.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
12:24:18.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5002
12:24:18.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5001
12:24:18.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5002
12:24:19.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
12:24:19.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5002
12:24:19.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5002
12:24:19.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5002
12:24:19.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
12:24:19.628 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:19.629 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:19.826 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:19.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=86, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820259826]
12:24:19.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
12:24:19.838 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5001
12:24:19.839 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[1], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
12:24:20.062 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:20.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5002
12:24:20.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=85] from localhost/127.0.0.1:5002
12:24:20.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[1], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5002
12:24:20.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=86] from localhost/127.0.0.1:5002
12:24:20.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=86, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820259826]
12:24:20.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:20.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=86, logTerm=2, entries=[0], commitIndex=86, globalIndex=85] to localhost/127.0.0.1:5002
12:24:20.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=86] from localhost/127.0.0.1:5002
12:24:20.584 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:20.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=85, logTerm=2, entries=[0], commitIndex=86, globalIndex=85] to localhost/127.0.0.1:5001
12:24:20.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=86, logTerm=2, entries=[0], commitIndex=86, globalIndex=85] to localhost/127.0.0.1:5002
12:24:20.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=86] from localhost/127.0.0.1:5002
12:24:20.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=86] from localhost/127.0.0.1:5001
12:24:20.788 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:20.788 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=87, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820260788]
12:24:20.789 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=86, logTerm=2, entries=[1], commitIndex=86, globalIndex=85] to localhost/127.0.0.1:5001
12:24:20.790 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=86, logTerm=2, entries=[1], commitIndex=86, globalIndex=85] to localhost/127.0.0.1:5002
12:24:20.795 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5002
12:24:20.796 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=87, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820260788]
12:24:20.796 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:20.799 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:20.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:20.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5002
12:24:20.887 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5002
12:24:20.892 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:21.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:21.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5002
12:24:21.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5002
12:24:21.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:21.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:21.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5002
12:24:21.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:21.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:21.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:21.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:21.867 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:21.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:22.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:22.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5002
12:24:22.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:22.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5002
12:24:22.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:22.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5002
12:24:22.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:22.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5002
12:24:22.583 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:22.583 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:22.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:22.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5002
12:24:22.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5002
12:24:22.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=87] from localhost/127.0.0.1:5001
12:24:22.639 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:22.640 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=88, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820262639]
12:24:22.640 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[1], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
12:24:22.641 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[1], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5002
12:24:22.644 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=88] from localhost/127.0.0.1:5001
12:24:22.645 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=88, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820262639]
12:24:22.645 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:22.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=88, logTerm=2, entries=[0], commitIndex=88, globalIndex=87] to localhost/127.0.0.1:5001
12:24:22.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=88] from localhost/127.0.0.1:5001
12:24:23.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=88, logTerm=2, entries=[0], commitIndex=88, globalIndex=87] to localhost/127.0.0.1:5001
12:24:23.305 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:23.306 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=89, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820263305]
12:24:23.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[2], commitIndex=88, globalIndex=87] to localhost/127.0.0.1:5002
12:24:23.369 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:23.370 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:23.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=88, logTerm=2, entries=[1], commitIndex=88, globalIndex=87] to localhost/127.0.0.1:5001
12:24:23.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=87, logTerm=2, entries=[0], commitIndex=88, globalIndex=87] to localhost/127.0.0.1:5002
12:24:23.618 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:23.619 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:23.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=88] from localhost/127.0.0.1:5002
12:24:23.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=88, logTerm=2, entries=[1], commitIndex=88, globalIndex=87] to localhost/127.0.0.1:5002
12:24:23.629 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=89] from localhost/127.0.0.1:5002
12:24:23.630 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=89, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820263305]
12:24:23.631 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:23.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=88, logTerm=2, entries=[0], commitIndex=89, globalIndex=88] to localhost/127.0.0.1:5001
12:24:23.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=89, logTerm=2, entries=[0], commitIndex=89, globalIndex=88] to localhost/127.0.0.1:5002
12:24:23.876 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=2, accepted=false]
12:24:23.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=88] from localhost/127.0.0.1:5001
12:24:23.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=88, logTerm=2, entries=[1], commitIndex=89, globalIndex=88] to localhost/127.0.0.1:5001
12:24:23.880 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received JoinRequest[member=Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]
12:24:23.881 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent JoinResponse[status=OK, index=79, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:24:23.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=89] from localhost/127.0.0.1:5001
12:24:23.915 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=de9cea25-e5a9-4e25-b313-cf1707225c4c, address=localhost/127.0.0.1:5001]
12:24:23.916 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=90, term=2, client=de9cea25-e5a9-4e25-b313-cf1707225c4c, address=localhost/127.0.0.1:5001, timestamp=1451820263915]
12:24:23.916 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=89, logTerm=2, entries=[1], commitIndex=89, globalIndex=89] to localhost/127.0.0.1:5001
12:24:23.919 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=90] from localhost/127.0.0.1:5001
12:24:23.920 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=90, term=2, client=de9cea25-e5a9-4e25-b313-cf1707225c4c, address=localhost/127.0.0.1:5001, timestamp=1451820263915]
12:24:23.921 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:24:23.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received RegisterRequest[client=de9cea25-e5a9-4e25-b313-cf1707225c4c]
12:24:23.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=91, term=2, client=de9cea25-e5a9-4e25-b313-cf1707225c4c, timeout=1451820263929]
12:24:23.930 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=90, logTerm=2, entries=[1], commitIndex=90, globalIndex=89] to localhost/127.0.0.1:5001
12:24:23.933 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=91] from localhost/127.0.0.1:5001
12:24:23.934 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=91, term=2, client=de9cea25-e5a9-4e25-b313-cf1707225c4c, timeout=1451820263929]
12:24:23.934 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 91 - State changed: OPEN
12:24:23.935 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent RegisterResponse[status=OK, session=91, 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:24:23.964 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=de9cea25-e5a9-4e25-b313-cf1707225c4c, address=localhost/127.0.0.1:5001]
12:24:23.966 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=92, term=2, client=de9cea25-e5a9-4e25-b313-cf1707225c4c, address=localhost/127.0.0.1:5001, timestamp=1451820263964]
12:24:23.967 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=91, logTerm=2, entries=[1], commitIndex=91, globalIndex=89] to localhost/127.0.0.1:5001
12:24:23.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=92] from localhost/127.0.0.1:5001
12:24:23.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=92, term=2, client=de9cea25-e5a9-4e25-b313-cf1707225c4c, address=localhost/127.0.0.1:5001, timestamp=1451820263964]
12:24:23.975 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:24:24.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=92, logTerm=2, entries=[0], commitIndex=92, globalIndex=89] to localhost/127.0.0.1:5001
12:24:24.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=92] from localhost/127.0.0.1:5001
12:24:24.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=92, logTerm=2, entries=[0], commitIndex=92, globalIndex=89] to localhost/127.0.0.1:5001
12:24:24.370 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:24.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=92] from localhost/127.0.0.1:5001
12:24:24.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=92, logTerm=2, entries=[0], commitIndex=92, globalIndex=89] to localhost/127.0.0.1:5001
12:24:24.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=89, logTerm=2, entries=[0], commitIndex=92, globalIndex=89] to localhost/127.0.0.1:5002
12:24:24.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=89] from localhost/127.0.0.1:5002
12:24:24.631 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=89, logTerm=2, entries=[3], commitIndex=92, globalIndex=89] to localhost/127.0.0.1:5002
12:24:24.631 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=92] from localhost/127.0.0.1:5001
12:24:24.650 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=92] from localhost/127.0.0.1:5002
12:24:24.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=92, logTerm=2, entries=[0], commitIndex=92, globalIndex=92] to localhost/127.0.0.1:5001
12:24:24.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=92, logTerm=2, entries=[0], commitIndex=92, globalIndex=92] to localhost/127.0.0.1:5002
12:24:24.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=92] from localhost/127.0.0.1:5001
12:24:24.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=92] from localhost/127.0.0.1:5002
12:24:24.967 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received CommandRequest[session=91, sequence=1, command=io.atomix.manager.GetResource@661ca27d]
12:24:24.968 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=93, term=2, session=91, sequence=1, timestamp=1451820264967, command=io.atomix.manager.GetResource@661ca27d] to log at index 93
12:24:24.969 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=92, logTerm=2, entries=[1], commitIndex=92, globalIndex=92] to localhost/127.0.0.1:5001
12:24:24.970 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=92, logTerm=2, entries=[1], commitIndex=92, globalIndex=92] to localhost/127.0.0.1:5002
12:24:24.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=93] from localhost/127.0.0.1:5001
12:24:24.975 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=93, term=2, session=91, sequence=1, timestamp=1451820264967, command=io.atomix.manager.GetResource@13e81feb]
12:24:24.976 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent CommandResponse[status=OK, index=93, result=93]
12:24:24.978 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=93] from localhost/127.0.0.1:5002
12:24:24.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received CommandRequest[session=91, sequence=2, command=InstanceCommand[resource=93, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@257848d1, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
12:24:24.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=94, term=2, session=91, sequence=2, timestamp=1451820264984, command=InstanceCommand[resource=93, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@257848d1, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 94
12:24:24.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=93, logTerm=2, entries=[1], commitIndex=93, globalIndex=93] to localhost/127.0.0.1:5001
12:24:24.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=93, logTerm=2, entries=[1], commitIndex=93, globalIndex=93] to localhost/127.0.0.1:5002
12:24:24.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=94] from localhost/127.0.0.1:5001
12:24:24.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=94, term=2, session=91, sequence=2, timestamp=1451820264984, command=InstanceCommand[resource=93, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@58fd7b4d, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
12:24:24.988 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent CommandResponse[status=OK, index=94, result=null]
12:24:25.006 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=94] from localhost/127.0.0.1:5002
12:24:25.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=94, logTerm=2, entries=[0], commitIndex=94, globalIndex=94] to localhost/127.0.0.1:5001
12:24:25.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=94, logTerm=2, entries=[0], commitIndex=94, globalIndex=94] to localhost/127.0.0.1:5002
12:24:25.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=94] from localhost/127.0.0.1:5001
12:24:25.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=94] from localhost/127.0.0.1:5002
12:24:25.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:25.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=95, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820265154]
12:24:25.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=94, logTerm=2, entries=[1], commitIndex=94, globalIndex=94] to localhost/127.0.0.1:5001
12:24:25.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=94, logTerm=2, entries=[1], commitIndex=94, globalIndex=94] to localhost/127.0.0.1:5002
12:24:25.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5001
12:24:25.162 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=95, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820265154]
12:24:25.163 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:25.167 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5002
12:24:25.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[0], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5001
12:24:25.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[0], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5002
12:24:25.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5001
12:24:25.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5002
12:24:25.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[0], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5001
12:24:25.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[0], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5002
12:24:25.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5001
12:24:25.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5002
12:24:25.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[0], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5001
12:24:25.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[0], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5002
12:24:25.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5001
12:24:25.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5002
12:24:26.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[0], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5001
12:24:26.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[0], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5002
12:24:26.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5001
12:24:26.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=95] from localhost/127.0.0.1:5002
12:24:26.143 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:26.144 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=96, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820266143]
12:24:26.145 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[1], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5001
12:24:26.145 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=95, logTerm=2, entries=[1], commitIndex=95, globalIndex=95] to localhost/127.0.0.1:5002
12:24:26.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=96] from localhost/127.0.0.1:5002
12:24:26.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=96, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820266143]
12:24:26.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=96] from localhost/127.0.0.1:5001
12:24:26.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:26.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5001
12:24:26.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5002
12:24:26.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=96] from localhost/127.0.0.1:5001
12:24:26.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=96] from localhost/127.0.0.1:5002
12:24:26.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5001
12:24:26.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5002
12:24:26.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=96] from localhost/127.0.0.1:5002
12:24:26.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5002
12:24:27.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5001
12:24:27.119 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:27.120 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:27.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5001
12:24:27.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5002
12:24:27.377 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:27.379 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:27.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=96] from localhost/127.0.0.1:5001
12:24:27.583 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:27.584 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:27.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5001
12:24:27.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[0], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5002
12:24:27.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=96] from localhost/127.0.0.1:5001
12:24:27.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=96] from localhost/127.0.0.1:5002
12:24:27.677 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:27.678 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=97, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820267677]
12:24:27.678 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[1], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5001
12:24:27.679 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=96, logTerm=2, entries=[1], commitIndex=96, globalIndex=96] to localhost/127.0.0.1:5002
12:24:27.684 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=97] from localhost/127.0.0.1:5001
12:24:27.685 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=97, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820267677]
12:24:27.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:27.689 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=97] from localhost/127.0.0.1:5002
12:24:27.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
12:24:27.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5002
12:24:27.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=97] from localhost/127.0.0.1:5001
12:24:28.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
12:24:28.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=97] from localhost/127.0.0.1:5001
12:24:28.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
12:24:28.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=97] from localhost/127.0.0.1:5001
12:24:28.374 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:28.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
12:24:28.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5002
12:24:28.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=97] from localhost/127.0.0.1:5001
12:24:28.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=97] from localhost/127.0.0.1:5002
12:24:28.665 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:28.666 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=98, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820268665]
12:24:28.667 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=97, logTerm=2, entries=[1], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
12:24:28.668 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=97, logTerm=2, entries=[1], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5002
12:24:28.672 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5002
12:24:28.673 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=98, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820268665]
12:24:28.673 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:28.675 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5001
12:24:28.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5001
12:24:28.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5002
12:24:28.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5002
12:24:28.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5001
12:24:29.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5001
12:24:29.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5002
12:24:29.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5002
12:24:29.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5001
12:24:29.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5001
12:24:29.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5002
12:24:29.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5002
12:24:29.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5001
12:24:29.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5001
12:24:29.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5002
12:24:29.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5002
12:24:29.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5001
12:24:29.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5001
12:24:29.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5002
12:24:30.202 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:30.202 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=99, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820270202]
12:24:30.369 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:30.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[1], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5001
12:24:30.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5002
12:24:30.382 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:30.383 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:30.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5002
12:24:30.387 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[1], commitIndex=98, globalIndex=98] to localhost/127.0.0.1:5002
12:24:30.391 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=99] from localhost/127.0.0.1:5002
12:24:30.392 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=99, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820270202]
12:24:30.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 91 - State changed: UNSTABLE
12:24:30.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:30.405 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Detected expired session: 91
12:24:30.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended UnregisterEntry[index=100, term=2, session=91, expired=true, timestamp=1451820270405]
12:24:30.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[0], commitIndex=99, globalIndex=98] to localhost/127.0.0.1:5001
12:24:30.407 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=99, logTerm=2, entries=[1], commitIndex=99, globalIndex=98] to localhost/127.0.0.1:5002
12:24:30.422 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=100] from localhost/127.0.0.1:5002
12:24:30.422 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying UnregisterEntry[index=100, term=2, session=91, expired=true, timestamp=1451820270405]
12:24:30.422 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 91 - State changed: EXPIRED
12:24:30.422 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=98] from localhost/127.0.0.1:5001
12:24:30.423 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=98, logTerm=2, entries=[2], commitIndex=100, globalIndex=98] to localhost/127.0.0.1:5001
12:24:30.425 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=100] from localhost/127.0.0.1:5001
12:24:30.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=100, logTerm=2, entries=[0], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5001
12:24:30.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=100, logTerm=2, entries=[0], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5002
12:24:30.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=100] from localhost/127.0.0.1:5001
12:24:30.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=100] from localhost/127.0.0.1:5002
12:24:30.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=100, logTerm=2, entries=[0], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5001
12:24:30.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=100, logTerm=2, entries=[0], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5002
12:24:30.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=100] from localhost/127.0.0.1:5002
12:24:30.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=100] from localhost/127.0.0.1:5001
12:24:31.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=100, logTerm=2, entries=[0], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5001
12:24:31.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=100, logTerm=2, entries=[0], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5002
12:24:31.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=100] from localhost/127.0.0.1:5002
12:24:31.131 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=100] from localhost/127.0.0.1:5001
12:24:31.179 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:31.179 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=101, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820271179]
12:24:31.180 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=100, logTerm=2, entries=[1], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5001
12:24:31.180 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=100, logTerm=2, entries=[1], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5002
12:24:31.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5001
12:24:31.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=101, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820271179]
12:24:31.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:31.192 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5002
12:24:31.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5001
12:24:31.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5002
12:24:31.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5001
12:24:31.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5002
12:24:31.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5001
12:24:31.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5002
12:24:31.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5002
12:24:31.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5002
12:24:32.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5001
12:24:32.163 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:32.164 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:32.381 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5001
12:24:32.382 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5002
12:24:32.383 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:32.385 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:32.390 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5001
12:24:32.584 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:32.584 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:32.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5001
12:24:32.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5002
12:24:32.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5001
12:24:32.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5002
12:24:32.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5001
12:24:32.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[0], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5002
12:24:32.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5001
12:24:32.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=101] from localhost/127.0.0.1:5002
12:24:32.922 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:32.923 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=102, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820272922]
12:24:32.924 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[1], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5001
12:24:32.924 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=101, logTerm=2, entries=[1], commitIndex=101, globalIndex=101] to localhost/127.0.0.1:5002
12:24:32.928 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=102] from localhost/127.0.0.1:5002
12:24:32.928 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=102, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820272922]
12:24:32.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:32.932 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=102] from localhost/127.0.0.1:5001
12:24:33.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[0], commitIndex=102, globalIndex=102] to localhost/127.0.0.1:5001
12:24:33.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[0], commitIndex=102, globalIndex=102] to localhost/127.0.0.1:5002
12:24:33.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=102] from localhost/127.0.0.1:5002
12:24:33.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=102] from localhost/127.0.0.1:5001
12:24:33.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[0], commitIndex=102, globalIndex=102] to localhost/127.0.0.1:5001
12:24:33.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[0], commitIndex=102, globalIndex=102] to localhost/127.0.0.1:5002
12:24:33.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=102] from localhost/127.0.0.1:5001
12:24:33.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=102] from localhost/127.0.0.1:5002
12:24:33.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[0], commitIndex=102, globalIndex=102] to localhost/127.0.0.1:5001
12:24:33.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[0], commitIndex=102, globalIndex=102] to localhost/127.0.0.1:5002
12:24:33.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=102] from localhost/127.0.0.1:5001
12:24:33.711 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:33.711 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=103, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820273711]
12:24:33.712 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[1], commitIndex=102, globalIndex=102] to localhost/127.0.0.1:5001
12:24:33.714 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5001
12:24:33.715 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=103, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820273711]
12:24:33.716 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:33.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=102] to localhost/127.0.0.1:5001
12:24:33.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5001
12:24:34.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=102] to localhost/127.0.0.1:5001
12:24:34.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5001
12:24:34.119 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:34.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=102] to localhost/127.0.0.1:5001
12:24:34.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[0], commitIndex=103, globalIndex=102] to localhost/127.0.0.1:5002
12:24:34.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5001
12:24:34.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=102] from localhost/127.0.0.1:5002
12:24:34.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=102, logTerm=2, entries=[1], commitIndex=103, globalIndex=102] to localhost/127.0.0.1:5002
12:24:34.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5002
12:24:34.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5001
12:24:34.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5002
12:24:34.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5001
12:24:34.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5002
12:24:34.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5001
12:24:34.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5002
12:24:34.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5002
12:24:35.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5002
12:24:35.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5002
12:24:35.160 [copycat-compactor-1] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
12:24:35.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5002
12:24:35.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5002
12:24:35.389 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:35.444 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:35.445 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=104, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820275444]
12:24:35.445 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5001
12:24:35.451 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[1], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5002
12:24:35.458 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=104] from localhost/127.0.0.1:5002
12:24:35.459 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=104, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820275444]
12:24:35.460 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:35.469 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=103] from localhost/127.0.0.1:5001
12:24:35.469 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=103, logTerm=2, entries=[1], commitIndex=104, globalIndex=103] to localhost/127.0.0.1:5001
12:24:35.470 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=104] from localhost/127.0.0.1:5001
12:24:35.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[0], commitIndex=104, globalIndex=104] to localhost/127.0.0.1:5001
12:24:35.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[0], commitIndex=104, globalIndex=104] to localhost/127.0.0.1:5002
12:24:35.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=104] from localhost/127.0.0.1:5001
12:24:35.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=104] from localhost/127.0.0.1:5002
12:24:35.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[0], commitIndex=104, globalIndex=104] to localhost/127.0.0.1:5001
12:24:35.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[0], commitIndex=104, globalIndex=104] to localhost/127.0.0.1:5002
12:24:35.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=104] from localhost/127.0.0.1:5001
12:24:35.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=104] from localhost/127.0.0.1:5002
12:24:36.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[0], commitIndex=104, globalIndex=104] to localhost/127.0.0.1:5001
12:24:36.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[0], commitIndex=104, globalIndex=104] to localhost/127.0.0.1:5002
12:24:36.138 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=104] from localhost/127.0.0.1:5002
12:24:36.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:36.224 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=105, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820276223]
12:24:36.224 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[1], commitIndex=104, globalIndex=104] to localhost/127.0.0.1:5002
12:24:36.237 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5002
12:24:36.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=105, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820276223]
12:24:36.239 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:36.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=104] to localhost/127.0.0.1:5002
12:24:36.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5002
12:24:36.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=104] to localhost/127.0.0.1:5002
12:24:36.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5002
12:24:36.702 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:36.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[0], commitIndex=105, globalIndex=104] to localhost/127.0.0.1:5001
12:24:36.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=104] to localhost/127.0.0.1:5002
12:24:36.876 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=104] from localhost/127.0.0.1:5001
12:24:36.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=104, logTerm=2, entries=[1], commitIndex=105, globalIndex=104] to localhost/127.0.0.1:5001
12:24:36.879 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5002
12:24:36.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5001
12:24:37.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5001
12:24:37.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5002
12:24:37.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5002
12:24:37.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5001
12:24:37.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5001
12:24:37.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5002
12:24:37.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5002
12:24:37.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5001
12:24:37.585 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:37.585 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:37.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5001
12:24:37.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5002
12:24:37.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5002
12:24:37.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5001
12:24:37.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5001
12:24:37.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[0], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5002
12:24:37.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5002
12:24:37.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=105] from localhost/127.0.0.1:5001
12:24:37.978 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:37.979 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=106, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820277978]
12:24:37.980 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[1], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5001
12:24:37.980 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=105, logTerm=2, entries=[1], commitIndex=105, globalIndex=105] to localhost/127.0.0.1:5002
12:24:37.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=106] from localhost/127.0.0.1:5002
12:24:37.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=106, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820277978]
12:24:37.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:37.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=106] from localhost/127.0.0.1:5001
12:24:38.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=106, logTerm=2, entries=[0], commitIndex=106, globalIndex=106] to localhost/127.0.0.1:5001
12:24:38.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=106, logTerm=2, entries=[0], commitIndex=106, globalIndex=106] to localhost/127.0.0.1:5002
12:24:38.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=106] from localhost/127.0.0.1:5001
12:24:38.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=106] from localhost/127.0.0.1:5002
12:24:38.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=106, logTerm=2, entries=[0], commitIndex=106, globalIndex=106] to localhost/127.0.0.1:5001
12:24:38.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=106, logTerm=2, entries=[0], commitIndex=106, globalIndex=106] to localhost/127.0.0.1:5002
12:24:38.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=106] from localhost/127.0.0.1:5002
12:24:38.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=106] from localhost/127.0.0.1:5001
12:24:38.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=106, logTerm=2, entries=[0], commitIndex=106, globalIndex=106] to localhost/127.0.0.1:5001
12:24:38.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=106, logTerm=2, entries=[0], commitIndex=106, globalIndex=106] to localhost/127.0.0.1:5002
12:24:38.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=106] from localhost/127.0.0.1:5002
12:24:38.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=106] from localhost/127.0.0.1:5001
12:24:38.748 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:38.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=107, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820278748]
12:24:38.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=106, logTerm=2, entries=[1], commitIndex=106, globalIndex=106] to localhost/127.0.0.1:5001
12:24:38.750 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=106, logTerm=2, entries=[1], commitIndex=106, globalIndex=106] to localhost/127.0.0.1:5002
12:24:38.753 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5001
12:24:38.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=107, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820278748]
12:24:38.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5002
12:24:38.755 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:38.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5001
12:24:38.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5002
12:24:38.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5002
12:24:38.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5001
12:24:39.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5001
12:24:39.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5002
12:24:39.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5002
12:24:39.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5001
12:24:39.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5001
12:24:39.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5002
12:24:39.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5002
12:24:39.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5001
12:24:39.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5001
12:24:39.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5002
12:24:39.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5001
12:24:39.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5001
12:24:39.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5001
12:24:40.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5001
12:24:40.119 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:40.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5002
12:24:40.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5002
12:24:40.498 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:40.499 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=108, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820280498]
12:24:40.501 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[1], commitIndex=107, globalIndex=107] to localhost/127.0.0.1:5002
12:24:40.504 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=108] from localhost/127.0.0.1:5002
12:24:40.505 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=108, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820280498]
12:24:40.506 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:40.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=108, logTerm=2, entries=[0], commitIndex=108, globalIndex=107] to localhost/127.0.0.1:5002
12:24:40.621 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:40.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[0], commitIndex=108, globalIndex=107] to localhost/127.0.0.1:5001
12:24:40.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=107] from localhost/127.0.0.1:5001
12:24:40.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=107, logTerm=2, entries=[1], commitIndex=108, globalIndex=107] to localhost/127.0.0.1:5001
12:24:40.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=108] from localhost/127.0.0.1:5001
12:24:41.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=108, logTerm=2, entries=[0], commitIndex=108, globalIndex=108] to localhost/127.0.0.1:5001
12:24:41.124 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:41.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=108] from localhost/127.0.0.1:5001
12:24:41.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:41.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=109, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820281266]
12:24:41.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=108, logTerm=2, entries=[1], commitIndex=108, globalIndex=108] to localhost/127.0.0.1:5001
12:24:41.268 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=108, logTerm=2, entries=[0], commitIndex=108, globalIndex=108] to localhost/127.0.0.1:5002
12:24:41.275 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=108] from localhost/127.0.0.1:5002
12:24:41.275 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=108, logTerm=2, entries=[1], commitIndex=108, globalIndex=108] to localhost/127.0.0.1:5002
12:24:41.276 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=109] from localhost/127.0.0.1:5002
12:24:41.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=109, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820281266]
12:24:41.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:41.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[0], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5002
12:24:41.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=109] from localhost/127.0.0.1:5002
12:24:41.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[0], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5002
12:24:41.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=109] from localhost/127.0.0.1:5002
12:24:41.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[0], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5002
12:24:41.872 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:42.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=108, logTerm=2, entries=[0], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5001
12:24:42.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=109] from localhost/127.0.0.1:5001
12:24:42.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[0], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5001
12:24:42.522 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:42.585 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:42.586 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:42.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[0], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5002
12:24:42.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=109] from localhost/127.0.0.1:5002
12:24:42.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[0], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5002
12:24:42.866 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:42.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=109] from localhost/127.0.0.1:5002
12:24:43.029 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:43.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=110, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820283029]
12:24:43.031 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[0], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5001
12:24:43.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[1], commitIndex=109, globalIndex=108] to localhost/127.0.0.1:5002
12:24:43.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=110] from localhost/127.0.0.1:5002
12:24:43.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=110, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820283029]
12:24:43.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:43.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=110, logTerm=2, entries=[0], commitIndex=110, globalIndex=109] to localhost/127.0.0.1:5002
12:24:43.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=110] from localhost/127.0.0.1:5002
12:24:43.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=110, logTerm=2, entries=[0], commitIndex=110, globalIndex=109] to localhost/127.0.0.1:5002
12:24:43.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=110] from localhost/127.0.0.1:5002
12:24:43.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=110, logTerm=2, entries=[0], commitIndex=110, globalIndex=109] to localhost/127.0.0.1:5002
12:24:43.786 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:43.791 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:43.793 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=111, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820283791]
12:24:43.794 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[0], commitIndex=110, globalIndex=109] to localhost/127.0.0.1:5001
12:24:43.800 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=109] from localhost/127.0.0.1:5001
12:24:43.801 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=109, logTerm=2, entries=[2], commitIndex=110, globalIndex=109] to localhost/127.0.0.1:5001
12:24:43.805 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5001
12:24:43.805 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=111, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820283791]
12:24:43.806 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:43.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=110] to localhost/127.0.0.1:5001
12:24:44.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=110, logTerm=2, entries=[1], commitIndex=111, globalIndex=110] to localhost/127.0.0.1:5002
12:24:44.122 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:44.123 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:44.383 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=2, accepted=false]
12:24:44.547 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=110] to localhost/127.0.0.1:5001
12:24:44.548 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=110, logTerm=2, entries=[0], commitIndex=111, globalIndex=110] to localhost/127.0.0.1:5002
12:24:44.549 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:44.554 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:44.557 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=110] from localhost/127.0.0.1:5002
12:24:44.564 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=110, logTerm=2, entries=[1], commitIndex=111, globalIndex=110] to localhost/127.0.0.1:5002
12:24:44.566 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5002
12:24:44.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=111] to localhost/127.0.0.1:5001
12:24:44.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=111] to localhost/127.0.0.1:5002
12:24:44.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5002
12:24:44.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5001
12:24:44.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=111] to localhost/127.0.0.1:5001
12:24:44.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=111] to localhost/127.0.0.1:5002
12:24:44.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5001
12:24:44.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5002
12:24:45.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=111] to localhost/127.0.0.1:5001
12:24:45.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=111] to localhost/127.0.0.1:5002
12:24:45.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5002
12:24:45.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=111] to localhost/127.0.0.1:5002
12:24:45.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5002
12:24:45.548 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:45.549 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=112, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820285548]
12:24:45.549 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[1], commitIndex=111, globalIndex=111] to localhost/127.0.0.1:5002
12:24:45.554 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=112] from localhost/127.0.0.1:5002
12:24:45.554 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=112, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820285548]
12:24:45.555 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:45.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=112, logTerm=2, entries=[0], commitIndex=112, globalIndex=111] to localhost/127.0.0.1:5002
12:24:45.616 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:45.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=112] from localhost/127.0.0.1:5002
12:24:45.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[0], commitIndex=112, globalIndex=111] to localhost/127.0.0.1:5001
12:24:45.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=112, logTerm=2, entries=[0], commitIndex=112, globalIndex=111] to localhost/127.0.0.1:5002
12:24:45.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=112] from localhost/127.0.0.1:5002
12:24:45.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=111] from localhost/127.0.0.1:5001
12:24:45.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=111, logTerm=2, entries=[1], commitIndex=112, globalIndex=111] to localhost/127.0.0.1:5001
12:24:45.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=112] from localhost/127.0.0.1:5001
12:24:46.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=112, logTerm=2, entries=[0], commitIndex=112, globalIndex=112] to localhost/127.0.0.1:5001
12:24:46.150 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=112, logTerm=2, entries=[0], commitIndex=112, globalIndex=112] to localhost/127.0.0.1:5002
12:24:46.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=112] from localhost/127.0.0.1:5002
12:24:46.157 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=112] from localhost/127.0.0.1:5001
12:24:46.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:46.317 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=113, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820286316]
12:24:46.317 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=112, logTerm=2, entries=[1], commitIndex=112, globalIndex=112] to localhost/127.0.0.1:5001
12:24:46.318 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=112, logTerm=2, entries=[1], commitIndex=112, globalIndex=112] to localhost/127.0.0.1:5002
12:24:46.330 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5002
12:24:46.330 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=113, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820286316]
12:24:46.331 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:46.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5001
12:24:46.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5001
12:24:46.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5002
12:24:46.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5002
12:24:46.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5001
12:24:46.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5001
12:24:46.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5002
12:24:46.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5001
12:24:46.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5002
12:24:46.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5001
12:24:46.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5002
12:24:46.876 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5002
12:24:47.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5002
12:24:47.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5002
12:24:47.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5002
12:24:47.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5002
12:24:47.370 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:47.586 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:47.586 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:47.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5001
12:24:47.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5002
12:24:47.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5002
12:24:47.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5001
12:24:47.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5001
12:24:47.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[0], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5002
12:24:47.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5001
12:24:47.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=113] from localhost/127.0.0.1:5002
12:24:48.069 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:48.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=114, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820288069]
12:24:48.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[1], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5001
12:24:48.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=113, logTerm=2, entries=[1], commitIndex=113, globalIndex=113] to localhost/127.0.0.1:5002
12:24:48.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=114] from localhost/127.0.0.1:5001
12:24:48.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=114, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820288069]
12:24:48.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=114] from localhost/127.0.0.1:5002
12:24:48.097 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:48.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=114, globalIndex=114] to localhost/127.0.0.1:5001
12:24:48.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=114, globalIndex=114] to localhost/127.0.0.1:5002
12:24:48.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=114] from localhost/127.0.0.1:5001
12:24:48.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=114] from localhost/127.0.0.1:5002
12:24:48.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=114, globalIndex=114] to localhost/127.0.0.1:5001
12:24:48.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=114, globalIndex=114] to localhost/127.0.0.1:5002
12:24:48.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=114] from localhost/127.0.0.1:5001
12:24:48.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=114] from localhost/127.0.0.1:5002
12:24:48.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=114, globalIndex=114] to localhost/127.0.0.1:5001
12:24:48.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=114, globalIndex=114] to localhost/127.0.0.1:5002
12:24:48.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=114] from localhost/127.0.0.1:5002
12:24:48.837 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:48.838 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=115, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820288837]
12:24:48.839 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[1], commitIndex=114, globalIndex=114] to localhost/127.0.0.1:5002
12:24:48.845 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=115] from localhost/127.0.0.1:5002
12:24:48.846 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=115, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820288837]
12:24:48.847 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:48.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=115, logTerm=2, entries=[0], commitIndex=115, globalIndex=114] to localhost/127.0.0.1:5002
12:24:48.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=115] from localhost/127.0.0.1:5002
12:24:49.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=115, logTerm=2, entries=[0], commitIndex=115, globalIndex=114] to localhost/127.0.0.1:5002
12:24:49.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=115] from localhost/127.0.0.1:5002
12:24:49.118 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:49.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=115, globalIndex=114] to localhost/127.0.0.1:5001
12:24:49.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=115, logTerm=2, entries=[0], commitIndex=115, globalIndex=114] to localhost/127.0.0.1:5002
12:24:49.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=115] from localhost/127.0.0.1:5002
12:24:49.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=115, logTerm=2, entries=[0], commitIndex=115, globalIndex=114] to localhost/127.0.0.1:5002
12:24:50.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=115, globalIndex=114] to localhost/127.0.0.1:5001
12:24:50.122 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:50.123 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:24:50.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=116, term=2, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 116
12:24:50.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[0], commitIndex=115, globalIndex=114] to localhost/127.0.0.1:5001
12:24:50.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=116, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:24:50.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=114] from localhost/127.0.0.1:5001
12:24:50.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=116, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:24:50.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5002
12:24:50.141 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:24:50.142 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=114, logTerm=2, entries=[2], commitIndex=115, globalIndex=114] to localhost/127.0.0.1:5001
12:24:50.145 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=116] from localhost/127.0.0.1:5001
12:24:50.302 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:50.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=116, logTerm=2, entries=[0], commitIndex=116, globalIndex=115] to localhost/127.0.0.1:5001
12:24:50.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=115, logTerm=2, entries=[0], commitIndex=116, globalIndex=115] to localhost/127.0.0.1:5002
12:24:50.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=116] from localhost/127.0.0.1:5001
12:24:50.383 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=117, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 117
12:24:50.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=117, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:24:50.392 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=115] from localhost/127.0.0.1:5002
12:24:50.392 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=2, leader=2130712284, index=117, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:24:50.394 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:24:50.395 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=116, logTerm=2, entries=[1], commitIndex=116, globalIndex=115] to localhost/127.0.0.1:5001
12:24:50.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5002
12:24:50.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=115, logTerm=2, entries=[2], commitIndex=116, globalIndex=115] to localhost/127.0.0.1:5002
12:24:50.407 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=117] from localhost/127.0.0.1:5001
12:24:50.413 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=117] from localhost/127.0.0.1:5002
12:24:50.607 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:50.607 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=118, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820290607]
12:24:50.610 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=117, logTerm=2, entries=[1], commitIndex=117, globalIndex=117] to localhost/127.0.0.1:5001
12:24:50.612 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=117, logTerm=2, entries=[1], commitIndex=117, globalIndex=117] to localhost/127.0.0.1:5002
12:24:50.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=118] from localhost/127.0.0.1:5001
12:24:50.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=116, term=2, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:24:50.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=117, term=2, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:24:50.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=118, term=2, session=31, commandSequence=0, eventIndex=31, timestamp=1451820290607]
12:24:50.629 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=118] from localhost/127.0.0.1:5002
12:24:50.629 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:50.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[0], commitIndex=118, globalIndex=118] to localhost/127.0.0.1:5001
12:24:50.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[0], commitIndex=118, globalIndex=118] to localhost/127.0.0.1:5002
12:24:50.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=118] from localhost/127.0.0.1:5002
12:24:50.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=118] from localhost/127.0.0.1:5001
12:24:51.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[0], commitIndex=118, globalIndex=118] to localhost/127.0.0.1:5001
12:24:51.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[0], commitIndex=118, globalIndex=118] to localhost/127.0.0.1:5002
12:24:51.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=118] from localhost/127.0.0.1:5002
12:24:51.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=118] from localhost/127.0.0.1:5001
12:24:51.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[0], commitIndex=118, globalIndex=118] to localhost/127.0.0.1:5001
12:24:51.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[0], commitIndex=118, globalIndex=118] to localhost/127.0.0.1:5002
12:24:51.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:24:51.368 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=119, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820291368]
12:24:51.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=118] from localhost/127.0.0.1:5001
12:24:51.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[1], commitIndex=118, globalIndex=118] to localhost/127.0.0.1:5001
12:24:51.379 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=118] from localhost/127.0.0.1:5002
12:24:51.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[1], commitIndex=118, globalIndex=118] to localhost/127.0.0.1:5002
12:24:51.384 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=119] from localhost/127.0.0.1:5002
12:24:51.384 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=119, term=2, session=18, commandSequence=2, eventIndex=24, timestamp=1451820291368]
12:24:51.385 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:24:51.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=119, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5002
12:24:51.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=119] from localhost/127.0.0.1:5002
12:24:51.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=119, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5002
12:24:51.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=119] from localhost/127.0.0.1:5002
12:24:51.881 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:52.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5001
12:24:52.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=119, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5002
12:24:52.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=119] from localhost/127.0.0.1:5002
12:24:52.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=119, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5002
12:24:52.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=119] from localhost/127.0.0.1:5002
12:24:52.587 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:52.587 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:52.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=119, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5002
12:24:52.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=119] from localhost/127.0.0.1:5002
12:24:52.863 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=119, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5002
12:24:52.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=119] from localhost/127.0.0.1:5002
12:24:52.872 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:24:53.102 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=2, accepted=false]
12:24:53.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=118, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5001
12:24:53.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=119, logTerm=2, entries=[0], commitIndex=119, globalIndex=118] to localhost/127.0.0.1:5002
12:24:53.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received greater term
12:24:53.117 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to FOLLOWER
12:24:53.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Cancelling append timer
12:24:53.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Starting heartbeat timer
12:24:53.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 3
12:24:53.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received VoteRequest[term=3, candidate=2130712285, logIndex=119, logTerm=2]
12:24:53.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Accepted VoteRequest[term=3, candidate=2130712285, logIndex=119, logTerm=2]: candidate's log is up-to-date
12:24:53.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5001
12:24:53.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent VoteResponse[status=OK, term=3, voted=true]
12:24:53.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=3, leader=2130712285, index=120, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:24:53.152 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5001
12:24:53.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:24:53.163 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=119, logTerm=2, entries=[2], commitIndex=119, globalIndex=0]
12:24:53.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=120, term=3, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]] to log at index 120
12:24:53.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=121, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820293151] to log at index 121
12:24:53.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=121]
12:24:53.896 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x96b4dee3, /127.0.0.1:48829 => /127.0.0.1:5000]
12:24:53.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=119, logTerm=2, entries=[0], commitIndex=121, globalIndex=0]
12:24:53.909 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=121]
12:24:53.910 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=120, term=3, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:24:53.910 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=121, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820293151]
12:24:53.918 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=121, logTerm=3, entries=[1], commitIndex=122, globalIndex=0]
12:24:53.918 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=122, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820293892] to log at index 122
12:24:53.918 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=122]
12:24:53.919 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=122, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820293892]
12:24:54.653 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x08d8fbc3, /127.0.0.1:48830 => /127.0.0.1:5000]
12:24:54.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=121, logTerm=3, entries=[0], commitIndex=122, globalIndex=0]
12:24:54.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=122]
12:24:54.901 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=122, logTerm=3, entries=[0], commitIndex=122, globalIndex=0]
12:24:54.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=122]
12:24:55.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=122, logTerm=3, entries=[0], commitIndex=122, globalIndex=0]
12:24:55.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=122]
12:24:55.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=122, logTerm=3, entries=[0], commitIndex=122, globalIndex=0]
12:24:55.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=122]
12:24:55.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=122, logTerm=3, entries=[0], commitIndex=122, globalIndex=0]
12:24:55.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=122]
12:24:55.690 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x998a3603, /127.0.0.1:48831 => /127.0.0.1:5000]
12:24:55.694 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=f9b67c67-ee89-44c7-8590-cc4db5376c48]
12:24:55.703 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=122, logTerm=3, entries=[1], commitIndex=122, globalIndex=0]
12:24:55.703 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=123, term=3, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5000, timestamp=1451820295696] to log at index 123
12:24:55.704 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=123]
12:24:55.706 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConnectResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5002, localhost/127.0.0.1:5000]]
12:24:55.712 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:55.717 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=123, logTerm=3, entries=[1], commitIndex=123, globalIndex=123]
12:24:55.721 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=124, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820295714] to log at index 124
12:24:55.721 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=124]
12:24:55.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=123, term=3, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5000, timestamp=1451820295696]
12:24:55.727 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:24:55.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=124, logTerm=3, entries=[0], commitIndex=124, globalIndex=124]
12:24:55.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=124]
12:24:55.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=124, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820295714]
12:24:56.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=124, logTerm=3, entries=[0], commitIndex=124, globalIndex=124]
12:24:56.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=124]
12:24:56.905 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x21ff1306, /127.0.0.1:48832 => /127.0.0.1:5000]
12:24:56.912 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=124, logTerm=3, entries=[0], commitIndex=126, globalIndex=124]
12:24:56.913 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=124]
12:24:56.921 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=124, logTerm=3, entries=[1], commitIndex=126, globalIndex=124]
12:24:56.922 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=126, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820296440] to log at index 126
12:24:56.923 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=126]
12:24:56.926 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=126, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820296440]
12:24:57.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=126, logTerm=3, entries=[0], commitIndex=126, globalIndex=126]
12:24:57.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=126]
12:24:57.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=126, logTerm=3, entries=[0], commitIndex=126, globalIndex=126]
12:24:57.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=126]
12:24:57.587 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:24:57.587 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:24:58.154 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xa7dd1bb6, /127.0.0.1:48833 => /127.0.0.1:5000]
12:24:58.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=126, logTerm=3, entries=[0], commitIndex=126, globalIndex=126]
12:24:58.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=126]
12:24:58.237 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:24:58.243 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=126, logTerm=3, entries=[1], commitIndex=126, globalIndex=126]
12:24:58.243 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=127, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820298241] to log at index 127
12:24:58.243 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=127]
12:24:58.248 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:24:58.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=127, logTerm=3, entries=[0], commitIndex=127, globalIndex=127]
12:24:58.409 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=127]
12:24:58.412 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=127, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820298241]
12:24:58.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=127, logTerm=3, entries=[0], commitIndex=127, globalIndex=127]
12:24:58.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=127]
12:24:58.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=127, logTerm=3, entries=[0], commitIndex=127, globalIndex=127]
12:24:58.909 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=127]
12:24:58.967 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=127, logTerm=3, entries=[1], commitIndex=127, globalIndex=127]
12:24:58.970 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=128, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820298962] to log at index 128
12:24:58.972 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=128]
12:24:59.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[0], commitIndex=128, globalIndex=128]
12:24:59.158 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=128]
12:24:59.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=128, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820298962]
12:24:59.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[0], commitIndex=128, globalIndex=128]
12:24:59.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=128]
12:24:59.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[0], commitIndex=128, globalIndex=128]
12:24:59.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=128]
12:24:59.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[0], commitIndex=128, globalIndex=128]
12:24:59.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=128]
12:25:00.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[0], commitIndex=128, globalIndex=128]
12:25:00.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=128]
12:25:00.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[0], commitIndex=128, globalIndex=128]
12:25:00.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=128]
12:25:00.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[0], commitIndex=128, globalIndex=128]
12:25:00.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=128]
12:25:00.753 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:00.760 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[1], commitIndex=128, globalIndex=128]
12:25:00.760 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=129, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820300756] to log at index 129
12:25:00.760 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=129]
12:25:00.769 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:01.501 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xcd87071d, /127.0.0.1:48834 => /127.0.0.1:5000]
12:25:01.506 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=128, logTerm=3, entries=[0], commitIndex=129, globalIndex=128]
12:25:01.507 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=129]
12:25:01.508 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=129, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820300756]
12:25:01.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=129, logTerm=3, entries=[1], commitIndex=129, globalIndex=128]
12:25:01.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=130, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820301494] to log at index 130
12:25:01.513 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=130]
12:25:02.404 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xedf233a5, /127.0.0.1:48835 => /127.0.0.1:5000]
12:25:02.409 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=129, logTerm=3, entries=[0], commitIndex=130, globalIndex=129]
12:25:02.410 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=130]
12:25:02.411 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=130, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820301494]
12:25:02.588 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:02.588 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:02.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=130, logTerm=3, entries=[0], commitIndex=130, globalIndex=129]
12:25:02.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=130]
12:25:02.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=130, logTerm=3, entries=[0], commitIndex=130, globalIndex=129]
12:25:02.906 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=130]
12:25:03.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=130, logTerm=3, entries=[0], commitIndex=130, globalIndex=129]
12:25:03.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=130]
12:25:03.276 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:03.283 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=130, logTerm=3, entries=[1], commitIndex=130, globalIndex=129]
12:25:03.284 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=131, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820303278] to log at index 131
12:25:03.285 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
12:25:03.294 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:03.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=130]
12:25:03.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
12:25:03.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=131, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820303278]
12:25:03.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=130]
12:25:03.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
12:25:03.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=130]
12:25:03.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
12:25:04.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[1], commitIndex=131, globalIndex=130]
12:25:04.026 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=132, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820304021] to log at index 132
12:25:04.026 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
12:25:04.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[0], commitIndex=132, globalIndex=130]
12:25:04.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
12:25:04.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=132, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820304021]
12:25:04.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[0], commitIndex=132, globalIndex=130]
12:25:04.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
12:25:04.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[0], commitIndex=132, globalIndex=130]
12:25:04.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
12:25:04.901 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[0], commitIndex=132, globalIndex=132]
12:25:04.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
12:25:05.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[0], commitIndex=132, globalIndex=132]
12:25:05.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
12:25:05.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[0], commitIndex=132, globalIndex=132]
12:25:05.407 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
12:25:05.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[0], commitIndex=132, globalIndex=132]
12:25:05.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
12:25:05.802 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:05.809 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[1], commitIndex=132, globalIndex=132]
12:25:05.811 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=133, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820305806] to log at index 133
12:25:05.811 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=133]
12:25:05.819 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:05.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=133, logTerm=3, entries=[0], commitIndex=133, globalIndex=132]
12:25:05.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=133]
12:25:05.907 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=133, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820305806]
12:25:06.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=133, logTerm=3, entries=[0], commitIndex=133, globalIndex=132]
12:25:06.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=133]
12:25:06.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=133, logTerm=3, entries=[0], commitIndex=133, globalIndex=133]
12:25:06.409 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=133]
12:25:07.157 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x2f6dfdb0, /127.0.0.1:48840 => /127.0.0.1:5000]
12:25:07.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=133, logTerm=3, entries=[0], commitIndex=134, globalIndex=133]
12:25:07.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=133]
12:25:07.169 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=133, logTerm=3, entries=[1], commitIndex=134, globalIndex=133]
12:25:07.170 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=134, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820306539] to log at index 134
12:25:07.170 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=134]
12:25:07.171 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=134, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820306539]
12:25:07.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=134, logTerm=3, entries=[0], commitIndex=134, globalIndex=134]
12:25:07.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=134]
12:25:07.588 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:07.589 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:07.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=134, logTerm=3, entries=[0], commitIndex=134, globalIndex=134]
12:25:07.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=134]
12:25:07.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=134, logTerm=3, entries=[0], commitIndex=134, globalIndex=134]
12:25:07.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=134]
12:25:08.326 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:08.333 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:08.654 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x44a40662, /127.0.0.1:48841 => /127.0.0.1:5000]
12:25:08.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=134, logTerm=3, entries=[0], commitIndex=135, globalIndex=134]
12:25:08.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=134]
12:25:08.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=134, logTerm=3, entries=[1], commitIndex=135, globalIndex=134]
12:25:08.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=135, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820308327] to log at index 135
12:25:08.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=135]
12:25:08.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=135, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820308327]
12:25:08.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=135, logTerm=3, entries=[0], commitIndex=135, globalIndex=135]
12:25:08.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=135]
12:25:09.066 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=135, logTerm=3, entries=[1], commitIndex=135, globalIndex=135]
12:25:09.066 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=136, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820309059] to log at index 136
12:25:09.069 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=136]
12:25:09.905 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x05b53bcf, /127.0.0.1:48843 => /127.0.0.1:5000]
12:25:09.914 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=135, logTerm=3, entries=[0], commitIndex=136, globalIndex=135]
12:25:09.915 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=136]
12:25:09.917 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=136, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820309059]
12:25:10.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=136, logTerm=3, entries=[0], commitIndex=136, globalIndex=135]
12:25:10.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=136]
12:25:10.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=136, logTerm=3, entries=[0], commitIndex=136, globalIndex=135]
12:25:10.405 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=136]
12:25:10.652 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=136, logTerm=3, entries=[0], commitIndex=136, globalIndex=135]
12:25:10.652 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=136]
12:25:10.841 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:10.849 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=136, logTerm=3, entries=[1], commitIndex=136, globalIndex=135]
12:25:10.850 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=137, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820310844] to log at index 137
12:25:10.850 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=137]
12:25:10.857 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:10.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=137, logTerm=3, entries=[0], commitIndex=137, globalIndex=136]
12:25:10.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=137]
12:25:10.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=137, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820310844]
12:25:11.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=137, logTerm=3, entries=[0], commitIndex=137, globalIndex=136]
12:25:11.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=137]
12:25:11.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=137, logTerm=3, entries=[0], commitIndex=137, globalIndex=136]
12:25:11.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=137]
12:25:11.601 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=137, logTerm=3, entries=[1], commitIndex=137, globalIndex=137]
12:25:11.604 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=138, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820311594] to log at index 138
12:25:11.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
12:25:11.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[0], commitIndex=138, globalIndex=138]
12:25:11.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
12:25:11.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=138, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820311594]
12:25:11.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[0], commitIndex=138, globalIndex=138]
12:25:11.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
12:25:12.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[0], commitIndex=138, globalIndex=138]
12:25:12.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
12:25:12.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[0], commitIndex=138, globalIndex=138]
12:25:12.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
12:25:12.589 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:12.589 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:12.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[0], commitIndex=138, globalIndex=138]
12:25:12.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
12:25:12.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[0], commitIndex=138, globalIndex=138]
12:25:12.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
12:25:13.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[0], commitIndex=138, globalIndex=138]
12:25:13.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
12:25:13.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:13.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[1], commitIndex=138, globalIndex=138]
12:25:13.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=139, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820313365] to log at index 139
12:25:13.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=139]
12:25:13.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:13.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=139, logTerm=3, entries=[0], commitIndex=139, globalIndex=139]
12:25:13.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=139]
12:25:13.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=139, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820313365]
12:25:13.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=139, logTerm=3, entries=[0], commitIndex=139, globalIndex=139]
12:25:13.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=139]
12:25:13.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=139, logTerm=3, entries=[0], commitIndex=139, globalIndex=139]
12:25:13.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=139]
12:25:14.656 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x850ffbf2, /127.0.0.1:48847 => /127.0.0.1:5000]
12:25:14.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=139, logTerm=3, entries=[0], commitIndex=140, globalIndex=139]
12:25:14.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=139]
12:25:14.662 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=139, logTerm=3, entries=[1], commitIndex=140, globalIndex=139]
12:25:14.663 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=140, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820314117] to log at index 140
12:25:14.663 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=140]
12:25:14.663 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=140, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820314117]
12:25:14.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=140, logTerm=3, entries=[0], commitIndex=140, globalIndex=140]
12:25:14.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=140]
12:25:15.151 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=140, logTerm=3, entries=[0], commitIndex=140, globalIndex=140]
12:25:15.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=140]
12:25:15.892 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:15.903 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x7d9e0e13, /127.0.0.1:48848 => /127.0.0.1:5000]
12:25:15.906 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=140, logTerm=3, entries=[0], commitIndex=140, globalIndex=140]
12:25:15.906 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=140]
12:25:15.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=140, logTerm=3, entries=[1], commitIndex=140, globalIndex=140]
12:25:15.909 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=141, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820315894] to log at index 141
12:25:15.909 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=141]
12:25:15.912 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:16.666 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.756S
12:25:16.666 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:25:16.667 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001] for next term 4
12:25:16.668 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 4
12:25:16.675 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received rejected poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]
12:25:16.683 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xb2b9fa8b, /127.0.0.1:48849 => /127.0.0.1:5000]
12:25:16.684 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5001
12:25:16.684 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=140, logTerm=3, entries=[0], commitIndex=141, globalIndex=140]
12:25:16.684 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=141]
12:25:16.685 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=141, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820315894]
12:25:16.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=141, logTerm=3, entries=[1], commitIndex=141, globalIndex=140]
12:25:16.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=142, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820316674] to log at index 142
12:25:16.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=142]
12:25:17.370 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - request timed out
12:25:17.590 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:17.590 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:17.653 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x39f98f02, /127.0.0.1:48851 => /127.0.0.1:5000]
12:25:17.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=141, logTerm=3, entries=[0], commitIndex=144, globalIndex=141]
12:25:17.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=142]
12:25:17.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=142, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820316674]
12:25:17.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=142, logTerm=0, entries=[1], commitIndex=144, globalIndex=141]
12:25:17.661 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=144, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820317311] to log at index 144
12:25:17.661 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=144]
12:25:17.661 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=144, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820317311]
12:25:17.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=144, logTerm=3, entries=[0], commitIndex=144, globalIndex=144]
12:25:17.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=144]
12:25:18.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=144, logTerm=3, entries=[0], commitIndex=144, globalIndex=144]
12:25:18.157 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=144]
12:25:18.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=144, logTerm=3, entries=[0], commitIndex=144, globalIndex=144]
12:25:18.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=144]
12:25:18.418 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:18.423 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=144, logTerm=3, entries=[1], commitIndex=144, globalIndex=144]
12:25:18.423 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=145, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820318420] to log at index 145
12:25:18.424 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=145]
12:25:18.433 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5001, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5002, localhost/127.0.0.1:5001]]
12:25:19.403 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x6584ad9e, /127.0.0.1:48852 => /127.0.0.1:5000]
12:25:19.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=144, logTerm=3, entries=[0], commitIndex=145, globalIndex=144]
12:25:19.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=145]
12:25:19.409 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=145, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820318420]
12:25:19.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=145, logTerm=3, entries=[0], commitIndex=145, globalIndex=144]
12:25:19.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=145]
12:25:19.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=145, logTerm=3, entries=[1], commitIndex=145, globalIndex=144]
12:25:19.833 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=146, term=3, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820319827] to log at index 146
12:25:19.834 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=146]
12:25:19.853 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=146, logTerm=3, entries=[1], commitIndex=146, globalIndex=145]
12:25:19.854 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=147, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820319847] to log at index 147
12:25:19.854 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=147]
12:25:19.854 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=146, term=3, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820319827]
12:25:19.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=147, logTerm=3, entries=[0], commitIndex=147, globalIndex=145]
12:25:19.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=147]
12:25:19.906 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=147, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820319847]
12:25:20.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=147, logTerm=3, entries=[0], commitIndex=147, globalIndex=145]
12:25:20.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=147]
12:25:20.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=147, logTerm=3, entries=[0], commitIndex=147, globalIndex=147]
12:25:20.407 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=147]
12:25:20.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=147, logTerm=3, entries=[0], commitIndex=147, globalIndex=147]
12:25:20.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=147]
12:25:20.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=147, logTerm=3, entries=[0], commitIndex=147, globalIndex=147]
12:25:20.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=147]
12:25:20.944 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=31, commandSequence=0, eventIndex=31]
12:25:20.952 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=147, logTerm=3, entries=[1], commitIndex=147, globalIndex=147]
12:25:20.953 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=148, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820320946] to log at index 148
12:25:20.954 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=148]
12:25:21.904 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xee43efb7, /127.0.0.1:48855 => /127.0.0.1:5000]
12:25:21.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=147, logTerm=3, entries=[0], commitIndex=147, globalIndex=147]
12:25:21.909 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=148]
12:25:21.921 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=148, logTerm=3, entries=[1], commitIndex=147, globalIndex=147]
12:25:21.922 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=149, term=3, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5001, timestamp=1451820321467] to log at index 149
12:25:21.922 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=149]
12:25:21.935 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=149, logTerm=3, entries=[1], commitIndex=149, globalIndex=147]
12:25:21.936 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=150, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820321933] to log at index 150
12:25:21.936 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=150]
12:25:21.937 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=148, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820320946]
12:25:21.938 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=149, term=3, client=f9b67c67-ee89-44c7-8590-cc4db5376c48, address=localhost/127.0.0.1:5001, timestamp=1451820321467]
12:25:22.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=150, logTerm=3, entries=[0], commitIndex=150, globalIndex=150]
12:25:22.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=150]
12:25:22.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=150, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820321933]
12:25:22.590 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:22.591 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:22.905 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x0638b916, /127.0.0.1:48857 => /127.0.0.1:5000]
12:25:22.909 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=150, logTerm=3, entries=[0], commitIndex=151, globalIndex=150]
12:25:22.914 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=150]
12:25:22.921 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=150, logTerm=3, entries=[1], commitIndex=151, globalIndex=150]
12:25:22.922 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=151, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820322360] to log at index 151
12:25:22.923 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=151]
12:25:22.926 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=151, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820322360]
12:25:23.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=151, logTerm=3, entries=[0], commitIndex=151, globalIndex=151]
12:25:23.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=151]
12:25:23.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=151, logTerm=3, entries=[0], commitIndex=151, globalIndex=151]
12:25:23.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=151]
12:25:23.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=151, logTerm=3, entries=[0], commitIndex=151, globalIndex=151]
12:25:23.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=151]
12:25:23.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=151, logTerm=3, entries=[0], commitIndex=151, globalIndex=151]
12:25:23.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=151]
12:25:24.449 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x839926c2, /127.0.0.1:48859 => /127.0.0.1:5000]
12:25:24.450 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=151, logTerm=3, entries=[0], commitIndex=151, globalIndex=151]
12:25:24.451 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=151]
12:25:24.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=151, logTerm=3, entries=[1], commitIndex=151, globalIndex=151]
12:25:24.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=152, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820324445] to log at index 152
12:25:24.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=152]
12:25:24.652 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=152, logTerm=3, entries=[0], commitIndex=152, globalIndex=152]
12:25:24.652 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=152]
12:25:24.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=152, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820324445]
12:25:24.885 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=152, logTerm=3, entries=[1], commitIndex=152, globalIndex=152]
12:25:24.886 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=153, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820324879] to log at index 153
12:25:24.886 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=153]
12:25:25.652 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x6b355ce2, /127.0.0.1:48860 => /127.0.0.1:5000]
12:25:25.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=152, logTerm=3, entries=[0], commitIndex=153, globalIndex=152]
12:25:25.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=153]
12:25:25.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=153, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820324879]
12:25:25.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=153, logTerm=3, entries=[0], commitIndex=153, globalIndex=152]
12:25:25.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=153]
12:25:26.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=153, logTerm=3, entries=[0], commitIndex=153, globalIndex=152]
12:25:26.157 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=153]
12:25:26.407 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=153, logTerm=3, entries=[0], commitIndex=153, globalIndex=152]
12:25:26.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=153]
12:25:26.690 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=153, logTerm=3, entries=[0], commitIndex=153, globalIndex=152]
12:25:26.690 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=153]
12:25:27.419 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x650b294c, /127.0.0.1:48861 => /127.0.0.1:5000]
12:25:27.424 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=153, logTerm=3, entries=[0], commitIndex=153, globalIndex=152]
12:25:27.424 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=153]
12:25:27.429 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=153, logTerm=3, entries=[2], commitIndex=153, globalIndex=152]
12:25:27.431 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=154, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820326959] to log at index 154
12:25:27.431 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=155, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820327419] to log at index 155
12:25:27.432 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:27.591 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:27.591 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:27.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[0], commitIndex=155, globalIndex=153]
12:25:27.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:27.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=154, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820326959]
12:25:27.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=155, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820327419]
12:25:27.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[0], commitIndex=155, globalIndex=155]
12:25:27.906 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:28.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[0], commitIndex=155, globalIndex=155]
12:25:28.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:28.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[0], commitIndex=155, globalIndex=155]
12:25:28.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:29.154 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x43894cb1, /127.0.0.1:48864 => /127.0.0.1:5000]
12:25:29.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[0], commitIndex=155, globalIndex=155]
12:25:29.157 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:29.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[0], commitIndex=155, globalIndex=155]
12:25:29.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:29.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[0], commitIndex=155, globalIndex=155]
12:25:29.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:29.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[0], commitIndex=155, globalIndex=155]
12:25:29.906 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
12:25:29.957 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[1], commitIndex=155, globalIndex=155]
12:25:29.959 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=156, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820329949] to log at index 156
12:25:29.959 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=156]
12:25:29.965 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=156, logTerm=3, entries=[1], commitIndex=156, globalIndex=155]
12:25:29.966 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=157, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820329956] to log at index 157
12:25:29.966 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:29.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=156, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820329949]
12:25:30.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[0], commitIndex=157, globalIndex=155]
12:25:30.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:30.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=157, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820329956]
12:25:30.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[0], commitIndex=157, globalIndex=155]
12:25:30.403 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:30.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[0], commitIndex=157, globalIndex=155]
12:25:30.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:30.901 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[0], commitIndex=157, globalIndex=157]
12:25:30.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:31.700 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x1ec0127f, /127.0.0.1:48866 => /127.0.0.1:5000]
12:25:31.703 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[0], commitIndex=157, globalIndex=157]
12:25:31.704 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:31.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[0], commitIndex=157, globalIndex=157]
12:25:31.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:32.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[0], commitIndex=157, globalIndex=157]
12:25:32.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:32.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[0], commitIndex=157, globalIndex=157]
12:25:32.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
12:25:32.486 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[1], commitIndex=157, globalIndex=157]
12:25:32.488 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=158, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820332474] to log at index 158
12:25:32.488 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=158]
12:25:32.592 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:32.592 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:33.406 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x9d5abffc, /127.0.0.1:48868 => /127.0.0.1:5000]
12:25:33.411 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=0, entries=[0], commitIndex=159, globalIndex=157]
12:25:33.412 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=158]
12:25:33.416 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=158, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820332474]
12:25:33.418 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=158, logTerm=3, entries=[1], commitIndex=159, globalIndex=157]
12:25:33.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=159, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820332489] to log at index 159
12:25:33.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:33.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=159, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820332489]
12:25:33.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=3, entries=[0], commitIndex=159, globalIndex=159]
12:25:33.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:33.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=3, entries=[0], commitIndex=159, globalIndex=159]
12:25:33.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:34.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=3, entries=[0], commitIndex=159, globalIndex=159]
12:25:34.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:34.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=3, entries=[0], commitIndex=159, globalIndex=159]
12:25:34.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:34.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=3, entries=[0], commitIndex=159, globalIndex=159]
12:25:34.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:34.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=3, entries=[0], commitIndex=159, globalIndex=159]
12:25:34.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:35.160 [copycat-compactor-1] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
12:25:35.657 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x60c0dd24, /127.0.0.1:48872 => /127.0.0.1:5000]
12:25:35.664 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=0, entries=[0], commitIndex=161, globalIndex=159]
12:25:35.665 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:36.424 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.758S
12:25:36.425 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:25:36.425 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001] for next term 4
12:25:36.425 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 4
12:25:36.427 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received rejected poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]
12:25:36.428 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received rejected poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]
12:25:36.655 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x0d71fe49, /127.0.0.1:48874 => /127.0.0.1:5000]
12:25:36.657 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5001
12:25:36.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=0, entries=[0], commitIndex=161, globalIndex=159]
12:25:36.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
12:25:36.690 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=3, leader=2130712285, index=162, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:25:36.691 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:25:37.592 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=3, candidate=2130712286, logIndex=161, logTerm=3]
12:25:37.592 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:37.593 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:37.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted PollRequest[term=3, candidate=2130712286, logIndex=161, logTerm=3]: candidate's log is up-to-date
12:25:37.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=3, accepted=true]
12:25:37.607 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 4
12:25:37.607 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received VoteRequest[term=4, candidate=2130712286, logIndex=161, logTerm=3]
12:25:37.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted VoteRequest[term=4, candidate=2130712286, logIndex=161, logTerm=3]: candidate's log is up-to-date
12:25:37.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5002
12:25:37.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent VoteResponse[status=OK, term=4, voted=true]
12:25:39.016 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x09c7938d, /127.0.0.1:48877 => /127.0.0.1:5000]
12:25:39.018 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=4, candidate=2130712285, logIndex=162, logTerm=3]
12:25:39.019 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted PollRequest[term=4, candidate=2130712285, logIndex=162, logTerm=3]: candidate's log is up-to-date
12:25:39.019 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=4, accepted=true]
12:25:39.029 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 5
12:25:39.029 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received VoteRequest[term=5, candidate=2130712285, logIndex=162, logTerm=3]
12:25:39.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted VoteRequest[term=5, candidate=2130712285, logIndex=162, logTerm=3]: candidate's log is up-to-date
12:25:39.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5001
12:25:39.031 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent VoteResponse[status=OK, term=5, voted=true]
12:25:39.035 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=5, leader=2130712285, index=163, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:25:39.035 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5001
12:25:39.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:25:39.039 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=162, logTerm=3, entries=[1], commitIndex=161, globalIndex=159]
12:25:39.039 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Rejected AppendRequest[term=5, leader=2130712285, logIndex=162, logTerm=3, entries=[1], commitIndex=161, globalIndex=159]: Previous index (162) is greater than the local log's last index (159)
12:25:39.039 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=false, logIndex=159]
12:25:39.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=159, logTerm=0, entries=[4], commitIndex=161, globalIndex=159]
12:25:39.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=160, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820335001] to log at index 160
12:25:39.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=161, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820335008] to log at index 161
12:25:39.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=162, term=3, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]] to log at index 162
12:25:39.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=163, term=5, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]] to log at index 163
12:25:39.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=163]
12:25:39.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=160, term=3, session=31, commandSequence=0, eventIndex=31, timestamp=1451820335001]
12:25:39.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=161, term=3, session=18, commandSequence=2, eventIndex=24, timestamp=1451820335008]
12:25:39.290 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=163, logTerm=5, entries=[0], commitIndex=163, globalIndex=163]
12:25:39.291 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=163]
12:25:39.292 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=162, term=3, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:25:39.298 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=163, term=5, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:25:39.298 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=5, leader=2130712285, index=164, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:25:39.298 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:25:39.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=163, logTerm=5, entries=[1], commitIndex=163, globalIndex=163]
12:25:39.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=164, term=5, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]] to log at index 164
12:25:39.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=164]
12:25:39.537 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=164, logTerm=5, entries=[0], commitIndex=164, globalIndex=163]
12:25:39.539 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=164]
12:25:39.541 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=164, term=5, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
12:25:39.789 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=164, logTerm=5, entries=[0], commitIndex=164, globalIndex=163]
12:25:39.792 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=164]
12:25:40.043 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=164, logTerm=5, entries=[0], commitIndex=164, globalIndex=163]
12:25:40.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=164]
12:25:40.291 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=164, logTerm=5, entries=[0], commitIndex=164, globalIndex=163]
12:25:40.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=164]
12:25:40.477 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=164, logTerm=5, entries=[1], commitIndex=164, globalIndex=163]
12:25:40.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=165, term=5, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820340467] to log at index 165
12:25:40.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=165]
12:25:40.499 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=165, logTerm=5, entries=[1], commitIndex=165, globalIndex=165]
12:25:40.503 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=166, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820340495] to log at index 166
12:25:40.504 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=166]
12:25:40.505 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=165, term=5, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820340467]
12:25:40.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=166, logTerm=5, entries=[1], commitIndex=166, globalIndex=166]
12:25:40.514 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended UnregisterEntry[index=167, term=5, session=31, expired=true, timestamp=1451820340506] to log at index 167
12:25:40.515 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:40.515 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=166, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820340495]
12:25:40.516 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 31 - State changed: UNSTABLE
12:25:40.536 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[0], commitIndex=167, globalIndex=167]
12:25:40.537 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:40.538 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying UnregisterEntry[index=167, term=5, session=31, expired=true, timestamp=1451820340506]
12:25:40.539 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 31 - State changed: EXPIRED
12:25:40.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[0], commitIndex=167, globalIndex=167]
12:25:40.788 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:41.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[0], commitIndex=167, globalIndex=167]
12:25:41.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:41.693 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=5, candidate=2130712286, logIndex=167, logTerm=5]
12:25:41.694 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted PollRequest[term=5, candidate=2130712286, logIndex=167, logTerm=5]: candidate's log is up-to-date
12:25:41.694 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=5, accepted=true]
12:25:41.793 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x7129ebac, /127.0.0.1:48881 => /127.0.0.1:5000]
12:25:41.796 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[0], commitIndex=167, globalIndex=167]
12:25:41.796 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:42.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[0], commitIndex=167, globalIndex=167]
12:25:42.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:42.286 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[0], commitIndex=167, globalIndex=167]
12:25:42.286 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:42.538 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[0], commitIndex=167, globalIndex=167]
12:25:42.538 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:42.593 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:42.594 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:42.789 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[0], commitIndex=167, globalIndex=167]
12:25:42.790 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=167]
12:25:43.013 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=167, logTerm=5, entries=[1], commitIndex=167, globalIndex=167]
12:25:43.014 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=168, term=5, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820343008] to log at index 168
12:25:43.016 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=168]
12:25:43.026 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=168, logTerm=5, entries=[1], commitIndex=168, globalIndex=168]
12:25:43.027 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=169, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820343024] to log at index 169
12:25:43.027 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:43.027 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=168, term=5, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820343008]
12:25:43.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:43.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:43.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=169, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820343024]
12:25:43.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:43.289 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:43.538 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:43.539 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:43.797 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:43.799 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:44.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:44.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:44.287 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:44.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:44.538 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:44.540 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:44.786 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:44.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:45.542 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x99e619b4, /127.0.0.1:48884 => /127.0.0.1:5000]
12:25:45.549 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[0], commitIndex=169, globalIndex=168]
12:25:45.550 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=169]
12:25:45.555 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=169, logTerm=5, entries=[1], commitIndex=169, globalIndex=168]
12:25:45.557 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=170, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820345544] to log at index 170
12:25:45.557 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:45.785 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:45.786 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:45.788 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=170, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820345544]
12:25:46.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:46.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:46.291 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:46.291 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:46.540 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:46.540 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:46.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:46.788 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:47.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:47.041 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:47.287 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:47.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:47.537 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:47.538 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:47.594 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:47.594 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:48.076 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x963e5991, /127.0.0.1:48887 => /127.0.0.1:5000]
12:25:48.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=5, entries=[0], commitIndex=170, globalIndex=169]
12:25:48.081 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=170]
12:25:48.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=170, logTerm=0, entries=[1], commitIndex=171, globalIndex=170]
12:25:48.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=171, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820348073] to log at index 171
12:25:48.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:48.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=171, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820348073]
12:25:48.287 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:48.289 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:48.537 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:48.539 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:48.789 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:48.790 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:49.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:49.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:49.287 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:49.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:49.541 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:49.543 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:49.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:49.789 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:50.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:50.039 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:50.286 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:50.287 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:50.537 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[0], commitIndex=171, globalIndex=171]
12:25:50.537 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=171]
12:25:50.592 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=171, logTerm=5, entries=[1], commitIndex=171, globalIndex=171]
12:25:50.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=172, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820350587] to log at index 172
12:25:50.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=172]
12:25:50.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=172, logTerm=5, entries=[0], commitIndex=172, globalIndex=172]
12:25:50.793 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=172]
12:25:50.794 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=172, term=5, session=18, commandSequence=2, eventIndex=24, timestamp=1451820350587]
12:25:51.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=172, logTerm=5, entries=[0], commitIndex=172, globalIndex=172]
12:25:51.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=172]
12:25:51.845 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x2eccf5a4, /127.0.0.1:48890 => /127.0.0.1:5000]
12:25:51.848 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=5, leader=2130712285, logIndex=172, logTerm=5, entries=[0], commitIndex=172, globalIndex=172]
12:25:51.848 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=5, succeeded=true, logIndex=172]
12:25:52.435 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=5, candidate=2130712286, logIndex=172, logTerm=5]
12:25:52.436 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted PollRequest[term=5, candidate=2130712286, logIndex=172, logTerm=5]: candidate's log is up-to-date
12:25:52.436 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=5, accepted=true]
12:25:52.450 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 6
12:25:52.451 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received VoteRequest[term=6, candidate=2130712286, logIndex=172, logTerm=5]
12:25:52.452 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted VoteRequest[term=6, candidate=2130712286, logIndex=172, logTerm=5]: candidate's log is up-to-date
12:25:52.452 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5002
12:25:52.452 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent VoteResponse[status=OK, term=6, voted=true]
12:25:52.473 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=6, leader=2130712286, index=173, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:25:52.473 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5002
12:25:52.474 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:25:52.507 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=6, leader=2130712286, logIndex=172, logTerm=5, entries=[1], commitIndex=172, globalIndex=0]
12:25:52.510 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=173, term=6, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]] to log at index 173
12:25:52.513 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=6, succeeded=true, logIndex=173]
12:25:52.595 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:52.595 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:52.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=6, leader=2130712286, logIndex=173, logTerm=6, entries=[0], commitIndex=173, globalIndex=173]
12:25:52.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=6, succeeded=true, logIndex=173]
12:25:52.736 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=173, term=6, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:25:53.477 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xed281fb9, /127.0.0.1:48891 => /127.0.0.1:5000]
12:25:53.479 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=6, leader=2130712286, logIndex=173, logTerm=6, entries=[0], commitIndex=174, globalIndex=173]
12:25:53.480 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=6, succeeded=true, logIndex=173]
12:25:53.488 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=6, leader=2130712286, logIndex=173, logTerm=6, entries=[1], commitIndex=174, globalIndex=173]
12:25:53.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=174, term=6, session=18, commandSequence=2, eventIndex=24, timestamp=1451820353099] to log at index 174
12:25:53.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=6, succeeded=true, logIndex=174]
12:25:53.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=174, term=6, session=18, commandSequence=2, eventIndex=24, timestamp=1451820353099]
12:25:54.456 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.966S
12:25:54.456 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:25:54.457 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001] for next term 7
12:25:54.460 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 7
12:25:54.462 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received accepted poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]
12:25:54.463 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to CANDIDATE
12:25:54.463 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Cancelling heartbeat timer
12:25:54.463 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Starting election
12:25:54.463 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 7
12:25:54.463 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5000
12:25:54.464 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting votes from [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:25:54.464 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001] for term 7
12:25:54.464 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for term 7
12:25:54.469 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Received successful vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]
12:25:54.470 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to LEADER
12:25:54.470 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Cancelling election
12:25:54.470 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5000
12:25:54.470 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended InitializeEntry[index=175, term=7, timestamp=1451820354470]
12:25:54.471 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=175, term=7, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 175
12:25:54.472 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=175, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:25:54.472 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=175, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:25:54.481 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Starting append timer
12:25:55.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=175, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:25:55.119 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Failed to configure localhost/127.0.0.1:5001
12:25:55.120 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:25:55.121 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Failed to configure localhost/127.0.0.1:5002
12:25:55.121 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:25:55.124 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Failed to configure localhost/127.0.0.1:5001
12:25:55.124 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:25:55.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=174, logTerm=6, entries=[0], commitIndex=174, globalIndex=118] to localhost/127.0.0.1:5001
12:25:55.234 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=174, logTerm=6, entries=[0], commitIndex=174, globalIndex=118] to localhost/127.0.0.1:5002
12:25:55.246 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=174] from localhost/127.0.0.1:5002
12:25:55.247 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=175, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:25:55.247 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=174] from localhost/127.0.0.1:5001
12:25:55.247 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=175, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:25:55.256 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5002
12:25:55.258 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=174, logTerm=6, entries=[1], commitIndex=174, globalIndex=118] to localhost/127.0.0.1:5002
12:25:55.259 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:25:55.261 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=174, logTerm=6, entries=[1], commitIndex=174, globalIndex=118] to localhost/127.0.0.1:5001
12:25:55.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=175] from localhost/127.0.0.1:5002
12:25:55.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=175, term=7, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:25:55.269 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=175] from localhost/127.0.0.1:5001
12:25:55.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=175, logTerm=7, entries=[0], commitIndex=175, globalIndex=175] to localhost/127.0.0.1:5001
12:25:55.486 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=175, logTerm=7, entries=[0], commitIndex=175, globalIndex=175] to localhost/127.0.0.1:5002
12:25:55.493 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=175] from localhost/127.0.0.1:5001
12:25:55.496 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=175] from localhost/127.0.0.1:5002
12:25:55.619 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x760bba17, /127.0.0.1:48894 => /127.0.0.1:5000]
12:25:55.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:25:55.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=176, term=7, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820355622]
12:25:55.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=175, logTerm=7, entries=[1], commitIndex=175, globalIndex=175] to localhost/127.0.0.1:5001
12:25:55.626 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=175, logTerm=7, entries=[1], commitIndex=175, globalIndex=175] to localhost/127.0.0.1:5002
12:25:55.633 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=176] from localhost/127.0.0.1:5002
12:25:55.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=176, term=7, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820355622]
12:25:55.635 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:25:55.643 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:25:55.643 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=177, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820355643]
12:25:55.644 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=176, logTerm=7, entries=[1], commitIndex=176, globalIndex=175] to localhost/127.0.0.1:5002
12:25:55.646 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5002
12:25:55.646 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=177, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820355643]
12:25:55.647 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:25:55.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=175] to localhost/127.0.0.1:5002
12:25:55.736 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5002
12:25:55.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=175] to localhost/127.0.0.1:5002
12:25:55.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5002
12:25:56.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=175] to localhost/127.0.0.1:5002
12:25:56.234 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5002
12:25:56.235 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:25:56.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=175, logTerm=7, entries=[0], commitIndex=177, globalIndex=175] to localhost/127.0.0.1:5001
12:25:56.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=175] to localhost/127.0.0.1:5002
12:25:56.499 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=176] from localhost/127.0.0.1:5001
12:25:56.501 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=176, logTerm=0, entries=[1], commitIndex=177, globalIndex=175] to localhost/127.0.0.1:5001
12:25:56.505 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5001
12:25:56.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5001
12:25:56.735 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5001
12:25:56.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5001
12:25:57.005 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:25:57.006 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5001
12:25:57.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5001
12:25:57.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5002
12:25:57.236 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5001
12:25:57.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5002
12:25:57.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5001
12:25:57.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5002
12:25:57.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5001
12:25:57.595 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:25:57.596 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:25:57.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5001
12:25:57.735 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5001
12:25:57.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5001
12:25:57.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5001
12:25:57.986 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:25:58.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:25:58.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=178, term=7, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820358155]
12:25:58.157 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[1], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5001
12:25:58.158 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=7, entries=[0], commitIndex=177, globalIndex=177] to localhost/127.0.0.1:5002
12:25:58.167 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=178] from localhost/127.0.0.1:5001
12:25:58.168 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=178, term=7, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820358155]
12:25:58.169 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:25:58.169 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=177] from localhost/127.0.0.1:5002
12:25:58.170 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=177, logTerm=0, entries=[1], commitIndex=178, globalIndex=177] to localhost/127.0.0.1:5002
12:25:58.180 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=178] from localhost/127.0.0.1:5002
12:25:58.182 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:25:58.183 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=179, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820358182]
12:25:58.183 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=178, logTerm=7, entries=[1], commitIndex=178, globalIndex=178] to localhost/127.0.0.1:5001
12:25:58.184 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=178, logTerm=7, entries=[1], commitIndex=178, globalIndex=178] to localhost/127.0.0.1:5002
12:25:58.187 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5002
12:25:58.187 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=179, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820358182]
12:25:58.187 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:25:58.190 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5001
12:25:58.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:25:58.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:25:58.241 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5001
12:25:58.241 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5002
12:25:58.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:25:58.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:25:58.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5001
12:25:58.485 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5002
12:25:58.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:25:58.733 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:25:58.737 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5001
12:25:58.737 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5002
12:25:58.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:25:58.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:25:58.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5001
12:25:58.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5002
12:25:59.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:25:59.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:25:59.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5002
12:25:59.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:25:59.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5002
12:25:59.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:25:59.737 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:25:59.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:26:00.412 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:26:00.413 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:00.415 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:26:00.498 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=7, accepted=false]
12:26:00.737 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:26:00.738 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:26:00.746 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:00.748 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:26:00.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=180, term=7, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 180
12:26:00.751 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[0], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:26:00.755 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5001
12:26:00.756 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=180, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:26:00.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=179] from localhost/127.0.0.1:5002
12:26:00.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=180, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:26:00.761 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:26:00.762 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[1], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5001
12:26:00.763 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5002
12:26:00.764 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=179, logTerm=7, entries=[1], commitIndex=179, globalIndex=179] to localhost/127.0.0.1:5002
12:26:00.768 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=180] from localhost/127.0.0.1:5001
12:26:00.768 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=180] from localhost/127.0.0.1:5002
12:26:00.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=180, logTerm=7, entries=[0], commitIndex=180, globalIndex=180] to localhost/127.0.0.1:5001
12:26:00.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=180, logTerm=7, entries=[0], commitIndex=180, globalIndex=180] to localhost/127.0.0.1:5002
12:26:00.991 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=180] from localhost/127.0.0.1:5001
12:26:00.992 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=181, term=7, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 181
12:26:00.994 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=181, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5001
12:26:00.994 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=7, leader=2130712284, index=181, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to localhost/127.0.0.1:5002
12:26:00.997 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5001
12:26:01.000 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=180, logTerm=7, entries=[1], commitIndex=180, globalIndex=180] to localhost/127.0.0.1:5001
12:26:01.000 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received ConfigureResponse[status=OK] from localhost/127.0.0.1:5002
12:26:01.005 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:01.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5001
12:26:01.236 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:01.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5001
12:26:01.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:01.495 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:01.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5001
12:26:01.734 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=180, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5002
12:26:01.738 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:01.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5001
12:26:02.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:02.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5001
12:26:02.235 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:02.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5001
12:26:02.486 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:02.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:02.596 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:02.596 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:02.704 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=7, accepted=false]
12:26:02.733 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5001
12:26:02.733 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=180, logTerm=7, entries=[0], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5002
12:26:02.737 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:02.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=180] from localhost/127.0.0.1:5002
12:26:02.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=180, logTerm=7, entries=[1], commitIndex=181, globalIndex=180] to localhost/127.0.0.1:5002
12:26:02.756 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5002
12:26:02.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=181] to localhost/127.0.0.1:5001
12:26:02.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[0], commitIndex=181, globalIndex=181] to localhost/127.0.0.1:5002
12:26:02.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5002
12:26:02.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=181] from localhost/127.0.0.1:5001
12:26:03.205 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:26:03.206 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=182, term=7, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820363205]
12:26:03.213 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[1], commitIndex=181, globalIndex=181] to localhost/127.0.0.1:5001
12:26:03.214 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=181, logTerm=7, entries=[1], commitIndex=181, globalIndex=181] to localhost/127.0.0.1:5002
12:26:03.218 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=182] from localhost/127.0.0.1:5002
12:26:03.219 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=180, term=7, members=[Member[type=ACTIVE, status=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:26:03.220 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=181, term=7, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
12:26:03.220 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=182, term=7, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820363205]
12:26:03.220 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:26:03.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=182] from localhost/127.0.0.1:5001
12:26:03.226 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:26:03.227 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=183, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820363226]
12:26:03.227 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=182, logTerm=7, entries=[1], commitIndex=182, globalIndex=182] to localhost/127.0.0.1:5001
12:26:03.228 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=182, logTerm=7, entries=[1], commitIndex=182, globalIndex=182] to localhost/127.0.0.1:5002
12:26:03.231 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:03.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=183, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820363226]
12:26:03.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=182] to localhost/127.0.0.1:5002
12:26:03.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:03.234 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:26:03.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:03.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:03.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:03.736 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:03.736 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:03.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:03.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:03.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:03.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:04.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:04.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:04.234 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:04.235 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:04.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:04.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:04.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:04.485 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:04.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:04.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:04.734 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:04.735 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:04.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:04.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:04.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:04.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:05.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:05.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:05.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:05.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:05.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:05.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:05.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:05.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:05.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:05.733 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[0], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:05.740 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5001
12:26:05.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=183] from localhost/127.0.0.1:5002
12:26:05.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002]
12:26:05.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=184, term=7, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820365742]
12:26:05.748 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[1], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5001
12:26:05.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=183, logTerm=7, entries=[1], commitIndex=183, globalIndex=183] to localhost/127.0.0.1:5002
12:26:05.752 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=184] from localhost/127.0.0.1:5001
12:26:05.753 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=184, term=7, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820365742]
12:26:05.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent AcceptResponse[status=OK]
12:26:05.756 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=184] from localhost/127.0.0.1:5002
12:26:05.759 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:26:05.760 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=185, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820365759]
12:26:05.762 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=184, logTerm=7, entries=[1], commitIndex=184, globalIndex=184] to localhost/127.0.0.1:5001
12:26:05.763 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=184, logTerm=7, entries=[1], commitIndex=184, globalIndex=184] to localhost/127.0.0.1:5002
12:26:05.766 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5001
12:26:05.766 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=185, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820365759]
12:26:05.766 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:26:05.770 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5002
12:26:05.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:05.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:05.990 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5002
12:26:05.991 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5001
12:26:06.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:06.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:06.240 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5002
12:26:06.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:06.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5002
12:26:06.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:06.737 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5002
12:26:06.753 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:06.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:06.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:06.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5002
12:26:07.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5001
12:26:07.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:07.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:07.236 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5001
12:26:07.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5002
12:26:07.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:07.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:07.488 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5001
12:26:07.597 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:07.597 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:07.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:07.734 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5001
12:26:07.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:07.990 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:07.992 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5001
12:26:08.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:08.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[0], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:08.243 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5001
12:26:08.247 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=185] from localhost/127.0.0.1:5002
12:26:08.272 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:26:08.273 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=186, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820368272]
12:26:08.273 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[1], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5001
12:26:08.274 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=7, entries=[1], commitIndex=185, globalIndex=185] to localhost/127.0.0.1:5002
12:26:08.279 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5002
12:26:08.279 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=186, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820368272]
12:26:08.281 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:26:08.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:08.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5002
12:26:08.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:08.735 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5002
12:26:08.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:08.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5002
12:26:09.006 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:09.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=185, logTerm=0, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5001
12:26:09.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:09.236 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5002
12:26:09.244 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5001
12:26:09.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5001
12:26:09.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:09.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5002
12:26:09.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5001
12:26:09.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5001
12:26:09.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:10.240 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:10.243 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5001
12:26:10.246 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:10.247 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:10.250 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:26:10.251 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5001
12:26:10.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5001
12:26:10.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:10.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5001
12:26:10.494 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5002
12:26:10.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5001
12:26:10.733 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[0], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:10.739 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5002
12:26:10.788 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:26:10.789 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=187, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820370788]
12:26:10.789 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=7, entries=[1], commitIndex=186, globalIndex=185] to localhost/127.0.0.1:5002
12:26:10.792 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5002
12:26:10.793 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=187, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820370788]
12:26:10.794 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:26:10.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=186] to localhost/127.0.0.1:5002
12:26:10.988 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5002
12:26:11.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=186] to localhost/127.0.0.1:5002
12:26:11.249 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:11.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=0, entries=[0], commitIndex=187, globalIndex=186] to localhost/127.0.0.1:5001
12:26:11.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=186] from localhost/127.0.0.1:5001
12:26:11.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=186, logTerm=0, entries=[1], commitIndex=187, globalIndex=186] to localhost/127.0.0.1:5001
12:26:11.496 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5001
12:26:11.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5001
12:26:11.735 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5001
12:26:11.738 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:11.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5001
12:26:11.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5002
12:26:11.993 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5002
12:26:12.006 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5001
12:26:12.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5001
12:26:12.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5002
12:26:12.237 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5002
12:26:12.240 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5001
12:26:12.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5001
12:26:12.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5002
12:26:12.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5002
12:26:12.485 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5001
12:26:12.597 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:12.597 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:12.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5001
12:26:12.733 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5002
12:26:12.740 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5001
12:26:12.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5001
12:26:12.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5001
12:26:13.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5001
12:26:13.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5001
12:26:13.241 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:13.300 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=24]
12:26:13.301 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=188, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820373299]
12:26:13.301 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[1], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5001
12:26:13.302 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=7, entries=[0], commitIndex=187, globalIndex=187] to localhost/127.0.0.1:5002
12:26:13.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5001
12:26:13.310 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=188, term=7, session=18, commandSequence=2, eventIndex=24, timestamp=1451820373299]
12:26:13.311 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent 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:26:13.312 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=187] from localhost/127.0.0.1:5002
12:26:13.312 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=187, logTerm=0, entries=[1], commitIndex=188, globalIndex=187] to localhost/127.0.0.1:5002
12:26:13.315 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5002
12:26:13.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5001
12:26:13.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5002
12:26:13.493 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5002
12:26:13.493 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5001
12:26:13.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5001
12:26:13.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5002
12:26:13.738 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5001
12:26:13.738 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5002
12:26:13.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5001
12:26:13.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5002
12:26:13.988 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5001
12:26:13.991 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5002
12:26:14.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5001
12:26:14.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5002
12:26:14.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5002
12:26:14.240 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=7, succeeded=true, logIndex=188] from localhost/127.0.0.1:5001
12:26:14.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5001
12:26:14.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5002
12:26:14.987 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:15.056 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5001
12:26:15.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=7, leader=2130712284, logIndex=188, logTerm=7, entries=[0], commitIndex=188, globalIndex=188] to localhost/127.0.0.1:5002
12:26:15.058 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
12:26:15.061 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - java.nio.channels.ClosedChannelException
12:26:15.730 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=7, accepted=false]
12:26:15.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received greater term
12:26:15.742 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to FOLLOWER
12:26:15.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Cancelling append timer
12:26:15.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Starting heartbeat timer
12:26:15.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 8
12:26:15.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received VoteRequest[term=8, candidate=2130712286, logIndex=188, logTerm=7]
12:26:15.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Accepted VoteRequest[term=8, candidate=2130712286, logIndex=188, logTerm=7]: candidate's log is up-to-date
12:26:15.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5002
12:26:15.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent VoteResponse[status=OK, term=8, voted=true]
12:26:15.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConfigureRequest[term=8, leader=2130712286, index=189, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:26:15.744 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Found leader localhost/127.0.0.1:5002
12:26:15.745 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConfigureResponse[status=OK]
12:26:15.753 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=188, logTerm=7, entries=[1], commitIndex=189, globalIndex=173]
12:26:15.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=189, term=8, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]] to log at index 189
12:26:15.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=189]
12:26:15.755 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=189, term=8, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
12:26:15.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=189, logTerm=8, entries=[1], commitIndex=189, globalIndex=189]
12:26:15.830 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=190, term=8, session=18, commandSequence=2, eventIndex=24, timestamp=1451820375815] to log at index 190
12:26:15.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:15.992 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[0], commitIndex=190, globalIndex=189]
12:26:15.993 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:15.994 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=190, term=8, session=18, commandSequence=2, eventIndex=24, timestamp=1451820375815]
12:26:16.242 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[0], commitIndex=190, globalIndex=189]
12:26:16.243 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:16.492 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[0], commitIndex=190, globalIndex=189]
12:26:16.493 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:16.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[0], commitIndex=190, globalIndex=189]
12:26:16.755 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:17.498 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0xb7334182, /127.0.0.1:48916 => /127.0.0.1:5000]
12:26:17.501 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[0], commitIndex=190, globalIndex=189]
12:26:17.501 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:17.598 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:17.598 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:17.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[0], commitIndex=190, globalIndex=189]
12:26:17.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:17.992 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[0], commitIndex=190, globalIndex=189]
12:26:17.992 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:18.241 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[0], commitIndex=190, globalIndex=189]
12:26:18.242 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=190]
12:26:18.344 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=190, logTerm=8, entries=[1], commitIndex=190, globalIndex=189]
12:26:18.345 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=191, term=8, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820378340] to log at index 191
12:26:18.346 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=191]
12:26:18.353 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=191, logTerm=8, entries=[1], commitIndex=191, globalIndex=190]
12:26:18.353 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=192, term=8, session=18, commandSequence=2, eventIndex=24, timestamp=1451820378351] to log at index 192
12:26:18.354 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:18.354 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=191, term=8, client=e9d97cbb-a088-4f67-a99b-618a343c72d2, address=localhost/127.0.0.1:5002, timestamp=1451820378340]
12:26:18.491 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[0], commitIndex=192, globalIndex=190]
12:26:18.491 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:18.491 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=192, term=8, session=18, commandSequence=2, eventIndex=24, timestamp=1451820378351]
12:26:18.746 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[0], commitIndex=192, globalIndex=190]
12:26:18.747 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:19.498 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x35c60509, /127.0.0.1:5000] RECEIVED: [id: 0x3b1af760, /127.0.0.1:48918 => /127.0.0.1:5000]
12:26:19.509 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[0], commitIndex=192, globalIndex=192]
12:26:19.509 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:19.741 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[0], commitIndex=192, globalIndex=192]
12:26:19.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:19.991 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[0], commitIndex=192, globalIndex=192]
12:26:19.991 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:20.243 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[0], commitIndex=192, globalIndex=192]
12:26:20.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:20.492 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[0], commitIndex=192, globalIndex=192]
12:26:20.493 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:20.741 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[0], commitIndex=192, globalIndex=192]
12:26:20.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=192]
12:26:20.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=192, logTerm=8, entries=[1], commitIndex=192, globalIndex=192]
12:26:20.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=193, term=8, session=18, commandSequence=2, eventIndex=24, timestamp=1451820380857] to log at index 193
12:26:20.866 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=193]
12:26:20.991 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=193, logTerm=8, entries=[0], commitIndex=193, globalIndex=193]
12:26:20.991 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=193]
12:26:20.992 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=193, term=8, session=18, commandSequence=2, eventIndex=24, timestamp=1451820380857]
12:26:21.244 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=193, logTerm=8, entries=[0], commitIndex=193, globalIndex=193]
12:26:21.244 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=193]
12:26:21.492 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=193, logTerm=8, entries=[0], commitIndex=193, globalIndex=193]
12:26:21.492 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=193]
12:26:21.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=8, leader=2130712286, logIndex=193, logTerm=8, entries=[0], commitIndex=193, globalIndex=193]
12:26:21.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=8, succeeded=true, logIndex=193]
12:26:22.529 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.786S
12:26:22.532 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:26:22.534 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001] for next term 9
12:26:22.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 9
12:26:22.541 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received accepted poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]
12:26:22.542 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to CANDIDATE
12:26:22.542 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Cancelling heartbeat timer
12:26:22.542 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Starting election
12:26:22.542 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 9
12:26:22.542 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5000
12:26:22.543 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting votes from [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
12:26:22.543 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001] for term 9
12:26:22.543 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Requesting vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for term 9
12:26:22.598 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:22.599 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:23.063 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.CandidateState - request timed out
12:26:23.288 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.CandidateState - request timed out
12:26:23.288 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to FOLLOWER
12:26:23.289 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Cancelling election
12:26:23.289 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Starting heartbeat timer
12:26:27.599 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:27.600 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:32.600 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:32.600 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:35.160 [copycat-compactor-1] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
12:26:37.601 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:37.601 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:42.602 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:42.602 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:47.602 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:47.602 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:52.603 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:52.603 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:26:57.604 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:26:57.604 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:27:02.604 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:27:02.604 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:27:07.605 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:27:07.605 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
12:27:12.605 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@ee0be60]
12:27:12.605 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
This file has been truncated, but you can view the full file.
12:23:03.323 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
12:23:03.329 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
12:23:03.331 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
12:23:03.331 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
12:23:03.331 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
12:23:03.404 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
12:23:03.404 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
12:23:03.404 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
12:23:03.404 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
12:23:03.405 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
12:23:03.405 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
12:23:03.405 [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:23:03.405 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
12:23:03.405 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
12:23:03.405 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
12:23:03.406 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
12:23:03.406 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.netty.workdir: /tmp (io.netty.tmpdir)
12:23:03.410 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
12:23:03.426 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
12:23:03.426 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
12:23:03.582 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.server.storage.SegmentManager - Created segment: Segment[id=1, version=1, index=0, length=0]
12:23:03.656 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
12:23:03.656 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
12:23:03.656 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
12:23:03.657 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
12:23:03.657 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
12:23:03.657 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
12:23:03.657 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
12:23:03.657 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
12:23:03.657 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
12:23:03.658 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
12:23:03.685 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0xbe8ae9310f930473
12:23:03.689 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.n.channel.ChannelOutboundBuffer - -Dio.netty.threadLocalDirectBufferSize: 65536
12:23:03.689 [copycat-server-localhost/127.0.0.1:5001] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
12:23:03.699 [copycat-server-localhost/127.0.0.1:5001] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
12:23:03.701 [copycat-server-localhost/127.0.0.1:5001] DEBUG io.netty.util.NetUtil - Loopback interface: lo (lo, 127.0.0.1)
12:23:03.701 [copycat-server-localhost/127.0.0.1:5001] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128
12:23:03.709 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x130b33ea] REGISTERED
12:23:03.710 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x130b33ea] BIND(localhost/127.0.0.1:5001)
12:23:03.717 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x130b33ea, /127.0.0.1:5001] ACTIVE
12:23:03.724 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.resource.InstanceOperation
12:23:03.725 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResource
12:23:03.726 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResourceIfExists
12:23:03.726 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.CreateResource
12:23:03.727 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.CreateResourceIfExists
12:23:03.731 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered void operation callback class io.atomix.manager.CloseResource
12:23:03.732 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.DeleteResource
12:23:03.733 [copycat-server-localhost/127.0.0.1:5001] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation call
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment