Skip to content

Instantly share code, notes, and snippets.

@electrical
Created January 2, 2016 15:37
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/e15c723ecbb984fec668 to your computer and use it in GitHub Desktop.
Save electrical/e15c723ecbb984fec668 to your computer and use it in GitHub Desktop.
15:23:24.334 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
15:23:24.343 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
15:23:24.344 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
15:23:24.345 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
15:23:24.346 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
15:23:24.410 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
15:23:24.410 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
15:23:24.410 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
15:23:24.410 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
15:23:24.411 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
15:23:24.412 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
15:23:24.412 [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.
15:23:24.413 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
15:23:24.414 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
15:23:24.414 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
15:23:24.416 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
15:23:24.417 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.netty.workdir: /tmp (io.netty.tmpdir)
15:23:24.424 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
15:23:24.441 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
15:23:24.441 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
15:23:24.521 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
15:23:24.521 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
15:23:24.521 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
15:23:24.521 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
15:23:24.521 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
15:23:24.522 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
15:23:24.522 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
15:23:24.522 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
15:23:24.522 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
15:23:24.522 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
15:23:24.568 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Registering session: attempt 1
15:23:24.569 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Sending RegisterRequest[client=30c4802a-74d7-4120-8cf5-8999e939eef2]
15:23:24.570 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:23:24.590 [copycat-client-2] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x91f406ebe22a0143
15:23:24.595 [copycat-client-2] DEBUG i.n.channel.ChannelOutboundBuffer - -Dio.netty.threadLocalDirectBufferSize: 65536
15:23:24.597 [copycat-client-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
15:23:24.610 [copycat-client-2] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
15:23:24.643 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:23:24.657 [copycat-client-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: simple
15:23:24.774 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Received RegisterResponse[status=OK, session=47, 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]]
15:23:24.777 [copycat-client-2] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
15:23:24.779 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:24.780 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:23:24.783 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
Client started!
15:23:24.845 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:27.346 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:27.368 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:29.869 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:30.138 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:32.639 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:32.678 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:35.179 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:35.198 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:37.699 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:37.715 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:40.217 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:40.250 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:42.751 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:42.762 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:45.265 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:45.282 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:47.783 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:47.805 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:50.306 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:50.321 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:52.821 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:52.849 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:55.350 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:55.365 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:23:57.865 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:57.879 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:00.380 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:00.400 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:02.900 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:02.913 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:05.413 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:05.428 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:07.928 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:08.247 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:10.748 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:10.770 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:13.270 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:13.319 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:15.820 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:15.846 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:18.346 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:18.989 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:24:18.996 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:24:19.052 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:21.553 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:21.573 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:24.074 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:24.115 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:26.616 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:26.988 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:29.489 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:29.535 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:32.037 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:32.055 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:34.555 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:34.566 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:37.066 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:37.094 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:39.594 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:39.610 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:42.111 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:42.122 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:44.622 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:44.651 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:47.151 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:47.182 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:49.682 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:49.715 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:52.216 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:52.239 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:54.740 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:54.759 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:57.260 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:57.281 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:24:59.781 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:59.812 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:02.312 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:02.313 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:25:02.318 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:25:02.328 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:25:02.331 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:25:02.450 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:04.951 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:04.968 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:07.469 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:07.488 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:09.989 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:10.003 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:12.503 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:12.527 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:15.027 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:15.043 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:17.543 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:17.756 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:20.257 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:20.292 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:22.793 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:22.825 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:25.325 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:25.341 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:27.842 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:28.357 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:30.858 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:31.498 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:33.999 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:34.586 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:34.591 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:34.638 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:37.140 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:37.145 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:37.158 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:37.713 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:40.213 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:40.234 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:25:42.735 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:42.735 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:25:42.739 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:25:43.489 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:43.490 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:44.438 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:25:44.444 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:25:45.194 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:25:45.195 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:45.195 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:45.198 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:45.340 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:25:47.840 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:47.841 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:25:47.845 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:25:47.865 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:50.366 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:50.367 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:25:50.369 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:25:50.981 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:53.482 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:53.509 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:56.010 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:56.390 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:25:58.890 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:58.911 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:01.412 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:01.437 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:03.938 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:03.956 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:06.456 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:06.484 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:08.985 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:09.103 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:11.604 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:11.616 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:14.117 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:14.135 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:16.636 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:16.654 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:19.155 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:19.171 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:21.672 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:21.688 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:24.188 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:24.201 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:26.701 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:26.720 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:29.221 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:29.246 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:31.747 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:31.766 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:34.267 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:34.288 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:36.789 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:36.810 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:39.310 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:39.334 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:41.835 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:41.865 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:44.366 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:44.383 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:46.884 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:46.900 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:49.401 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:49.416 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:51.917 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:51.934 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:54.435 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:54.866 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:26:57.367 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:26:57.870 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:26:57.881 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:26:57.908 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:00.409 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:00.428 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:02.929 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:03.163 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:05.664 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:05.664 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:27:05.667 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:27:05.687 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:08.188 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:08.201 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:10.702 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:11.157 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:13.658 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:14.167 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:27:14.169 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:27:14.421 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:16.922 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:17.670 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:27:17.672 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:27:17.701 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:20.202 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:20.213 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:22.713 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:22.726 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:25.227 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:25.243 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:27.743 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:27.809 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:30.310 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:30.923 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:27:30.923 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:30.924 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:27:30.928 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:27:31.065 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:33.565 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:33.566 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:27:33.571 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:27:33.818 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:36.318 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:36.343 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:27:38.844 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:39.368 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:27:39.374 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:27:39.410 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:41.910 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:41.911 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:27:41.915 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:27:41.938 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:44.439 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:44.455 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:46.956 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:46.963 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:49.464 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:49.480 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:51.980 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:51.994 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:54.495 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:54.508 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:57.009 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:57.026 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:27:59.527 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:27:59.623 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:28:02.123 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:02.135 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:28:04.636 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:04.648 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:07.149 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:07.153 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:28:07.158 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:28:07.562 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:10.063 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:10.303 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:12.805 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:12.848 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:15.349 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:15.837 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:18.338 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:18.368 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:20.869 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:20.895 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:23.395 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:23.412 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:25.913 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:25.941 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:28.441 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:28.452 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:30.954 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:31.350 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:33.852 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:34.408 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:28:34.412 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:28:34.604 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:37.104 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:37.122 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:39.623 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:39.648 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:42.149 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:42.167 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:44.669 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:44.676 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:28:47.180 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:47.190 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:28:49.691 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:49.691 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:28:49.696 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:28:49.729 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:28:52.230 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:52.230 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:28:52.245 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:28:52.276 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:28:54.777 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:54.801 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:28:57.302 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:57.315 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:28:59.816 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:28:59.831 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:02.332 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:02.352 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:04.853 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:04.872 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:07.373 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:07.391 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:09.892 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:09.912 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:12.413 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:12.430 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:14.930 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:14.944 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:17.445 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:17.457 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:19.958 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:19.969 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:29:22.470 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:22.471 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:22.476 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:22.504 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5002, members=[localhost/127.0.0.1:5000, localhost/127.0.0.1:5001, localhost/127.0.0.1:5002]]
15:29:25.005 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.010 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.012 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.017 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.021 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.039 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:29:25.039 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.039 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.041 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.045 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.046 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.056 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.061 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.066 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.069 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.080 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.081 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.092 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:29:25.093 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.093 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.094 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.108 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.109 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.114 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.115 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.127 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.128 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.130 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:29:25.130 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.130 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.132 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.143 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.144 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.147 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.150 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.153 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.158 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.162 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:29:25.163 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.163 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.164 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.171 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.178 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.186 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.188 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.191 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.199 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.205 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.208 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.212 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:29:25.212 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.212 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.214 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.215 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.218 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.219 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.225 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.234 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.236 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.239 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.240 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.245 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.247 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.253 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:29:25.253 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.253 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.256 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.257 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.258 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.266 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.277 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.287 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.290 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.295 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.298 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.301 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:29:25.301 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.301 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.311 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.313 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.318 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.327 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:25.328 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:25.332 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.333 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:25.341 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
15:29:25.342 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
15:29:25.345 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:29:25.346 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:25.346 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:25.357 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:26.099 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:29:26.101 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:29:26.121 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:28.621 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:28.622 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
15:29:28.626 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
15:29:28.672 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:31.173 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:31.190 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:33.690 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:33.702 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:36.203 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:36.218 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:38.719 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:38.734 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:41.235 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:41.250 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:43.751 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:43.763 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:46.264 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:46.276 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:48.777 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:48.796 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:51.297 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:51.309 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
15:29:53.809 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - Sending KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:29:53.827 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 47 - 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]]
This file has been truncated, but you can view the full file.
15:22:48.625 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
15:22:48.631 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
15:22:48.632 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
15:22:48.633 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
15:22:48.633 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
15:22:48.697 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
15:22:48.697 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
15:22:48.698 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
15:22:48.698 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
15:22:48.699 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
15:22:48.699 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
15:22:48.699 [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.
15:22:48.700 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
15:22:48.700 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
15:22:48.701 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
15:22:48.703 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
15:22:48.703 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.netty.workdir: /tmp (io.netty.tmpdir)
15:22:48.707 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
15:22:48.724 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
15:22:48.724 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
15:22:48.869 [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]
15:22:48.926 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
15:22:48.927 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
15:22:48.927 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
15:22:48.927 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
15:22:48.927 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
15:22:48.927 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
15:22:48.927 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
15:22:48.928 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
15:22:48.928 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
15:22:48.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
15:22:48.959 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x8a043a29704b4bb2
15:22:48.963 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.channel.ChannelOutboundBuffer - -Dio.netty.threadLocalDirectBufferSize: 65536
15:22:48.964 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
15:22:48.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
15:22:48.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.NetUtil - Loopback interface: lo (lo, 127.0.0.1)
15:22:48.988 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128
15:22:48.996 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a] REGISTERED
15:22:48.997 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a] BIND(localhost/127.0.0.1:5000)
15:22:48.999 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] ACTIVE
15:22:49.012 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.resource.InstanceOperation
15:22:49.013 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResource
15:22:49.014 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResourceIfExists
15:22:49.016 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.CreateResource
15:22:49.017 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.CreateResourceIfExists
15:22:49.018 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered void operation callback class io.atomix.manager.CloseResource
15:22:49.018 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.DeleteResource
15:22:49.019 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.ResourceExists
15:22:49.023 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResourceKeys
15:22:49.039 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.ServerContext - Server started successfully!
15:22:49.040 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to FOLLOWER
15:22:49.043 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Starting heartbeat timer
15:22:50.389 [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.344S
15:22:50.398 [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]]
15:22:50.399 [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
15:22:50.416 [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
15:22:51.141 [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
15:22:52.330 [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.188S
15:22:52.331 [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]]
15:22:52.331 [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
15:22:52.332 [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
15:22:53.081 [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
15:22:53.683 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] RECEIVED: [id: 0x3fe6a5f9, /127.0.0.1:43547 => /127.0.0.1:5000]
15:22:53.747 [catalyst-event-loop-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: simple
15:22:53.763 [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]
15:22:53.764 [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=2130712285, logIndex=0, logTerm=0]: candidate's log is up-to-date
15:22:53.766 [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]
15:22:53.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 1
15:22:53.787 [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=2130712285, logIndex=0, logTerm=0]
15:22:53.788 [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=2130712285, logIndex=0, logTerm=0]: candidate's log is up-to-date
15:22:53.789 [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
15:22:53.790 [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]
15:22:53.860 [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=2130712285, 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:5002, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
15:22:53.861 [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
15:22:53.861 [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:5001
15:22:53.868 [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]
15:22:53.915 [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=2130712285, logIndex=0, logTerm=0, entries=[2], commitIndex=0, globalIndex=0]
15:22:53.917 [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:5002, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]] to log at index 1
15:22:53.917 [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=418c344a-3f30-412c-bd91-a7c6350d6581, address=localhost/127.0.0.1:5001, timestamp=1451744573873] to log at index 2
15:22:53.919 [copycat-server-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]
15:22:54.076 [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=2130712285, logIndex=2, logTerm=1, entries=[1], commitIndex=2, globalIndex=0]
15:22:54.078 [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=418c344a-3f30-412c-bd91-a7c6350d6581, timeout=1451744574070] to log at index 3
15:22:54.078 [copycat-server-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]
15:22:54.081 [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:5002, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
15:22:54.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.snapshot.SnapshotStore - Created disk snapshot: FileSnapshot[index=1]
15:22:54.085 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Taking snapshot 1
15:22:54.197 [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=418c344a-3f30-412c-bd91-a7c6350d6581, address=localhost/127.0.0.1:5001, timestamp=1451744573873]
15:22:54.216 [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=2130712285, logIndex=3, logTerm=1, entries=[0], commitIndex=3, globalIndex=0]
15:22:54.217 [copycat-server-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]
15:22:54.218 [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=418c344a-3f30-412c-bd91-a7c6350d6581, timeout=1451744574070]
15:22:54.227 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: OPEN
15:22:54.230 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Completing snapshot 1
15:22:54.281 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
15:22:54.282 [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=2130712285, logIndex=3, logTerm=1, entries=[1], commitIndex=3, globalIndex=0]
15:22:54.284 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=4, term=1, client=418c344a-3f30-412c-bd91-a7c6350d6581, address=localhost/127.0.0.1:5001, timestamp=1451744574235] to log at index 4
15:22:54.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=1, succeeded=true, logIndex=4]
15:22:54.299 [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=2130712285, logIndex=4, logTerm=1, entries=[1], commitIndex=4, globalIndex=0]
15:22:54.300 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=5, term=1, session=3, sequence=1, timestamp=1451744574245, command=io.atomix.manager.GetResource@7a86601a] to log at index 5
15:22:54.300 [copycat-server-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]
15:22:54.301 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=4, term=1, client=418c344a-3f30-412c-bd91-a7c6350d6581, address=localhost/127.0.0.1:5001, timestamp=1451744574235]
15:22:54.310 [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=2130712285, logIndex=5, logTerm=1, entries=[1], commitIndex=5, globalIndex=0]
15:22:54.314 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=6, term=1, session=3, commandSequence=0, eventIndex=3, timestamp=1451744574293] to log at index 6
15:22:54.314 [copycat-server-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]
15:22:54.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=5, term=1, session=3, sequence=1, timestamp=1451744574245, command=io.atomix.manager.GetResource@483451c2]
15:22:54.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=1, leader=2130712285, logIndex=5, logTerm=1, entries=[2], commitIndex=5, globalIndex=0]
15:22:54.953 [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=1451744574341, command=InstanceCommand[resource=5, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@672ccf37, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 7
15:22:54.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=1, succeeded=true, logIndex=7]
15:22:55.433 [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:5001
15:22:55.449 [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=2130712285, 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=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
15:22:55.453 [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]
15:22:56.846 [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.393S
15:22:56.848 [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=null]]
15:22:56.849 [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 2
15:22:56.852 [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 2
15:22:57.366 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - request timed out
15:22:57.597 [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
15:22:58.444 [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.844S
15:22:58.446 [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=null]]
15:22:58.448 [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 2
15:22:58.449 [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 2
15:22:58.481 [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]
15:22:58.510 [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:5002, clientAddress=null]
15:22:58.511 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to CANDIDATE
15:22:58.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Cancelling heartbeat timer
15:22:58.515 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Starting election
15:22:58.515 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 2
15:22:58.516 [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
15:22:58.519 [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=null]]
15:22:58.520 [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 2
15:22:58.523 [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=null] for term 2
15:22:58.534 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Received rejected vote from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]
15:22:58.540 [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:5002, clientAddress=null]
15:22:58.540 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to LEADER
15:22:58.541 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Cancelling election
15:22:58.545 [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
15:22:58.554 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Registering session: attempt 1
15:22:58.556 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Sending RegisterRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:22:58.564 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:22:58.565 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended InitializeEntry[index=8, term=2, timestamp=1451744578545]
15:22:58.567 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=8, 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=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 8
15:22:58.570 [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=8, 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=null], 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
15:22:58.570 [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=8, 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=null], 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
15:22:58.573 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Starting append timer
15:22:58.592 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:22:58.588 [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
15:22:58.605 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] RECEIVED: [id: 0x7eafc20b, /127.0.0.1:43564 => /127.0.0.1:5000]
15:22:58.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=7, logTerm=1, entries=[1], commitIndex=5, globalIndex=0] to localhost/127.0.0.1:5001
15:22:58.610 [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
15:22:58.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=7, logTerm=1, entries=[1], commitIndex=5, globalIndex=0] to localhost/127.0.0.1:5002
15:22:58.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:22:58.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000]
15:22:58.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=9, term=2, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744578628]
15:22:58.651 [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]]
15:22:58.652 [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]
15:22:58.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=false, logIndex=0] from localhost/127.0.0.1:5002
15:22:58.660 [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:5002 to 0
15:22:58.660 [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:5002 to 1
15:22:58.662 [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@5b657936, complete=true] to localhost/127.0.0.1:5002
15:22:58.676 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=8] from localhost/127.0.0.1:5001
15:22:58.681 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=6, term=1, session=3, commandSequence=0, eventIndex=3, timestamp=1451744574293]
15:22:58.684 [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=1451744574341, command=InstanceCommand[resource=5, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@4428ba1f, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
15:22:58.689 [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=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=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
15:22:58.694 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=8, logTerm=2, entries=[1], commitIndex=8, globalIndex=0] to localhost/127.0.0.1:5001
15:22:58.705 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=9] from localhost/127.0.0.1:5001
15:22:58.706 [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=2, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744578628]
15:22:58.712 [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]
15:22:58.716 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent ConnectResponse[status=OK, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5000]]
15:22:58.719 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received RegisterRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:22:58.720 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=10, term=2, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, timeout=1451744578719]
15:22:58.721 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=9, logTerm=2, entries=[1], commitIndex=9, globalIndex=0] to localhost/127.0.0.1:5001
15:22:58.730 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=10] from localhost/127.0.0.1:5001
15:22:58.731 [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=2, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, timeout=1451744578719]
15:22:58.732 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: OPEN
15:22:58.737 [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=10, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5000]]
15:22:58.740 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Received RegisterResponse[status=OK, session=10, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5000]]
15:22:58.741 [copycat-client-3] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
15:22:58.748 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=0, eventIndex=10]
15:22:58.748 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:22:58.756 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@1c1e7cce]
15:22:58.756 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:22:58.757 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:22:58.757 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000]
15:22:58.757 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=11, term=2, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744578757]
15:22:58.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=10, logTerm=2, entries=[1], commitIndex=10, globalIndex=0] to localhost/127.0.0.1:5001
15:22:58.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=2, succeeded=true, logIndex=11] from localhost/127.0.0.1:5001
15:22:58.767 [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=2, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744578757]
15:22:58.767 [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]
15:22:58.768 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent ConnectResponse[status=OK, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5000]]
15:22:58.770 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received CommandRequest[session=10, sequence=1, command=io.atomix.manager.GetResource@7a747e62]
15:22:58.770 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=12, term=2, session=10, sequence=1, timestamp=1451744578770, command=io.atomix.manager.GetResource@7a747e62] to log at index 12
15:22:58.771 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=11, logTerm=2, entries=[1], commitIndex=11, globalIndex=0] to localhost/127.0.0.1:5001
15:22:58.774 [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:5002
15:22:58.796 [copycat-server-localhost/127.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=[10], commitIndex=11, globalIndex=0] to localhost/127.0.0.1:5002
15:22:58.797 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=0, eventIndex=10]
15:22:58.798 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=13, term=2, session=10, commandSequence=0, eventIndex=10, timestamp=1451744578797]
15:22:58.812 [copycat-server-localhost/127.0.0.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:5001
15:22:58.813 [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=2, session=10, sequence=1, timestamp=1451744578770, command=io.atomix.manager.GetResource@58bfe12f]
15:22:58.815 [copycat-server-localhost/127.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=2, entries=[1], commitIndex=12, globalIndex=0] to localhost/127.0.0.1:5001
15:22:58.823 [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=12, result=12]
15:22:58.824 [copycat-server-localhost/127.0.0.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
15:22:58.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=13, term=2, session=10, commandSequence=0, eventIndex=10, timestamp=1451744578797]
15:22:58.827 [copycat-server-localhost/127.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
15:22:58.834 [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:5000]]
15:22:58.834 [copycat-server-localhost/127.0.0.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
15:22:58.836 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Received CommandResponse[status=OK, index=12, result=12]
15:22:58.838 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Received KeepAliveResponse[status=OK, leader=localhost/127.0.0.1:5000, members=[localhost/127.0.0.1:5001, localhost/127.0.0.1:5000]]
15:22:58.844 [copycat-server-localhost/127.0.0.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
15:22:58.845 [copycat-server-localhost/127.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=2, entries=[1], commitIndex=13, globalIndex=12] to localhost/127.0.0.1:5002
15:22:58.849 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending CommandRequest[session=10, sequence=2, command=InstanceCommand[resource=12, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@5b4f8ea, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
15:22:58.850 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received CommandRequest[session=10, sequence=2, command=InstanceCommand[resource=12, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@25073bca, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
15:22:58.851 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=14, term=2, session=10, sequence=2, timestamp=1451744578850, command=InstanceCommand[resource=12, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@25073bca, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 14
15:22:58.852 [copycat-server-localhost/127.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=12] to localhost/127.0.0.1:5001
15:22:58.856 [copycat-server-localhost/127.0.0.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
15:22:58.857 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=14, term=2, session=10, sequence=2, timestamp=1451744578850, command=InstanceCommand[resource=12, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@45eda7f2, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
15:22:58.865 [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=14, result=null]
15:22:58.866 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Received CommandResponse[status=OK, index=14, result=null]
15:22:58.896 [copycat-server-localhost/127.0.0.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:5002
15:22:58.898 [copycat-server-localhost/127.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=14, globalIndex=13] to localhost/127.0.0.1:5002
15:22:58.904 [copycat-server-localhost/127.0.0.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:5002
15:22:59.074 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5001
15:22:59.076 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5002
15:22:59.087 [copycat-server-localhost/127.0.0.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:5002
15:22:59.102 [copycat-server-localhost/127.0.0.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
15:22:59.325 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5001
15:22:59.332 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5002
15:22:59.340 [copycat-server-localhost/127.0.0.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
15:22:59.574 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5001
15:22:59.581 [copycat-server-localhost/127.0.0.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
15:22:59.826 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5001
15:22:59.835 [copycat-server-localhost/127.0.0.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
15:22:59.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:00.074 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5001
15:23:00.075 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5002
15:23:00.085 [copycat-server-localhost/127.0.0.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
15:23:00.086 [copycat-server-localhost/127.0.0.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:5002
15:23:00.164 [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]]
15:23:00.168 [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=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=null], 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]]] to log at index 15
15:23:00.171 [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=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
15:23:00.171 [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=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
15:23:00.186 [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
15:23:00.189 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5001
15:23:00.192 [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
15:23:00.193 [copycat-server-localhost/127.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=14] to localhost/127.0.0.1:5002
15:23:00.202 [copycat-server-localhost/127.0.0.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:5002
15:23:00.203 [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=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], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
15:23:00.205 [copycat-server-localhost/127.0.0.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
15:23:00.237 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:23:00.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=16, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744580237]
15:23:00.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=15, logTerm=2, entries=[1], commitIndex=15, globalIndex=15] to localhost/127.0.0.1:5001
15:23:00.242 [copycat-server-localhost/127.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=15] to localhost/127.0.0.1:5002
15:23:00.260 [copycat-server-localhost/127.0.0.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
15:23:00.263 [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=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=null], 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]]]
15:23:00.268 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=16, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744580237]
15:23:00.268 [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]
15:23:00.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=16] from localhost/127.0.0.1:5002
15:23:00.280 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received RegisterRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96]
15:23:00.281 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=17, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, timeout=1451744580280]
15:23:00.282 [copycat-server-localhost/127.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
15:23:00.283 [copycat-server-localhost/127.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
15:23:00.290 [copycat-server-localhost/127.0.0.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
15:23:00.291 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=17, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, timeout=1451744580280]
15:23:00.292 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: UNSTABLE
15:23:00.293 [copycat-server-localhost/127.0.0.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
15:23:00.295 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 17 - State changed: OPEN
15:23:00.295 [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=17, 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]]
15:23:00.295 [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
15:23:00.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended UnregisterEntry[index=18, term=2, session=3, expired=true, timestamp=1451744580296]
15:23:00.297 [copycat-server-localhost/127.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
15:23:00.299 [copycat-server-localhost/127.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
15:23:00.314 [copycat-server-localhost/127.0.0.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
15:23:00.315 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying UnregisterEntry[index=18, term=2, session=3, expired=true, timestamp=1451744580296]
15:23:00.318 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: EXPIRED
15:23:00.320 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 10 - Sending PublishRequest[session=10, eventIndex=18, previousIndex=10, events=[Event[event=elect, message=InstanceEvent[resource=12, message=14]]]]
15:23:00.325 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Received PublishRequest[session=10, eventIndex=18, previousIndex=10, events=[Event[event=elect, message=InstanceEvent[resource=12, message=14]]]]
Elected leader!
15:23:00.328 [copycat-server-localhost/127.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=[0], commitIndex=18, globalIndex=17] to localhost/127.0.0.1:5001
15:23:00.330 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 10 - Received PublishResponse[status=OK, index=18]
15:23:00.336 [copycat-server-localhost/127.0.0.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
15:23:00.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=18] from localhost/127.0.0.1:5001
15:23:00.346 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:23:00.346 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=19, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744580346]
15:23:00.347 [copycat-server-localhost/127.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=0, entries=[1], commitIndex=18, globalIndex=18] to localhost/127.0.0.1:5001
15:23:00.348 [copycat-server-localhost/127.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=0, entries=[1], commitIndex=18, globalIndex=18] to localhost/127.0.0.1:5002
15:23:00.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=19] from localhost/127.0.0.1:5001
15:23:00.362 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=19, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744580346]
15:23:00.362 [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]
15:23:00.363 [copycat-server-localhost/127.0.0.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
15:23:00.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received CommandRequest[session=17, sequence=1, command=io.atomix.manager.GetResource@415963b3]
15:23:00.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=20, term=2, session=17, sequence=1, timestamp=1451744580375, command=io.atomix.manager.GetResource@415963b3] to log at index 20
15:23:00.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=19, logTerm=2, entries=[1], commitIndex=19, globalIndex=19] to localhost/127.0.0.1:5001
15:23:00.378 [copycat-server-localhost/127.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=[1], commitIndex=19, globalIndex=19] to localhost/127.0.0.1:5002
15:23:00.389 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=20] from localhost/127.0.0.1:5001
15:23:00.390 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=20, term=2, session=17, sequence=1, timestamp=1451744580375, command=io.atomix.manager.GetResource@7c754fc8]
15:23:00.391 [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=20, result=20]
15:23:00.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=20] from localhost/127.0.0.1:5002
15:23:00.395 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=0, eventIndex=17]
15:23:00.396 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=21, term=2, session=17, commandSequence=0, eventIndex=17, timestamp=1451744580395]
15:23:00.397 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=20, logTerm=2, entries=[1], commitIndex=20, globalIndex=20] to localhost/127.0.0.1:5001
15:23:00.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=20, logTerm=2, entries=[1], commitIndex=20, globalIndex=20] to localhost/127.0.0.1:5002
15:23:00.406 [copycat-server-localhost/127.0.0.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
15:23:00.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=21, term=2, session=17, commandSequence=0, eventIndex=17, timestamp=1451744580395]
15:23:00.407 [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]]
15:23:00.414 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received CommandRequest[session=17, sequence=2, command=InstanceCommand[resource=20, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@1084ba7, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
15:23:00.414 [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=17, sequence=2, timestamp=1451744580414, command=InstanceCommand[resource=20, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@1084ba7, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 22
15:23:00.415 [copycat-server-localhost/127.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=20] to localhost/127.0.0.1:5002
15:23:00.417 [copycat-server-localhost/127.0.0.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
15:23:00.418 [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=17, sequence=2, timestamp=1451744580414, command=InstanceCommand[resource=20, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@b46f4ce, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
15:23:00.419 [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=null]
15:23:00.574 [copycat-server-localhost/127.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=[0], commitIndex=22, globalIndex=20] to localhost/127.0.0.1:5002
15:23:00.581 [copycat-server-localhost/127.0.0.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
15:23:00.824 [copycat-server-localhost/127.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=[0], commitIndex=22, globalIndex=20] to localhost/127.0.0.1:5002
15:23:00.835 [copycat-server-localhost/127.0.0.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
15:23:01.074 [copycat-server-localhost/127.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=[0], commitIndex=22, globalIndex=20] to localhost/127.0.0.1:5002
15:23:01.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=22] from localhost/127.0.0.1:5002
15:23:01.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:01.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=20, logTerm=2, entries=[0], commitIndex=22, globalIndex=20] to localhost/127.0.0.1:5001
15:23:01.324 [copycat-server-localhost/127.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=[0], commitIndex=22, globalIndex=20] to localhost/127.0.0.1:5002
15:23:01.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=21] from localhost/127.0.0.1:5001
15:23:01.330 [copycat-server-localhost/127.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=22, globalIndex=20] to localhost/127.0.0.1:5001
15:23:01.336 [copycat-server-localhost/127.0.0.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
15:23:01.341 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:01.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=22] from localhost/127.0.0.1:5002
15:23:01.342 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:01.342 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744581342]
15:23:01.342 [copycat-server-localhost/127.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:5001
15:23:01.342 [copycat-server-localhost/127.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
15:23:01.350 [copycat-server-localhost/127.0.0.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
15:23:01.351 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744581342]
15:23:01.351 [copycat-server-localhost/127.0.0.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
15:23:01.352 [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]]
15:23:01.353 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:01.574 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5001
15:23:01.575 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5002
15:23:01.590 [copycat-server-localhost/127.0.0.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
15:23:01.592 [copycat-server-localhost/127.0.0.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
15:23:01.824 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5001
15:23:01.825 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5002
15:23:01.836 [copycat-server-localhost/127.0.0.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
15:23:01.840 [copycat-server-localhost/127.0.0.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
15:23:02.074 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5001
15:23:02.076 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5002
15:23:02.096 [copycat-server-localhost/127.0.0.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
15:23:02.096 [copycat-server-localhost/127.0.0.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
15:23:02.324 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5001
15:23:02.326 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5002
15:23:02.336 [copycat-server-localhost/127.0.0.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
15:23:02.574 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5002
15:23:02.582 [copycat-server-localhost/127.0.0.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
15:23:02.824 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5002
15:23:02.832 [copycat-server-localhost/127.0.0.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
15:23: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
15:23:02.917 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:02.918 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=24, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744582917]
15:23:02.918 [copycat-server-localhost/127.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=23, globalIndex=23] to localhost/127.0.0.1:5001
15:23:02.919 [copycat-server-localhost/127.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
15:23:02.926 [copycat-server-localhost/127.0.0.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
15:23:02.928 [copycat-server-localhost/127.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
15:23:02.934 [copycat-server-localhost/127.0.0.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
15:23:02.934 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=24, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744582917]
15:23:02.935 [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]]
15:23:03.074 [copycat-server-localhost/127.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
15:23:03.081 [copycat-server-localhost/127.0.0.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
15:23:03.324 [copycat-server-localhost/127.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
15:23:03.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=24] from localhost/127.0.0.1:5002
15:23:03.574 [copycat-server-localhost/127.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
15:23:03.580 [copycat-server-localhost/127.0.0.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
15:23:03.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
15:23:03.824 [copycat-server-localhost/127.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
15:23:03.834 [copycat-server-localhost/127.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
15:23:03.840 [copycat-server-localhost/127.0.0.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
15:23:03.846 [copycat-server-localhost/127.0.0.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
15:23:03.853 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:03.854 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:23:03.855 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:23:03.855 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:23:03.855 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000]
15:23:03.856 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=25, term=2, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744583855]
15:23:03.857 [copycat-server-localhost/127.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
15:23:03.858 [copycat-server-localhost/127.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
15:23:04.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=24, logTerm=2, entries=[1], commitIndex=24, globalIndex=23] to localhost/127.0.0.1:5001
15:23:04.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
15:23:04.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=25] from localhost/127.0.0.1:5001
15:23:04.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=25, term=2, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744583855]
15:23:04.376 [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]
15:23:04.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent ConnectResponse[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]]
15:23:04.385 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:04.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=26, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744584385]
15:23:04.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=25, logTerm=2, entries=[1], commitIndex=25, globalIndex=24] to localhost/127.0.0.1:5001
15:23:04.394 [copycat-server-localhost/127.0.0.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
15:23:04.394 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744584385]
15:23:04.394 [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]]
15:23:04.396 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:04.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:04.574 [copycat-server-localhost/127.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=24] to localhost/127.0.0.1:5001
15:23:04.575 [copycat-server-localhost/127.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=26, globalIndex=24] to localhost/127.0.0.1:5002
15:23:04.589 [copycat-server-localhost/127.0.0.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
15:23:04.595 [copycat-server-localhost/127.0.0.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
15:23:04.596 [copycat-server-localhost/127.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=0, entries=[1], commitIndex=26, globalIndex=24] to localhost/127.0.0.1:5002
15:23:04.604 [copycat-server-localhost/127.0.0.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
15:23:04.824 [copycat-server-localhost/127.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
15:23:04.827 [copycat-server-localhost/127.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
15:23:04.841 [copycat-server-localhost/127.0.0.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
15:23:04.842 [copycat-server-localhost/127.0.0.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
15:23:05.074 [copycat-server-localhost/127.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
15:23:05.078 [copycat-server-localhost/127.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
15:23:05.093 [copycat-server-localhost/127.0.0.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
15:23:05.324 [copycat-server-localhost/127.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
15:23:05.336 [copycat-server-localhost/127.0.0.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
15:23:05.451 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:05.452 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744585451]
15:23:05.453 [copycat-server-localhost/127.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
15:23:05.463 [copycat-server-localhost/127.0.0.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
15:23:05.464 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744585451]
15:23:05.465 [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]]
15:23:05.574 [copycat-server-localhost/127.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
15:23:05.581 [copycat-server-localhost/127.0.0.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
15:23:05.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
15:23:05.824 [copycat-server-localhost/127.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=27, globalIndex=26] to localhost/127.0.0.1:5001
15:23:05.825 [copycat-server-localhost/127.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
15:23:05.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=26] from localhost/127.0.0.1:5001
15:23:05.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=26, logTerm=2, entries=[1], commitIndex=27, globalIndex=26] to localhost/127.0.0.1:5001
15:23:05.839 [copycat-server-localhost/127.0.0.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
15:23:05.843 [copycat-server-localhost/127.0.0.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
15:23:06.074 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5001
15:23:06.076 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5002
15:23:06.086 [copycat-server-localhost/127.0.0.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
15:23:06.091 [copycat-server-localhost/127.0.0.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
15:23:06.324 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5001
15:23:06.325 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5002
15:23:06.340 [copycat-server-localhost/127.0.0.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
15:23:06.357 [copycat-server-localhost/127.0.0.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
15:23:06.574 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5001
15:23:06.574 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5002
15:23:06.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=27] from localhost/127.0.0.1:5002
15:23:06.579 [copycat-server-localhost/127.0.0.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
15:23:06.824 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5001
15:23:06.825 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5002
15:23:06.833 [copycat-server-localhost/127.0.0.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
15:23:06.833 [copycat-server-localhost/127.0.0.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
15:23:06.896 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:06.897 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:06.898 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744586897]
15:23:06.899 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5001
15:23:06.900 [copycat-server-localhost/127.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=27] to localhost/127.0.0.1:5002
15:23:06.909 [copycat-server-localhost/127.0.0.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
15:23:06.909 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744586897]
15:23:06.909 [copycat-server-localhost/127.0.0.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
15:23:06.910 [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]]
15:23:06.912 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:07.074 [copycat-server-localhost/127.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
15:23:07.074 [copycat-server-localhost/127.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
15:23:07.080 [copycat-server-localhost/127.0.0.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
15:23:07.081 [copycat-server-localhost/127.0.0.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
15:23:07.324 [copycat-server-localhost/127.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
15:23:07.324 [copycat-server-localhost/127.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
15:23:07.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=28] from localhost/127.0.0.1:5001
15:23:07.574 [copycat-server-localhost/127.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
15:23:07.586 [copycat-server-localhost/127.0.0.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
15:23:07.824 [copycat-server-localhost/127.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
15:23:07.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:07.975 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744587974]
15:23:07.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:08.074 [copycat-server-localhost/127.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
15:23:08.083 [copycat-server-localhost/127.0.0.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
15:23:08.084 [copycat-server-localhost/127.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:5002
15:23:08.093 [copycat-server-localhost/127.0.0.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
15:23:08.093 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744587974]
15:23:08.095 [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]]
15:23:08.324 [copycat-server-localhost/127.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:5002
15:23:08.331 [copycat-server-localhost/127.0.0.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
15:23:08.366 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:08.574 [copycat-server-localhost/127.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=29, globalIndex=28] to localhost/127.0.0.1:5001
15:23:08.576 [copycat-server-localhost/127.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:5002
15:23:08.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=28] from localhost/127.0.0.1:5001
15:23:08.586 [copycat-server-localhost/127.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=29, globalIndex=28] to localhost/127.0.0.1:5001
15:23:08.590 [copycat-server-localhost/127.0.0.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
15:23:08.597 [copycat-server-localhost/127.0.0.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
15:23:08.824 [copycat-server-localhost/127.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
15:23:08.842 [copycat-server-localhost/127.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
15:23:08.855 [copycat-server-localhost/127.0.0.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
15:23:08.856 [copycat-server-localhost/127.0.0.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
15:23:09.074 [copycat-server-localhost/127.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
15:23:09.075 [copycat-server-localhost/127.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
15:23:09.087 [copycat-server-localhost/127.0.0.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
15:23:09.324 [copycat-server-localhost/127.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
15:23:09.332 [copycat-server-localhost/127.0.0.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
15:23:09.412 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:09.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=10, commandSequence=2, eventIndex=18]
15:23:09.414 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=30, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744589413]
15:23:09.415 [copycat-server-localhost/127.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
15:23:09.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=30] from localhost/127.0.0.1:5001
15:23:09.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=30, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744589413]
15:23:09.425 [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]]
15:23:09.428 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:09.574 [copycat-server-localhost/127.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=[0], commitIndex=30, globalIndex=29] to localhost/127.0.0.1:5001
15:23:09.580 [copycat-server-localhost/127.0.0.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
15:23:09.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:09.824 [copycat-server-localhost/127.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=[0], commitIndex=30, globalIndex=29] to localhost/127.0.0.1:5001
15:23:09.826 [copycat-server-localhost/127.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=30, globalIndex=29] to localhost/127.0.0.1:5002
15:23:09.837 [copycat-server-localhost/127.0.0.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
15:23:09.838 [copycat-server-localhost/127.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=30, globalIndex=29] to localhost/127.0.0.1:5002
15:23:09.842 [copycat-server-localhost/127.0.0.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
15:23:09.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=30] from localhost/127.0.0.1:5002
15:23:10.074 [copycat-server-localhost/127.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=[0], commitIndex=30, globalIndex=30] to localhost/127.0.0.1:5001
15:23:10.074 [copycat-server-localhost/127.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=[0], commitIndex=30, globalIndex=30] to localhost/127.0.0.1:5002
15:23:10.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:10.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=31, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744590613]
15:23:10.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
15:23:10.731 [copycat-server-localhost/127.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=[0], commitIndex=30, globalIndex=30] to localhost/127.0.0.1:5001
15:23: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=2, leader=2130712284, logIndex=30, logTerm=2, entries=[1], commitIndex=30, globalIndex=30] to localhost/127.0.0.1:5002
15:23:10.732 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:10.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=2, succeeded=true, logIndex=30] from localhost/127.0.0.1:5001
15:23:10.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=2, leader=2130712284, logIndex=30, logTerm=2, entries=[1], commitIndex=30, globalIndex=30] to localhost/127.0.0.1:5001
15:23:10.741 [copycat-server-localhost/127.0.0.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
15:23:10.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=31, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744590613]
15:23:10.742 [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]]
15:23:10.824 [copycat-server-localhost/127.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=30] to localhost/127.0.0.1:5002
15:23:10.836 [copycat-server-localhost/127.0.0.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
15:23:11.074 [copycat-server-localhost/127.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=30] to localhost/127.0.0.1:5002
15:23:11.082 [copycat-server-localhost/127.0.0.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
15:23:11.324 [copycat-server-localhost/127.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=30] to localhost/127.0.0.1:5002
15:23:11.366 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:11.574 [copycat-server-localhost/127.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=[0], commitIndex=31, globalIndex=30] to localhost/127.0.0.1:5001
15:23:11.579 [copycat-server-localhost/127.0.0.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
15:23:11.824 [copycat-server-localhost/127.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=30] to localhost/127.0.0.1:5001
15:23:11.832 [copycat-server-localhost/127.0.0.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
15:23:11.928 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:11.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:11.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=32, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744591929]
15:23:11.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=31, logTerm=2, entries=[1], commitIndex=31, globalIndex=30] to localhost/127.0.0.1:5001
15:23:11.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=32] from localhost/127.0.0.1:5001
15:23:11.933 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=32, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744591929]
15:23:11.934 [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]]
15:23:11.936 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:11.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:12.074 [copycat-server-localhost/127.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
15:23:12.075 [copycat-server-localhost/127.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
15:23:12.086 [copycat-server-localhost/127.0.0.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
15:23:12.089 [copycat-server-localhost/127.0.0.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
15:23:12.090 [copycat-server-localhost/127.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=32, globalIndex=31] to localhost/127.0.0.1:5002
15:23:12.103 [copycat-server-localhost/127.0.0.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
15:23:12.324 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5001
15:23:12.325 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5002
15:23:12.332 [copycat-server-localhost/127.0.0.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
15:23:12.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=32] from localhost/127.0.0.1:5002
15:23:12.574 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5001
15:23:12.575 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5002
15:23:12.586 [copycat-server-localhost/127.0.0.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
15:23:12.825 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5002
15:23:12.831 [copycat-server-localhost/127.0.0.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
15:23:13.074 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5002
15:23:13.080 [copycat-server-localhost/127.0.0.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
15:23:13.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:13.252 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:13.253 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744593252]
15:23:13.254 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5001
15:23:13.254 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5002
15:23:13.258 [copycat-server-localhost/127.0.0.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
15:23:13.259 [copycat-server-localhost/127.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=32] to localhost/127.0.0.1:5001
15:23:13.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=33] from localhost/127.0.0.1:5002
15:23:13.269 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744593252]
15:23:13.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=33] from localhost/127.0.0.1:5001
15:23:13.273 [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]]
15:23:13.324 [copycat-server-localhost/127.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=[0], commitIndex=33, globalIndex=33] to localhost/127.0.0.1:5001
15:23:13.325 [copycat-server-localhost/127.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=[0], commitIndex=33, globalIndex=33] to localhost/127.0.0.1:5002
15:23:13.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=33] from localhost/127.0.0.1:5001
15:23:13.574 [copycat-server-localhost/127.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=[0], commitIndex=33, globalIndex=33] to localhost/127.0.0.1:5001
15:23:13.580 [copycat-server-localhost/127.0.0.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
15:23:13.824 [copycat-server-localhost/127.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=[0], commitIndex=33, globalIndex=33] to localhost/127.0.0.1:5001
15:23:13.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:14.075 [copycat-server-localhost/127.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=[0], commitIndex=33, globalIndex=33] to localhost/127.0.0.1:5002
15:23:14.082 [copycat-server-localhost/127.0.0.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:5002
15:23:14.324 [copycat-server-localhost/127.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=[0], commitIndex=33, globalIndex=33] to localhost/127.0.0.1:5002
15:23:14.366 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:14.436 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:14.437 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:14.437 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744594437]
15:23:14.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=33, logTerm=2, entries=[0], commitIndex=33, globalIndex=33] to localhost/127.0.0.1:5001
15:23:14.442 [copycat-server-localhost/127.0.0.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
15:23:14.443 [copycat-server-localhost/127.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=[1], commitIndex=33, globalIndex=33] to localhost/127.0.0.1:5001
15:23:14.448 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=34] from localhost/127.0.0.1:5001
15:23:14.448 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744594437]
15:23:14.449 [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]]
15:23:14.451 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:14.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[0], commitIndex=34, globalIndex=33] to localhost/127.0.0.1:5001
15:23:14.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=34] from localhost/127.0.0.1:5001
15:23:14.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[0], commitIndex=34, globalIndex=33] to localhost/127.0.0.1:5001
15:23:14.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=34] from localhost/127.0.0.1:5001
15:23:14.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:15.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[0], commitIndex=34, globalIndex=33] to localhost/127.0.0.1:5001
15:23:15.075 [copycat-server-localhost/127.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=[0], commitIndex=34, globalIndex=33] to localhost/127.0.0.1:5002
15:23:15.084 [copycat-server-localhost/127.0.0.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:5002
15:23:15.085 [copycat-server-localhost/127.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=[1], commitIndex=34, globalIndex=33] to localhost/127.0.0.1:5002
15:23:15.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=34] from localhost/127.0.0.1:5001
15:23:15.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=34] from localhost/127.0.0.1:5002
15:23:15.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[0], commitIndex=34, globalIndex=34] to localhost/127.0.0.1:5001
15:23:15.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[0], commitIndex=34, globalIndex=34] to localhost/127.0.0.1:5002
15:23:15.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=34] from localhost/127.0.0.1:5001
15:23:15.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[0], commitIndex=34, globalIndex=34] to localhost/127.0.0.1:5001
15: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=34] from localhost/127.0.0.1:5001
15:23:15.783 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:15.784 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=35, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744595783]
15:23:15.784 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[1], commitIndex=34, globalIndex=34] to localhost/127.0.0.1:5001
15:23:15.786 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=35] from localhost/127.0.0.1:5001
15:23:15.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=35, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744595783]
15:23:15.787 [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]]
15:23:15.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=35, logTerm=2, entries=[0], commitIndex=35, globalIndex=34] to localhost/127.0.0.1:5001
15:23:15.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:16.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[0], commitIndex=35, globalIndex=34] to localhost/127.0.0.1:5002
15:23:16.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=34] from localhost/127.0.0.1:5002
15:23:16.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=34, logTerm=2, entries=[1], commitIndex=35, globalIndex=34] to localhost/127.0.0.1:5002
15:23:16.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=35] from localhost/127.0.0.1:5002
15:23:16.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=35, logTerm=2, entries=[0], commitIndex=35, globalIndex=35] to localhost/127.0.0.1:5002
15:23:16.329 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=35] from localhost/127.0.0.1:5002
15:23:16.366 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:16.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=35, logTerm=2, entries=[0], commitIndex=35, globalIndex=35] to localhost/127.0.0.1:5001
15:23:16.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=35, logTerm=2, entries=[0], commitIndex=35, globalIndex=35] to localhost/127.0.0.1:5002
15:23:16.588 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=35] from localhost/127.0.0.1:5002
15:23:16.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=35, logTerm=2, entries=[0], commitIndex=35, globalIndex=35] to localhost/127.0.0.1:5002
15:23:16.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=35] from localhost/127.0.0.1:5002
15:23:16.952 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:16.953 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:16.953 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=36, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744596953]
15:23:16.954 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=35, logTerm=2, entries=[1], commitIndex=35, globalIndex=35] to localhost/127.0.0.1:5002
15:23:16.960 [copycat-server-localhost/127.0.0.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
15:23:16.961 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=36, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744596953]
15:23:16.961 [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]]
15:23:16.963 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:17.074 [copycat-server-localhost/127.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=[0], commitIndex=36, globalIndex=35] to localhost/127.0.0.1:5002
15:23:17.083 [copycat-server-localhost/127.0.0.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
15:23:17.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:17.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=35, logTerm=2, entries=[0], commitIndex=36, globalIndex=35] to localhost/127.0.0.1:5001
15:23:17.326 [copycat-server-localhost/127.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=[0], commitIndex=36, globalIndex=35] to localhost/127.0.0.1:5002
15:23:17.333 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=35] from localhost/127.0.0.1:5001
15:23:17.334 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=35, logTerm=2, entries=[1], commitIndex=36, globalIndex=35] to localhost/127.0.0.1:5001
15:23:17.344 [copycat-server-localhost/127.0.0.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
15:23:17.574 [copycat-server-localhost/127.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=[0], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5001
15:23:17.582 [copycat-server-localhost/127.0.0.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
15:23:17.824 [copycat-server-localhost/127.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=[0], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5001
15:23:17.831 [copycat-server-localhost/127.0.0.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
15:23:17.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:18.074 [copycat-server-localhost/127.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=[0], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5001
15:23:18.075 [copycat-server-localhost/127.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=[0], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5002
15:23:18.081 [copycat-server-localhost/127.0.0.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
15:23:18.301 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:18.303 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744598301]
15:23:18.304 [copycat-server-localhost/127.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
15:23:18.726 [copycat-server-localhost/127.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=[0], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5002
15:23:18.726 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:18.733 [copycat-server-localhost/127.0.0.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
15:23:18.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=2, leader=2130712284, logIndex=36, logTerm=2, entries=[1], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5002
15:23:18.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
15:23:18.918 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:23:18.919 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=38, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744598918]
15:23:18.919 [copycat-server-localhost/127.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=[0], commitIndex=36, globalIndex=36] to localhost/127.0.0.1:5001
15:23:18.924 [copycat-server-localhost/127.0.0.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
15:23:18.925 [copycat-server-localhost/127.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=36, globalIndex=36] to localhost/127.0.0.1:5001
15:23:18.927 [copycat-server-localhost/127.0.0.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
15:23:18.927 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744598301]
15:23:18.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=38, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744598918]
15:23:18.929 [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]
15:23:18.930 [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]]
15:23:18.937 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:18.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=39, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744598937]
15:23:18.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=38, logTerm=2, entries=[1], commitIndex=38, globalIndex=36] to localhost/127.0.0.1:5001
15:23:19.464 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:19.464 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:19.466 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=40, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744599464]
15:23:19.477 [copycat-server-localhost/127.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=[4], commitIndex=38, globalIndex=36] to localhost/127.0.0.1:5002
15:23:19.477 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:19.492 [copycat-server-localhost/127.0.0.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
15:23:19.492 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744598937]
15:23:19.493 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=40, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744599464]
15:23:19.494 [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]]
15:23:19.495 [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]]
15:23:19.496 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:19.574 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=38] to localhost/127.0.0.1:5002
15:23:19.581 [copycat-server-localhost/127.0.0.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
15:23:19.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
15:23:19.825 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=40, globalIndex=38] to localhost/127.0.0.1:5001
15:23:19.827 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=38] to localhost/127.0.0.1:5002
15:23:19.839 [copycat-server-localhost/127.0.0.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
15:23:19.840 [copycat-server-localhost/127.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=40, globalIndex=38] to localhost/127.0.0.1:5001
15:23:19.841 [copycat-server-localhost/127.0.0.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
15:23:19.852 [copycat-server-localhost/127.0.0.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
15:23:20.074 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:20.075 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:20.081 [copycat-server-localhost/127.0.0.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
15:23:20.086 [copycat-server-localhost/127.0.0.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
15:23:20.324 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:20.324 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:20.331 [copycat-server-localhost/127.0.0.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
15:23:20.331 [copycat-server-localhost/127.0.0.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
15:23:20.574 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:20.575 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:20.579 [copycat-server-localhost/127.0.0.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
15:23:20.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=40] from localhost/127.0.0.1:5002
15:23:20.824 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:20.826 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:20.840 [copycat-server-localhost/127.0.0.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
15:23:20.840 [copycat-server-localhost/127.0.0.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
15:23:21.074 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:21.076 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:21.081 [copycat-server-localhost/127.0.0.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
15:23:21.084 [copycat-server-localhost/127.0.0.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
15:23:21.324 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:21.324 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:21.332 [copycat-server-localhost/127.0.0.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
15:23:21.332 [copycat-server-localhost/127.0.0.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
15:23:21.574 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:21.575 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:21.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=40] from localhost/127.0.0.1:5001
15:23:21.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=40] from localhost/127.0.0.1:5002
15:23:21.824 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:21.826 [copycat-server-localhost/127.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=[0], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:21.829 [copycat-server-localhost/127.0.0.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
15:23:21.833 [copycat-server-localhost/127.0.0.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
15:23:21.997 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:21.998 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:21.999 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744601998]
15:23:22.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=2, leader=2130712284, logIndex=40, logTerm=2, entries=[1], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5001
15:23:22.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=2, leader=2130712284, logIndex=40, logTerm=2, entries=[1], commitIndex=40, globalIndex=40] to localhost/127.0.0.1:5002
15:23:22.004 [copycat-server-localhost/127.0.0.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
15:23:22.005 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744601998]
15:23:22.005 [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]]
15:23:22.007 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:23:22.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=42, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744602007]
15:23:22.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=41, logTerm=2, entries=[1], commitIndex=41, globalIndex=40] to localhost/127.0.0.1:5001
15:23:22.009 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:22.017 [copycat-server-localhost/127.0.0.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
15:23:22.021 [copycat-server-localhost/127.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
15:23:22.027 [copycat-server-localhost/127.0.0.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
15:23:22.028 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=42, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744602007]
15:23:22.029 [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]
15:23:22.039 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:22.039 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744602039]
15:23:22.040 [copycat-server-localhost/127.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:5002
15:23:22.043 [copycat-server-localhost/127.0.0.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
15:23:22.043 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744602039]
15:23:22.044 [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]]
15:23:22.074 [copycat-server-localhost/127.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:5002
15:23:22.079 [copycat-server-localhost/127.0.0.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
15:23:22.324 [copycat-server-localhost/127.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:5002
15:23:22.328 [copycat-server-localhost/127.0.0.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
15:23:22.576 [copycat-server-localhost/127.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:5002
15:23:22.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=43] from localhost/127.0.0.1:5002
15:23:22.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
15:23:22.824 [copycat-server-localhost/127.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=43, globalIndex=41] to localhost/127.0.0.1:5001
15:23:22.825 [copycat-server-localhost/127.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:5002
15:23:22.829 [copycat-server-localhost/127.0.0.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
15:23:22.830 [copycat-server-localhost/127.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=0, entries=[1], commitIndex=43, globalIndex=41] to localhost/127.0.0.1:5001
15:23:22.832 [copycat-server-localhost/127.0.0.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
15:23:22.835 [copycat-server-localhost/127.0.0.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
15:23:23.074 [copycat-server-localhost/127.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
15:23:23.076 [copycat-server-localhost/127.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
15:23:23.082 [copycat-server-localhost/127.0.0.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
15:23:23.082 [copycat-server-localhost/127.0.0.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
15:23:23.324 [copycat-server-localhost/127.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
15:23:23.324 [copycat-server-localhost/127.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
15:23:23.332 [copycat-server-localhost/127.0.0.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
15:23:23.338 [copycat-server-localhost/127.0.0.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
15:23:23.574 [copycat-server-localhost/127.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
15:23:23.575 [copycat-server-localhost/127.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
15:23:23.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=43] from localhost/127.0.0.1:5002
15:23:23.824 [copycat-server-localhost/127.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
15:23:23.833 [copycat-server-localhost/127.0.0.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
15:23:24.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=43, logTerm=2, entries=[0], commitIndex=43, globalIndex=43] to localhost/127.0.0.1:5002
15:23:24.076 [copycat-server-localhost/127.0.0.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
15:23:24.115 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:24.323 [copycat-server-localhost/127.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
15:23:24.324 [copycat-server-localhost/127.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
15:23:24.326 [copycat-server-localhost/127.0.0.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
15:23:24.328 [copycat-server-localhost/127.0.0.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
15:23:24.510 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:24.510 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:24.511 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744604510]
15:23:24.511 [copycat-server-localhost/127.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
15:23:24.511 [copycat-server-localhost/127.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
15:23:24.524 [copycat-server-localhost/127.0.0.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
15:23:24.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=44, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744604510]
15:23:24.525 [copycat-server-localhost/127.0.0.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
15:23:24.525 [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]]
15:23:24.527 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:24.549 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:24.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=45, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744604549]
15:23:24.550 [copycat-server-localhost/127.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
15:23:24.550 [copycat-server-localhost/127.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:5002
15:23:24.553 [copycat-server-localhost/127.0.0.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
15:23:24.553 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744604549]
15:23:24.554 [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]]
15:23:24.556 [copycat-server-localhost/127.0.0.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
15:23:24.574 [copycat-server-localhost/127.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
15:23:24.574 [copycat-server-localhost/127.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
15:23:24.578 [copycat-server-localhost/127.0.0.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
15:23:24.580 [copycat-server-localhost/127.0.0.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
15:23:24.695 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5001]
15:23:24.697 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=46, term=2, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5001, timestamp=1451744604695]
15:23:24.698 [copycat-server-localhost/127.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=[1], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5001
15:23:24.700 [copycat-server-localhost/127.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=[1], commitIndex=45, globalIndex=45] to localhost/127.0.0.1:5002
15:23:24.708 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=46] from localhost/127.0.0.1:5002
15:23:24.709 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=46, term=2, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5001, timestamp=1451744604695]
15:23:24.709 [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]
15:23:24.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=46] from localhost/127.0.0.1:5001
15:23:24.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received RegisterRequest[client=30c4802a-74d7-4120-8cf5-8999e939eef2]
15:23:24.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=47, term=2, client=30c4802a-74d7-4120-8cf5-8999e939eef2, timeout=1451744604742]
15:23:24.746 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=46, logTerm=2, entries=[1], commitIndex=46, globalIndex=46] to localhost/127.0.0.1:5001
15:23:24.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=46, logTerm=2, entries=[1], commitIndex=46, globalIndex=46] to localhost/127.0.0.1:5002
15:23:24.762 [copycat-server-localhost/127.0.0.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
15:23:24.763 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=47, term=2, client=30c4802a-74d7-4120-8cf5-8999e939eef2, timeout=1451744604742]
15:23:24.764 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 47 - State changed: OPEN
15:23:24.765 [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=47, 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]]
15:23:24.808 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5001]
15:23:24.808 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=48, term=2, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5001, timestamp=1451744604808]
15:23:24.809 [copycat-server-localhost/127.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=46] to localhost/127.0.0.1:5001
15:23:24.814 [copycat-server-localhost/127.0.0.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
15:23:24.814 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=48, term=2, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5001, timestamp=1451744604808]
15:23:24.814 [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]
15:23:24.824 [copycat-server-localhost/127.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=[0], commitIndex=48, globalIndex=46] to localhost/127.0.0.1:5001
15:23:24.828 [copycat-server-localhost/127.0.0.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
15:23:24.830 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:24.830 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744604830]
15:23:24.831 [copycat-server-localhost/127.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=46] to localhost/127.0.0.1:5001
15:23:24.835 [copycat-server-localhost/127.0.0.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
15:23:24.836 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744604830]
15:23:24.836 [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]]
15:23:25.074 [copycat-server-localhost/127.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=46] to localhost/127.0.0.1:5001
15:23:25.081 [copycat-server-localhost/127.0.0.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
15:23:25.324 [copycat-server-localhost/127.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=46] to localhost/127.0.0.1:5001
15:23:25.326 [copycat-server-localhost/127.0.0.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
15:23:25.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:25.574 [copycat-server-localhost/127.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=46] to localhost/127.0.0.1:5001
15:23:25.577 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=46, logTerm=2, entries=[0], commitIndex=49, globalIndex=46] to localhost/127.0.0.1:5002
15:23:25.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=49] from localhost/127.0.0.1:5001
15:23:25.591 [copycat-server-localhost/127.0.0.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
15:23:25.593 [copycat-server-localhost/127.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=49, globalIndex=46] to localhost/127.0.0.1:5002
15:23:25.599 [copycat-server-localhost/127.0.0.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
15:23:25.824 [copycat-server-localhost/127.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
15:23:25.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=49, logTerm=2, entries=[0], commitIndex=49, globalIndex=49] to localhost/127.0.0.1:5002
15:23:25.839 [copycat-server-localhost/127.0.0.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
15:23:25.840 [copycat-server-localhost/127.0.0.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
15:23:26.074 [copycat-server-localhost/127.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
15:23:26.076 [copycat-server-localhost/127.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
15:23:26.086 [copycat-server-localhost/127.0.0.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
15:23:26.324 [copycat-server-localhost/127.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
15:23:26.329 [copycat-server-localhost/127.0.0.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
15:23:26.574 [copycat-server-localhost/127.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
15:23:26.582 [copycat-server-localhost/127.0.0.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
15:23:26.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
15:23:26.824 [copycat-server-localhost/127.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
15:23:26.825 [copycat-server-localhost/127.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
15:23:26.830 [copycat-server-localhost/127.0.0.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
15:23:26.833 [copycat-server-localhost/127.0.0.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
15:23:27.027 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:27.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:27.032 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744607030]
15:23:27.033 [copycat-server-localhost/127.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
15:23:27.034 [copycat-server-localhost/127.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:5002
15:23:27.041 [copycat-server-localhost/127.0.0.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:5002
15:23:27.042 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744607030]
15:23:27.043 [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]]
15:23:27.051 [copycat-server-localhost/127.0.0.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
15:23:27.053 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:27.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:27.063 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744607061]
15:23:27.063 [copycat-server-localhost/127.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=50] to localhost/127.0.0.1:5001
15:23:27.066 [copycat-server-localhost/127.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=50] to localhost/127.0.0.1:5002
15:23:27.071 [copycat-server-localhost/127.0.0.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
15:23:27.072 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744607061]
15:23:27.073 [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]]
15:23:27.078 [copycat-server-localhost/127.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=50] to localhost/127.0.0.1:5001
15:23:27.078 [copycat-server-localhost/127.0.0.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
15:23:27.324 [copycat-server-localhost/127.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
15:23:27.331 [copycat-server-localhost/127.0.0.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
15:23:27.350 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:27.351 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744607350]
15:23:27.351 [copycat-server-localhost/127.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
15:23:27.357 [copycat-server-localhost/127.0.0.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
15:23:27.357 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744607350]
15:23:27.358 [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]]
15:23:27.574 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=51] to localhost/127.0.0.1:5002
15:23:27.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=52] from localhost/127.0.0.1:5002
15:23:27.615 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:27.824 [copycat-server-localhost/127.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=52, globalIndex=51] to localhost/127.0.0.1:5001
15:23:27.825 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=51] to localhost/127.0.0.1:5002
15:23:27.833 [copycat-server-localhost/127.0.0.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
15:23:28.074 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=51] to localhost/127.0.0.1:5002
15:23:28.083 [copycat-server-localhost/127.0.0.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
15:23:28.324 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=51] to localhost/127.0.0.1:5002
15:23:28.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=52] from localhost/127.0.0.1:5002
15:23:28.366 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:28.574 [copycat-server-localhost/127.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=52, globalIndex=51] to localhost/127.0.0.1:5001
15:23:28.574 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=51] to localhost/127.0.0.1:5002
15:23:28.580 [copycat-server-localhost/127.0.0.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
15:23:28.582 [copycat-server-localhost/127.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=52, globalIndex=51] to localhost/127.0.0.1:5001
15:23:28.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=52] from localhost/127.0.0.1:5002
15:23:28.588 [copycat-server-localhost/127.0.0.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
15:23:28.824 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=52] to localhost/127.0.0.1:5001
15:23:28.825 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=52] to localhost/127.0.0.1:5002
15:23:28.834 [copycat-server-localhost/127.0.0.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
15:23:29.074 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=52] to localhost/127.0.0.1:5001
15:23:29.086 [copycat-server-localhost/127.0.0.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
15:23:29.324 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=52] to localhost/127.0.0.1:5001
15:23:29.331 [copycat-server-localhost/127.0.0.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
15:23:29.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:29.553 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:29.556 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:29.557 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744609556]
15:23:29.558 [copycat-server-localhost/127.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
15:23:29.558 [copycat-server-localhost/127.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=[0], commitIndex=52, globalIndex=52] to localhost/127.0.0.1:5002
15:23:29.570 [copycat-server-localhost/127.0.0.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
15:23:29.571 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744609556]
15:23:29.572 [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]]
15:23:29.577 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:29.578 [copycat-server-localhost/127.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=52] to localhost/127.0.0.1:5001
15:23:29.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=53] from localhost/127.0.0.1:5001
15:23:29.584 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:29.585 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744609584]
15:23:29.585 [copycat-server-localhost/127.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=52] to localhost/127.0.0.1:5001
15:23:29.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:29.875 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744609874]
15:23:30.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:23:30.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=56, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744610114]
15:23:30.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=53, logTerm=2, entries=[3], commitIndex=53, globalIndex=52] to localhost/127.0.0.1:5001
15:23:30.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:30.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=56] from localhost/127.0.0.1:5001
15:23:30.127 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744609584]
15:23:30.127 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744609874]
15:23:30.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=56, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744610114]
15:23:30.128 [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]
15:23:30.128 [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]]
15:23:30.129 [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]]
15:23:30.141 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:30.141 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744610141]
15:23:30.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=56, logTerm=2, entries=[1], commitIndex=56, globalIndex=52] to localhost/127.0.0.1:5001
15:23:30.146 [copycat-server-localhost/127.0.0.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
15:23:30.147 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744610141]
15:23:30.147 [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]]
15:23:30.225 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:30.324 [copycat-server-localhost/127.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=52] to localhost/127.0.0.1:5001
15:23:30.325 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=57, globalIndex=52] to localhost/127.0.0.1:5002
15:23:30.331 [copycat-server-localhost/127.0.0.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
15:23:30.333 [copycat-server-localhost/127.0.0.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
15:23:30.336 [copycat-server-localhost/127.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=0, entries=[3], commitIndex=57, globalIndex=52] to localhost/127.0.0.1:5002
15:23:30.344 [copycat-server-localhost/127.0.0.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
15:23:30.574 [copycat-server-localhost/127.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
15:23:30.574 [copycat-server-localhost/127.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
15:23:30.576 [copycat-server-localhost/127.0.0.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
15:23:30.579 [copycat-server-localhost/127.0.0.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
15:23:30.824 [copycat-server-localhost/127.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
15:23:30.824 [copycat-server-localhost/127.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
15:23:30.831 [copycat-server-localhost/127.0.0.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
15:23:30.833 [copycat-server-localhost/127.0.0.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
15:23:31.074 [copycat-server-localhost/127.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
15:23:31.074 [copycat-server-localhost/127.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
15:23:31.078 [copycat-server-localhost/127.0.0.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
15:23:31.083 [copycat-server-localhost/127.0.0.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
15:23:31.324 [copycat-server-localhost/127.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
15:23:31.324 [copycat-server-localhost/127.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
15:23:31.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=57] from localhost/127.0.0.1:5001
15:23:31.331 [copycat-server-localhost/127.0.0.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
15:23:31.574 [copycat-server-localhost/127.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
15:23:31.575 [copycat-server-localhost/127.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
15:23:31.582 [copycat-server-localhost/127.0.0.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
15:23:31.588 [copycat-server-localhost/127.0.0.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
15:23:31.824 [copycat-server-localhost/127.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
15:23:31.825 [copycat-server-localhost/127.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
15:23:31.834 [copycat-server-localhost/127.0.0.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
15:23:31.834 [copycat-server-localhost/127.0.0.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
15:23:32.074 [copycat-server-localhost/127.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
15:23:32.074 [copycat-server-localhost/127.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
15:23:32.078 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:32.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:32.079 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744612079]
15:23:32.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
15:23:32.646 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:32.647 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=59, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744612646]
15:23:32.647 [copycat-server-localhost/127.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
15:23:32.649 [copycat-server-localhost/127.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
15:23:32.649 [copycat-server-localhost/127.0.0.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
15:23:32.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:23:32.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=60, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744612658]
15:23:32.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=57] from localhost/127.0.0.1:5001
15:23:32.662 [copycat-server-localhost/127.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=[3], commitIndex=57, globalIndex=57] to localhost/127.0.0.1:5001
15:23:32.666 [copycat-server-localhost/127.0.0.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:5001
15:23:32.667 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744612079]
15:23:32.667 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=59, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744612646]
15:23:32.668 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=60, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744612658]
15:23:32.668 [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]
15:23:32.668 [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]]
15:23:32.672 [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]]
15:23:32.673 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:32.680 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:32.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=61, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744612680]
15:23:32.685 [copycat-server-localhost/127.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=57] to localhost/127.0.0.1:5001
15:23:32.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:32.824 [copycat-server-localhost/127.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=[0], commitIndex=60, globalIndex=57] to localhost/127.0.0.1:5002
15:23:32.828 [copycat-server-localhost/127.0.0.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
15:23:32.829 [copycat-server-localhost/127.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=[4], commitIndex=60, globalIndex=57] to localhost/127.0.0.1:5002
15:23:32.837 [copycat-server-localhost/127.0.0.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
15:23:32.838 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744612680]
15:23:32.838 [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]]
15:23:33.074 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:33.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=60, logTerm=0, entries=[1], commitIndex=61, globalIndex=60] to localhost/127.0.0.1:5001
15:23:33.368 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:33.725 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:33.726 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:33.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=61] from localhost/127.0.0.1:5002
15:23:33.824 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:33.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=61] from localhost/127.0.0.1:5002
15:23:34.074 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:34.078 [copycat-server-localhost/127.0.0.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
15:23:34.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:34.324 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=61, globalIndex=60] to localhost/127.0.0.1:5001
15:23:34.325 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:34.336 [copycat-server-localhost/127.0.0.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
15:23:34.336 [copycat-server-localhost/127.0.0.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
15:23:34.574 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5001
15:23:34.574 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:34.583 [copycat-server-localhost/127.0.0.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
15:23:34.583 [copycat-server-localhost/127.0.0.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
15:23:34.824 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5001
15:23:34.824 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:34.830 [copycat-server-localhost/127.0.0.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
15:23:34.835 [copycat-server-localhost/127.0.0.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
15:23:35.076 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5001
15:23:35.076 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:35.080 [copycat-server-localhost/127.0.0.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
15:23:35.082 [copycat-server-localhost/127.0.0.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
15:23:35.173 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:35.174 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:35.174 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744615174]
15:23:35.174 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5001
15:23:35.174 [copycat-server-localhost/127.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=60] to localhost/127.0.0.1:5002
15:23:35.178 [copycat-server-localhost/127.0.0.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
15:23:35.183 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744615174]
15:23:35.184 [copycat-server-localhost/127.0.0.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
15:23:35.184 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:35.184 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=63, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744615184]
15:23:35.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=2, leader=2130712284, logIndex=62, logTerm=2, entries=[1], commitIndex=62, globalIndex=62] to localhost/127.0.0.1:5001
15:23:35.185 [copycat-server-localhost/127.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
15:23:35.185 [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]]
15:23:35.188 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:35.191 [copycat-server-localhost/127.0.0.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
15:23:35.191 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=63, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744615184]
15:23:35.191 [copycat-server-localhost/127.0.0.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
15:23:35.192 [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]]
15:23:35.324 [copycat-server-localhost/127.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=[0], commitIndex=63, globalIndex=63] to localhost/127.0.0.1:5001
15:23:35.324 [copycat-server-localhost/127.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=[0], commitIndex=63, globalIndex=63] to localhost/127.0.0.1:5002
15:23:35.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=63] from localhost/127.0.0.1:5002
15:23:35.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=63] from localhost/127.0.0.1:5001
15:23:35.347 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:35.348 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744615347]
15:23:35.348 [copycat-server-localhost/127.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
15:23:35.349 [copycat-server-localhost/127.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:5002
15:23:35.352 [copycat-server-localhost/127.0.0.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
15:23:35.352 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744615347]
15:23:35.353 [copycat-server-localhost/127.0.0.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
15:23:35.353 [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]]
15:23:35.574 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5001
15:23:35.575 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:35.581 [copycat-server-localhost/127.0.0.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
15:23:35.583 [copycat-server-localhost/127.0.0.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
15:23:35.824 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5001
15:23:35.825 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:35.829 [copycat-server-localhost/127.0.0.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
15:23:35.833 [copycat-server-localhost/127.0.0.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
15:23:36.074 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5001
15:23:36.075 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:36.081 [copycat-server-localhost/127.0.0.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
15:23:36.083 [copycat-server-localhost/127.0.0.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
15:23:36.324 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5001
15:23:36.325 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:36.329 [copycat-server-localhost/127.0.0.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
15:23:36.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=64] from localhost/127.0.0.1:5002
15:23:36.574 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5001
15:23:36.575 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:36.583 [copycat-server-localhost/127.0.0.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
15:23:36.583 [copycat-server-localhost/127.0.0.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
15:23:36.824 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5001
15:23:36.826 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:36.836 [copycat-server-localhost/127.0.0.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
15:23:36.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=64] from localhost/127.0.0.1:5001
15:23:37.074 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5001
15:23:37.076 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:37.083 [copycat-server-localhost/127.0.0.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
15:23:37.085 [copycat-server-localhost/127.0.0.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
15:23:37.324 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5001
15:23:37.325 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:37.336 [copycat-server-localhost/127.0.0.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
15:23:37.574 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:37.581 [copycat-server-localhost/127.0.0.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
15:23:37.688 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:37.690 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:37.690 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744617690]
15:23:37.691 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:37.695 [copycat-server-localhost/127.0.0.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
15:23:37.696 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744617690]
15:23:37.698 [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]]
15:23:37.705 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:37.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=47, commandSequence=0, eventIndex=47]
15:23:37.706 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744617706]
15:23:37.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=65, logTerm=2, entries=[1], commitIndex=65, globalIndex=64] to localhost/127.0.0.1:5002
15:23:37.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=66] from localhost/127.0.0.1:5002
15:23:37.711 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744617706]
15:23:37.712 [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]]
15:23:37.824 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:37.827 [copycat-server-localhost/127.0.0.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
15:23:37.860 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:37.861 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744617860]
15:23:37.861 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:37.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
15:23:37.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=67] from localhost/127.0.0.1:5002
15:23:37.868 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744617860]
15:23:37.868 [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]]
15:23:38.074 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=67, globalIndex=64] to localhost/127.0.0.1:5001
15:23:38.074 [copycat-server-localhost/127.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=64] to localhost/127.0.0.1:5002
15:23:38.081 [copycat-server-localhost/127.0.0.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
15:23:38.082 [copycat-server-localhost/127.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=0, entries=[3], commitIndex=67, globalIndex=64] to localhost/127.0.0.1:5001
15:23:38.082 [copycat-server-localhost/127.0.0.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
15:23:38.086 [copycat-server-localhost/127.0.0.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
15:23:38.324 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5001
15:23:38.324 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:38.331 [copycat-server-localhost/127.0.0.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
15:23:38.333 [copycat-server-localhost/127.0.0.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
15:23:38.574 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5001
15:23:38.575 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:38.580 [copycat-server-localhost/127.0.0.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
15:23:38.583 [copycat-server-localhost/127.0.0.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
15:23:38.824 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5001
15:23:38.825 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:38.831 [copycat-server-localhost/127.0.0.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
15:23:38.831 [copycat-server-localhost/127.0.0.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
15:23:39.074 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5001
15:23:39.081 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:39.088 [copycat-server-localhost/127.0.0.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
15:23:39.088 [copycat-server-localhost/127.0.0.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
15:23:39.324 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5001
15:23:39.325 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:39.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=67] from localhost/127.0.0.1:5002
15:23:39.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=67] from localhost/127.0.0.1:5001
15:23:39.574 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5001
15:23:39.575 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:39.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=67] from localhost/127.0.0.1:5002
15:23:39.824 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:39.830 [copycat-server-localhost/127.0.0.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
15:23:40.074 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:40.080 [copycat-server-localhost/127.0.0.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
15:23:40.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:40.205 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:40.206 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:40.207 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744620206]
15:23:40.208 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5001
15:23:40.210 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5002
15:23:40.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=67] from localhost/127.0.0.1:5001
15:23:40.220 [copycat-server-localhost/127.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=67] to localhost/127.0.0.1:5001
15:23:40.226 [copycat-server-localhost/127.0.0.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:5001
15:23:40.227 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744620206]
15:23:40.228 [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]]
15:23:40.230 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:40.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=2, succeeded=true, logIndex=68] from localhost/127.0.0.1:5002
15:23:40.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:40.235 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=69, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744620233]
15:23:40.236 [copycat-server-localhost/127.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=68, globalIndex=68] to localhost/127.0.0.1:5001
15:23:40.237 [copycat-server-localhost/127.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=68, globalIndex=68] to localhost/127.0.0.1:5002
15:23:40.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=2, succeeded=true, logIndex=69] from localhost/127.0.0.1:5002
15:23:40.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=69, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744620233]
15:23:40.245 [copycat-server-localhost/127.0.0.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
15:23:40.245 [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]]
15:23:40.324 [copycat-server-localhost/127.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=[0], commitIndex=69, globalIndex=69] to localhost/127.0.0.1:5001
15:23:40.324 [copycat-server-localhost/127.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=[0], commitIndex=69, globalIndex=69] to localhost/127.0.0.1:5002
15:23:40.328 [copycat-server-localhost/127.0.0.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
15:23:40.328 [copycat-server-localhost/127.0.0.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
15:23:40.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:40.377 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744620376]
15:23:40.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=69, logTerm=2, entries=[1], commitIndex=69, globalIndex=69] to localhost/127.0.0.1:5001
15:23:40.378 [copycat-server-localhost/127.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=69] to localhost/127.0.0.1:5002
15:23:40.385 [copycat-server-localhost/127.0.0.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
15:23:40.385 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744620376]
15:23:40.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]]
15:23:40.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=70] from localhost/127.0.0.1:5001
15:23:40.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=70, logTerm=2, entries=[0], commitIndex=70, globalIndex=70] to localhost/127.0.0.1:5001
15:23:40.574 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:40.580 [copycat-server-localhost/127.0.0.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
15:23:40.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=70] from localhost/127.0.0.1:5001
15:23:40.824 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:40.824 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:40.827 [copycat-server-localhost/127.0.0.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
15:23:40.829 [copycat-server-localhost/127.0.0.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:5001
15:23:41.074 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:41.074 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:41.079 [copycat-server-localhost/127.0.0.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
15:23:41.080 [copycat-server-localhost/127.0.0.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:5001
15:23:41.324 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:41.325 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:41.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=70] from localhost/127.0.0.1:5002
15:23:41.332 [copycat-server-localhost/127.0.0.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:5001
15:23:41.574 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:41.574 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:41.580 [copycat-server-localhost/127.0.0.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:5001
15:23:41.583 [copycat-server-localhost/127.0.0.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
15:23:41.824 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:41.825 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:41.831 [copycat-server-localhost/127.0.0.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
15:23:41.835 [copycat-server-localhost/127.0.0.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:5001
15:23:42.074 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:42.075 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:42.082 [copycat-server-localhost/127.0.0.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:5001
15:23:42.086 [copycat-server-localhost/127.0.0.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
15:23:42.324 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:42.325 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:42.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=70] from localhost/127.0.0.1:5001
15:23:42.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=70] from localhost/127.0.0.1:5002
15:23:42.574 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:42.574 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5002
15:23:42.582 [copycat-server-localhost/127.0.0.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
15:23:42.582 [copycat-server-localhost/127.0.0.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:5001
15:23:42.730 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:42.731 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:42.732 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744622731]
15:23:42.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=2, leader=2130712284, logIndex=70, logTerm=2, entries=[1], commitIndex=70, globalIndex=70] to localhost/127.0.0.1:5001
15:23:42.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=2, leader=2130712284, logIndex=70, logTerm=2, entries=[1], commitIndex=70, globalIndex=70] to localhost/127.0.0.1:5002
15:23:42.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=2, succeeded=true, logIndex=71] from localhost/127.0.0.1:5001
15:23:42.742 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744622731]
15:23:42.743 [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]]
15:23:42.746 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:42.753 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:42.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=72, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744622753]
15:23:42.754 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:42.757 [copycat-server-localhost/127.0.0.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
15:23:42.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=72, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744622753]
15:23:42.757 [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]]
15:23:42.824 [copycat-server-localhost/127.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=[0], commitIndex=72, globalIndex=70] to localhost/127.0.0.1:5001
15:23:42.831 [copycat-server-localhost/127.0.0.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
15:23:42.891 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:42.892 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744622891]
15:23:42.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=72, logTerm=2, entries=[1], commitIndex=72, globalIndex=70] to localhost/127.0.0.1:5001
15:23:42.896 [copycat-server-localhost/127.0.0.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
15:23:42.896 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744622891]
15:23:42.896 [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]]
15:23:43.074 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:43.081 [copycat-server-localhost/127.0.0.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
15:23:43.324 [copycat-server-localhost/127.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=70] to localhost/127.0.0.1:5001
15:23:43.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:43.574 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=73, globalIndex=70] to localhost/127.0.0.1:5002
15:23:43.579 [copycat-server-localhost/127.0.0.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
15:23:43.581 [copycat-server-localhost/127.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=[2], commitIndex=73, globalIndex=70] to localhost/127.0.0.1:5002
15:23:43.595 [copycat-server-localhost/127.0.0.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
15:23:43.824 [copycat-server-localhost/127.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
15:23:43.832 [copycat-server-localhost/127.0.0.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
15:23:43.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
15:23:44.074 [copycat-server-localhost/127.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
15:23:44.075 [copycat-server-localhost/127.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
15:23:44.085 [copycat-server-localhost/127.0.0.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
15:23:44.324 [copycat-server-localhost/127.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
15:23:44.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=73] from localhost/127.0.0.1:5002
15:23:44.574 [copycat-server-localhost/127.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
15:23:44.578 [copycat-server-localhost/127.0.0.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
15:23:44.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
15:23:44.824 [copycat-server-localhost/127.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
15:23:44.824 [copycat-server-localhost/127.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
15:23:44.829 [copycat-server-localhost/127.0.0.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
15:23:44.831 [copycat-server-localhost/127.0.0.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
15:23:45.074 [copycat-server-localhost/127.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
15:23:45.074 [copycat-server-localhost/127.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
15:23:45.079 [copycat-server-localhost/127.0.0.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
15:23:45.082 [copycat-server-localhost/127.0.0.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
15:23:45.247 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:45.248 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:45.250 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744625248]
15:23:45.251 [copycat-server-localhost/127.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
15:23:45.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=2, leader=2130712284, logIndex=73, logTerm=2, entries=[1], commitIndex=73, globalIndex=73] to localhost/127.0.0.1:5002
15:23:45.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=74] from localhost/127.0.0.1:5002
15:23:45.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=74, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744625248]
15:23:45.266 [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]]
15:23:45.268 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:45.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=74] from localhost/127.0.0.1:5001
15:23:45.269 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:45.269 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744625269]
15:23:45.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=74, logTerm=2, entries=[1], commitIndex=74, globalIndex=74] to localhost/127.0.0.1:5001
15:23:45.270 [copycat-server-localhost/127.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=74] to localhost/127.0.0.1:5002
15:23:45.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=75] from localhost/127.0.0.1:5001
15:23:45.276 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744625269]
15:23:45.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=75] from localhost/127.0.0.1:5002
15:23:45.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]]
15:23:45.324 [copycat-server-localhost/127.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
15:23:45.324 [copycat-server-localhost/127.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
15:23:45.328 [copycat-server-localhost/127.0.0.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
15:23:45.329 [copycat-server-localhost/127.0.0.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
15:23:45.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:45.408 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744625408]
15:23:45.409 [copycat-server-localhost/127.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
15:23:45.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=2, leader=2130712284, logIndex=75, logTerm=2, entries=[1], commitIndex=75, globalIndex=75] to localhost/127.0.0.1:5002
15:23:45.415 [copycat-server-localhost/127.0.0.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
15:23:45.415 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744625408]
15:23:45.418 [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]]
15:23:45.421 [copycat-server-localhost/127.0.0.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
15:23:45.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=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5001
15:23:45.574 [copycat-server-localhost/127.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
15:23:45.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=76] from localhost/127.0.0.1:5001
15:23:45.579 [copycat-server-localhost/127.0.0.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
15:23:45.824 [copycat-server-localhost/127.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
15:23:45.824 [copycat-server-localhost/127.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
15:23:45.829 [copycat-server-localhost/127.0.0.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
15:23:45.832 [copycat-server-localhost/127.0.0.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
15:23:46.074 [copycat-server-localhost/127.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
15:23:46.074 [copycat-server-localhost/127.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
15:23:46.079 [copycat-server-localhost/127.0.0.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
15:23:46.324 [copycat-server-localhost/127.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
15:23:46.329 [copycat-server-localhost/127.0.0.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
15:23:46.574 [copycat-server-localhost/127.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
15:23:46.582 [copycat-server-localhost/127.0.0.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
15:23:46.726 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:46.824 [copycat-server-localhost/127.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
15:23:46.825 [copycat-server-localhost/127.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
15:23:46.833 [copycat-server-localhost/127.0.0.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
15:23:46.834 [copycat-server-localhost/127.0.0.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
15:23:47.074 [copycat-server-localhost/127.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
15:23:47.075 [copycat-server-localhost/127.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
15:23:47.081 [copycat-server-localhost/127.0.0.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
15:23:47.328 [copycat-server-localhost/127.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
15:23:47.333 [copycat-server-localhost/127.0.0.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
15:23:47.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=76, logTerm=2, entries=[0], commitIndex=76, globalIndex=76] to localhost/127.0.0.1:5001
15:23:47.576 [copycat-server-localhost/127.0.0.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
15:23:47.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:47.769 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:47.770 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:47.773 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744627770]
15:23:47.775 [copycat-server-localhost/127.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
15:23:47.775 [copycat-server-localhost/127.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
15:23:47.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=76] from localhost/127.0.0.1:5002
15:23:47.787 [copycat-server-localhost/127.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:5002
15:23:47.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=47, commandSequence=0, eventIndex=47]
15:23:47.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=78, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744627788]
15:23:47.788 [copycat-server-localhost/127.0.0.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
15:23:47.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=77, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744627770]
15:23:47.788 [copycat-server-localhost/127.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
15:23:47.788 [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]]
15:23:47.792 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:47.798 [copycat-server-localhost/127.0.0.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
15:23:47.798 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=78, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744627788]
15:23:47.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]]
15:23:47.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=77] from localhost/127.0.0.1:5002
15:23:47.809 [copycat-server-localhost/127.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=78, globalIndex=77] to localhost/127.0.0.1:5002
15:23:47.812 [copycat-server-localhost/127.0.0.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
15:23:47.823 [copycat-server-localhost/127.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=78, globalIndex=78] to localhost/127.0.0.1:5001
15:23:47.824 [copycat-server-localhost/127.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=78, globalIndex=78] to localhost/127.0.0.1:5002
15:23:47.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=78] from localhost/127.0.0.1:5001
15:23:47.829 [copycat-server-localhost/127.0.0.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
15:23:47.928 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:47.928 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=79, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744627928]
15:23:47.929 [copycat-server-localhost/127.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
15:23:47.929 [copycat-server-localhost/127.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
15:23:47.936 [copycat-server-localhost/127.0.0.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
15:23:47.936 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=79, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744627928]
15:23:47.936 [copycat-server-localhost/127.0.0.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
15:23:47.936 [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]]
15:23:48.074 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5001
15:23:48.074 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5002
15:23:48.078 [copycat-server-localhost/127.0.0.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
15:23:48.082 [copycat-server-localhost/127.0.0.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
15:23:48.324 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5001
15:23:48.325 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5002
15:23:48.331 [copycat-server-localhost/127.0.0.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
15:23:48.574 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5002
15:23:48.579 [copycat-server-localhost/127.0.0.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
15:23:48.824 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5002
15:23:48.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
15:23:48.899 [copycat-compactor-1] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
15:23:49.074 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5001
15:23:49.084 [copycat-server-localhost/127.0.0.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
15:23:49.324 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5001
15:23:49.329 [copycat-server-localhost/127.0.0.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
15:23:49.476 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:49.574 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5001
15:23:49.574 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5002
15:23:49.581 [copycat-server-localhost/127.0.0.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
15:23:49.581 [copycat-server-localhost/127.0.0.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
15:23:49.824 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5001
15:23:49.824 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5002
15:23:49.832 [copycat-server-localhost/127.0.0.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
15:23:49.832 [copycat-server-localhost/127.0.0.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
15:23:50.074 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5001
15:23:50.075 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5002
15:23:50.080 [copycat-server-localhost/127.0.0.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
15:23:50.084 [copycat-server-localhost/127.0.0.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
15:23:50.293 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:50.293 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:50.294 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744630293]
15:23:50.295 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5001
15:23:50.295 [copycat-server-localhost/127.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=79] to localhost/127.0.0.1:5002
15:23:50.302 [copycat-server-localhost/127.0.0.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
15:23:50.304 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744630293]
15:23:50.306 [copycat-server-localhost/127.0.0.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
15:23:50.306 [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]]
15:23:50.309 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:50.311 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:50.311 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744630311]
15:23:50.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=2, leader=2130712284, logIndex=80, logTerm=2, entries=[1], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5001
15:23:50.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=2, leader=2130712284, logIndex=80, logTerm=2, entries=[1], commitIndex=80, globalIndex=80] to localhost/127.0.0.1:5002
15:23:50.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=2, succeeded=true, logIndex=81] from localhost/127.0.0.1:5001
15:23:50.315 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744630311]
15:23:50.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=81] from localhost/127.0.0.1:5002
15:23:50.316 [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]]
15:23:50.323 [copycat-server-localhost/127.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
15:23:50.324 [copycat-server-localhost/127.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
15:23:50.328 [copycat-server-localhost/127.0.0.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
15:23:50.328 [copycat-server-localhost/127.0.0.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
15:23:50.443 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:50.444 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744630443]
15:23:50.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=81, logTerm=2, entries=[1], commitIndex=81, globalIndex=81] to localhost/127.0.0.1:5001
15:23:50.446 [copycat-server-localhost/127.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
15:23:50.451 [copycat-server-localhost/127.0.0.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
15:23:50.452 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744630443]
15:23:50.452 [copycat-server-localhost/127.0.0.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
15:23:50.452 [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]]
15:23:50.574 [copycat-server-localhost/127.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
15:23:50.574 [copycat-server-localhost/127.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
15:23:50.578 [copycat-server-localhost/127.0.0.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
15:23:50.824 [copycat-server-localhost/127.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
15:23:50.836 [copycat-server-localhost/127.0.0.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
15:23:51.074 [copycat-server-localhost/127.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
15:23:51.225 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:51.324 [copycat-server-localhost/127.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
15:23:51.328 [copycat-server-localhost/127.0.0.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
15:23:51.574 [copycat-server-localhost/127.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
15:23:51.578 [copycat-server-localhost/127.0.0.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
15:23:51.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
15:23:51.824 [copycat-server-localhost/127.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
15:23:51.825 [copycat-server-localhost/127.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
15:23:51.830 [copycat-server-localhost/127.0.0.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
15:23:51.832 [copycat-server-localhost/127.0.0.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
15:23:52.074 [copycat-server-localhost/127.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
15:23:52.075 [copycat-server-localhost/127.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
15:23:52.085 [copycat-server-localhost/127.0.0.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
15:23:52.324 [copycat-server-localhost/127.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
15:23:52.329 [copycat-server-localhost/127.0.0.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
15:23:52.574 [copycat-server-localhost/127.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
15:23:52.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=82] from localhost/127.0.0.1:5002
15:23:52.615 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:52.810 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:52.810 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:52.812 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744632810]
15:23:52.813 [copycat-server-localhost/127.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
15:23:52.814 [copycat-server-localhost/127.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
15:23:52.819 [copycat-server-localhost/127.0.0.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
15:23:52.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=82, logTerm=2, entries=[1], commitIndex=82, globalIndex=82] to localhost/127.0.0.1:5001
15:23:52.829 [copycat-server-localhost/127.0.0.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
15:23:52.830 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744632810]
15:23:52.830 [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]]
15:23:52.832 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:52.834 [copycat-server-localhost/127.0.0.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
15:23:52.835 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:52.835 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744632835]
15:23:52.836 [copycat-server-localhost/127.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
15:23:52.837 [copycat-server-localhost/127.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:5002
15:23:52.839 [copycat-server-localhost/127.0.0.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
15:23:52.839 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744632835]
15:23:52.840 [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]]
15:23:52.843 [copycat-server-localhost/127.0.0.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
15:23:52.958 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:52.959 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744632958]
15:23:52.959 [copycat-server-localhost/127.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
15:23:52.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=84, logTerm=2, entries=[1], commitIndex=84, globalIndex=84] to localhost/127.0.0.1:5002
15:23:52.966 [copycat-server-localhost/127.0.0.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
15:23:52.967 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744632958]
15:23:52.969 [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]]
15:23:52.973 [copycat-server-localhost/127.0.0.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
15:23:53.074 [copycat-server-localhost/127.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
15:23:53.074 [copycat-server-localhost/127.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
15:23:53.083 [copycat-server-localhost/127.0.0.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
15:23:53.083 [copycat-server-localhost/127.0.0.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
15:23:53.324 [copycat-server-localhost/127.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
15:23:53.325 [copycat-server-localhost/127.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
15:23:53.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=85] from localhost/127.0.0.1:5002
15:23:53.332 [copycat-server-localhost/127.0.0.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
15:23:53.574 [copycat-server-localhost/127.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
15:23:53.575 [copycat-server-localhost/127.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
15:23:53.583 [copycat-server-localhost/127.0.0.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
15:23:53.588 [copycat-server-localhost/127.0.0.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
15:23:53.824 [copycat-server-localhost/127.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
15:23:53.824 [copycat-server-localhost/127.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
15:23:53.833 [copycat-server-localhost/127.0.0.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
15:23:53.835 [copycat-server-localhost/127.0.0.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
15:23:54.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=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
15:23:54.074 [copycat-server-localhost/127.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
15:23:54.076 [copycat-server-localhost/127.0.0.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
15:23:54.077 [copycat-server-localhost/127.0.0.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
15:23:54.324 [copycat-server-localhost/127.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
15:23:54.324 [copycat-server-localhost/127.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
15:23:54.329 [copycat-server-localhost/127.0.0.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
15:23:54.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=85, logTerm=2, entries=[0], commitIndex=85, globalIndex=85] to localhost/127.0.0.1:5001
15:23:54.576 [copycat-server-localhost/127.0.0.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
15:23:54.824 [copycat-server-localhost/127.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
15:23:54.829 [copycat-server-localhost/127.0.0.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
15:23:54.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:55.074 [copycat-server-localhost/127.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
15:23:55.074 [copycat-server-localhost/127.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
15:23:55.084 [copycat-server-localhost/127.0.0.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
15:23:55.084 [copycat-server-localhost/127.0.0.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
15:23:55.324 [copycat-server-localhost/127.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
15:23:55.324 [copycat-server-localhost/127.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
15:23:55.333 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:55.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=85] from localhost/127.0.0.1:5002
15:23:55.334 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:55.334 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744635334]
15:23:55.335 [copycat-server-localhost/127.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
15:23:55.336 [copycat-server-localhost/127.0.0.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
15:23:55.336 [copycat-server-localhost/127.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
15:23:55.338 [copycat-server-localhost/127.0.0.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
15:23:55.339 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744635334]
15:23:55.339 [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]]
15:23:55.341 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:55.342 [copycat-server-localhost/127.0.0.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
15:23:55.352 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:55.352 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744635352]
15:23:55.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=86, logTerm=2, entries=[1], commitIndex=86, globalIndex=86] to localhost/127.0.0.1:5001
15:23:55.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=86, logTerm=2, entries=[1], commitIndex=86, globalIndex=86] to localhost/127.0.0.1:5002
15:23:55.359 [copycat-server-localhost/127.0.0.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
15:23:55.359 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744635352]
15:23:55.359 [copycat-server-localhost/127.0.0.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
15:23:55.360 [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]]
15:23:55.480 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:55.482 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744635480]
15:23:55.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=2, leader=2130712284, logIndex=87, logTerm=2, entries=[1], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5001
15:23: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=2, leader=2130712284, logIndex=87, logTerm=2, entries=[1], commitIndex=87, globalIndex=87] to localhost/127.0.0.1:5002
15:23:55.492 [copycat-server-localhost/127.0.0.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
15:23:55.492 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744635480]
15:23: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=2, succeeded=true, logIndex=88] from localhost/127.0.0.1:5002
15:23:55.493 [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]]
15:23:55.574 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:55.574 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:55.582 [copycat-server-localhost/127.0.0.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
15:23:55.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=88] from localhost/127.0.0.1:5002
15:23:55.824 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:55.825 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:55.830 [copycat-server-localhost/127.0.0.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
15:23:55.831 [copycat-server-localhost/127.0.0.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
15:23:56.074 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:56.074 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:56.077 [copycat-server-localhost/127.0.0.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
15:23:56.324 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:56.333 [copycat-server-localhost/127.0.0.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
15:23:56.574 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:56.581 [copycat-server-localhost/127.0.0.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
15:23:56.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:56.824 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:56.825 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:56.831 [copycat-server-localhost/127.0.0.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
15:23:56.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=88] from localhost/127.0.0.1:5001
15:23:57.074 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:57.075 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:57.085 [copycat-server-localhost/127.0.0.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
15:23:57.089 [copycat-server-localhost/127.0.0.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
15:23:57.324 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:57.325 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:57.329 [copycat-server-localhost/127.0.0.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
15:23:57.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=88] from localhost/127.0.0.1:5002
15:23:57.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=88, logTerm=2, entries=[0], commitIndex=88, globalIndex=88] to localhost/127.0.0.1:5001
15:23:57.574 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:57.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=88] from localhost/127.0.0.1:5002
15:23:57.578 [copycat-server-localhost/127.0.0.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
15:23:57.823 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:57.824 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:57.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=88] from localhost/127.0.0.1:5001
15:23:57.828 [copycat-server-localhost/127.0.0.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
15:23:57.841 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:57.843 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:23:57.844 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744637843]
15:23:57.844 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5001
15:23:57.845 [copycat-server-localhost/127.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=88] to localhost/127.0.0.1:5002
15:23:57.851 [copycat-server-localhost/127.0.0.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
15:23:57.852 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744637843]
15:23:57.852 [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]]
15:23:57.852 [copycat-server-localhost/127.0.0.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
15:23:57.854 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:23:57.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:23:57.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=90, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744637868]
15:23:57.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=89, logTerm=2, entries=[1], commitIndex=89, globalIndex=89] to localhost/127.0.0.1:5001
15:23:57.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=89, logTerm=2, entries=[1], commitIndex=89, globalIndex=89] to localhost/127.0.0.1:5002
15:23:57.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=90] from localhost/127.0.0.1:5002
15:23:57.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=90, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744637868]
15:23:57.875 [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]]
15:23:57.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=90] from localhost/127.0.0.1:5001
15:23:57.998 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:23:57.998 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=91, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744637998]
15:23:58.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=2, leader=2130712284, logIndex=90, logTerm=2, entries=[1], commitIndex=90, globalIndex=90] to localhost/127.0.0.1:5001
15:23:58.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=90, logTerm=2, entries=[1], commitIndex=90, globalIndex=90] to localhost/127.0.0.1:5002
15:23:58.007 [copycat-server-localhost/127.0.0.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
15:23:58.007 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=91, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744637998]
15:23:58.007 [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]]
15:23:58.074 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:23:58.079 [copycat-server-localhost/127.0.0.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
15:23:58.324 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:23:58.328 [copycat-server-localhost/127.0.0.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
15:23:58.574 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:23:58.581 [copycat-server-localhost/127.0.0.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
15:23:58.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:23:58.824 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:23:58.825 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5002
15:23:58.833 [copycat-server-localhost/127.0.0.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:5002
15:23:58.835 [copycat-server-localhost/127.0.0.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
15:23:59.074 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:23:59.074 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5002
15:23:59.086 [copycat-server-localhost/127.0.0.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:5002
15:23:59.094 [copycat-server-localhost/127.0.0.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
15:23:59.323 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:23:59.324 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5002
15:23:59.331 [copycat-server-localhost/127.0.0.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
15:23:59.574 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:23:59.579 [copycat-server-localhost/127.0.0.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
15:23:59.824 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:23:59.829 [copycat-server-localhost/127.0.0.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
15:23:59.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:00.074 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:24:00.075 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5002
15:24:00.080 [copycat-server-localhost/127.0.0.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:5002
15:24:00.082 [copycat-server-localhost/127.0.0.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
15:24:00.324 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:24:00.324 [copycat-server-localhost/127.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=[0], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5002
15:24:00.333 [copycat-server-localhost/127.0.0.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
15:24:00.354 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:00.354 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:00.355 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=92, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744640354]
15:24:00.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=91, logTerm=2, entries=[1], commitIndex=91, globalIndex=90] to localhost/127.0.0.1:5001
15:24:00.363 [copycat-server-localhost/127.0.0.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
15:24:00.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=92, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744640354]
15:24:00.366 [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]]
15:24:00.368 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:00.383 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:00.384 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=93, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744640383]
15:24:00.385 [copycat-server-localhost/127.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=91] to localhost/127.0.0.1:5001
15:24:00.389 [copycat-server-localhost/127.0.0.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
15:24:00.390 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=93, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744640383]
15:24:00.391 [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]]
15:24:00.514 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:00.515 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=94, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744640514]
15:24:00.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=93, logTerm=2, entries=[1], commitIndex=93, globalIndex=91] to localhost/127.0.0.1:5001
15:24:00.520 [copycat-server-localhost/127.0.0.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
15:24:00.521 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=94, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744640514]
15:24:00.522 [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]]
15:24:00.574 [copycat-server-localhost/127.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=91] to localhost/127.0.0.1:5001
15:24:00.976 [copycat-server-localhost/127.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=0, entries=[3], commitIndex=94, globalIndex=91] to localhost/127.0.0.1:5002
15:24:00.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:00.983 [copycat-server-localhost/127.0.0.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
15:24:01.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=94, logTerm=2, entries=[0], commitIndex=94, globalIndex=94] to localhost/127.0.0.1:5002
15:24:01.076 [copycat-server-localhost/127.0.0.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
15:24:01.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:01.324 [copycat-server-localhost/127.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
15:24:01.324 [copycat-server-localhost/127.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
15:24:01.329 [copycat-server-localhost/127.0.0.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
15:24:01.333 [copycat-server-localhost/127.0.0.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
15:24:01.574 [copycat-server-localhost/127.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
15:24:01.575 [copycat-server-localhost/127.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
15:24:01.582 [copycat-server-localhost/127.0.0.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
15:24:01.824 [copycat-server-localhost/127.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
15:24:01.832 [copycat-server-localhost/127.0.0.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
15:24:02.074 [copycat-server-localhost/127.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
15:24:02.076 [copycat-server-localhost/127.0.0.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
15:24:02.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:02.324 [copycat-server-localhost/127.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
15:24:02.324 [copycat-server-localhost/127.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
15:24:02.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=94] from localhost/127.0.0.1:5002
15:24:02.574 [copycat-server-localhost/127.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
15:24:02.579 [copycat-server-localhost/127.0.0.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
15:24:02.824 [copycat-server-localhost/127.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
15:24:02.827 [copycat-server-localhost/127.0.0.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
15:24:02.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
15:24:02.870 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:02.871 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:02.871 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744642871]
15:24:02.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=94, logTerm=2, entries=[0], commitIndex=94, globalIndex=94] to localhost/127.0.0.1:5001
15:24:02.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=94, logTerm=2, entries=[1], commitIndex=94, globalIndex=94] to localhost/127.0.0.1:5002
15:24:02.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=94] from localhost/127.0.0.1:5001
15:24:02.876 [copycat-server-localhost/127.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
15:24:02.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=95] from localhost/127.0.0.1:5002
15:24:02.877 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744642871]
15:24:02.878 [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]]
15:24:02.880 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:02.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=95] from localhost/127.0.0.1:5001
15:24:02.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:02.903 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744642903]
15:24:02.903 [copycat-server-localhost/127.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
15:24:02.903 [copycat-server-localhost/127.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
15:24:02.907 [copycat-server-localhost/127.0.0.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
15:24:02.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=96, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744642903]
15:24:02.907 [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]]
15:24:02.909 [copycat-server-localhost/127.0.0.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
15:24:03.033 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:03.033 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744643033]
15:24:03.033 [copycat-server-localhost/127.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
15:24:03.033 [copycat-server-localhost/127.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
15:24:03.039 [copycat-server-localhost/127.0.0.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
15:24:03.039 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744643033]
15:24:03.041 [copycat-server-localhost/127.0.0.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
15:24:03.042 [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]]
15:24:03.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=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
15:24:03.074 [copycat-server-localhost/127.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
15:24:03.077 [copycat-server-localhost/127.0.0.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
15:24:03.078 [copycat-server-localhost/127.0.0.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
15:24:03.324 [copycat-server-localhost/127.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
15:24:03.324 [copycat-server-localhost/127.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
15:24:03.329 [copycat-server-localhost/127.0.0.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
15:24:03.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=97] from localhost/127.0.0.1:5001
15:24:03.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=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
15:24:03.574 [copycat-server-localhost/127.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
15:24:03.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=97] from localhost/127.0.0.1:5002
15:24:03.578 [copycat-server-localhost/127.0.0.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
15:24:03.824 [copycat-server-localhost/127.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
15:24:03.824 [copycat-server-localhost/127.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
15:24:03.827 [copycat-server-localhost/127.0.0.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
15:24:03.829 [copycat-server-localhost/127.0.0.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
15:24:04.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=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
15:24:04.074 [copycat-server-localhost/127.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
15:24:04.076 [copycat-server-localhost/127.0.0.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
15:24:04.078 [copycat-server-localhost/127.0.0.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
15:24:04.324 [copycat-server-localhost/127.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
15:24:04.324 [copycat-server-localhost/127.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
15:24:04.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=97] from localhost/127.0.0.1:5001
15:24:04.329 [copycat-server-localhost/127.0.0.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
15:24:04.574 [copycat-server-localhost/127.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
15:24:04.574 [copycat-server-localhost/127.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
15:24:04.578 [copycat-server-localhost/127.0.0.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
15:24:04.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=97] from localhost/127.0.0.1:5001
15:24:04.824 [copycat-server-localhost/127.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
15:24:04.824 [copycat-server-localhost/127.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
15:24:04.828 [copycat-server-localhost/127.0.0.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
15:24:04.829 [copycat-server-localhost/127.0.0.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
15:24:05.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=97, logTerm=2, entries=[0], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
15:24:05.074 [copycat-server-localhost/127.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
15:24:05.078 [copycat-server-localhost/127.0.0.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
15:24:05.078 [copycat-server-localhost/127.0.0.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
15:24:05.323 [copycat-server-localhost/127.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
15:24:05.324 [copycat-server-localhost/127.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
15:24:05.328 [copycat-server-localhost/127.0.0.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
15:24:05.329 [copycat-server-localhost/127.0.0.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
15:24:05.380 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:05.381 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:05.382 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744645381]
15:24:05.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=97, logTerm=2, entries=[1], commitIndex=97, globalIndex=97] to localhost/127.0.0.1:5001
15:24:05.383 [copycat-server-localhost/127.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
15:24:05.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=98] from localhost/127.0.0.1:5002
15:24:05.389 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744645381]
15:24:05.389 [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]]
15:24:05.392 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:05.395 [copycat-server-localhost/127.0.0.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
15:24:05.416 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:05.417 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744645416]
15:24:05.417 [copycat-server-localhost/127.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
15:24:05.418 [copycat-server-localhost/127.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
15:24:05.420 [copycat-server-localhost/127.0.0.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:5001
15:24:05.421 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744645416]
15:24:05.421 [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]]
15:24:05.428 [copycat-server-localhost/127.0.0.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
15:24:05.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=17, commandSequence=2, eventIndex=17]
15:24:05.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=100, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744645548]
15:24:05.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=99, logTerm=2, entries=[1], commitIndex=99, globalIndex=99] to localhost/127.0.0.1:5001
15:24:05.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=99, logTerm=2, entries=[1], commitIndex=99, globalIndex=99] to localhost/127.0.0.1:5002
15:24:05.552 [copycat-server-localhost/127.0.0.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
15:24:05.552 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=100, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744645548]
15:24:05.552 [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]]
15:24:05.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=100] from localhost/127.0.0.1:5001
15:24:05.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=100, logTerm=2, entries=[0], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5001
15:24:05.574 [copycat-server-localhost/127.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
15:24:05.580 [copycat-server-localhost/127.0.0.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
15:24:05.580 [copycat-server-localhost/127.0.0.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
15:24:05.824 [copycat-server-localhost/127.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
15:24:05.825 [copycat-server-localhost/127.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
15:24:05.832 [copycat-server-localhost/127.0.0.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
15:24:06.074 [copycat-server-localhost/127.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
15:24:06.080 [copycat-server-localhost/127.0.0.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
15:24:06.324 [copycat-server-localhost/127.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
15:24:06.328 [copycat-server-localhost/127.0.0.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
15:24:06.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:06.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=100, logTerm=2, entries=[0], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5001
15:24:06.574 [copycat-server-localhost/127.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
15:24:06.576 [copycat-server-localhost/127.0.0.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
15:24:06.579 [copycat-server-localhost/127.0.0.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
15:24:06.824 [copycat-server-localhost/127.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
15:24:06.825 [copycat-server-localhost/127.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
15:24:06.831 [copycat-server-localhost/127.0.0.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
15:24:07.074 [copycat-server-localhost/127.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
15:24:07.081 [copycat-server-localhost/127.0.0.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
15:24:07.324 [copycat-server-localhost/127.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
15:24:07.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=100] from localhost/127.0.0.1:5001
15:24:07.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:07.574 [copycat-server-localhost/127.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
15:24:07.574 [copycat-server-localhost/127.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
15:24:07.582 [copycat-server-localhost/127.0.0.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
15:24:07.824 [copycat-server-localhost/127.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
15:24:07.892 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:07.893 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:07.894 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744647893]
15:24:07.933 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:07.934 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744647933]
15:24:08.059 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:08.060 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744648059]
15:24:08.225 [copycat-server-localhost/127.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
15:24:08.226 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:08.229 [copycat-server-localhost/127.0.0.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
15:24:08.229 [copycat-server-localhost/127.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=[3], commitIndex=100, globalIndex=100] to localhost/127.0.0.1:5002
15:24:08.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=103] from localhost/127.0.0.1:5002
15:24:08.234 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744647893]
15:24:08.235 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744647933]
15:24:08.235 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744648059]
15:24:08.235 [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]]
15:24:08.236 [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]]
15:24:08.237 [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]]
15:24:08.240 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:08.323 [copycat-server-localhost/127.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=100] to localhost/127.0.0.1:5002
15:24:08.328 [copycat-server-localhost/127.0.0.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
15:24:08.366 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:08.574 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=103, globalIndex=100] to localhost/127.0.0.1:5001
15:24:08.575 [copycat-server-localhost/127.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=100] to localhost/127.0.0.1:5002
15:24:08.582 [copycat-server-localhost/127.0.0.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
15:24:08.824 [copycat-server-localhost/127.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=100] to localhost/127.0.0.1:5002
15:24:08.828 [copycat-server-localhost/127.0.0.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
15:24:09.074 [copycat-server-localhost/127.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=100] to localhost/127.0.0.1:5002
15:24:09.105 [copycat-server-localhost/127.0.0.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
15:24:09.115 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:09.324 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=103, globalIndex=100] to localhost/127.0.0.1:5001
15:24:09.324 [copycat-server-localhost/127.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=100] to localhost/127.0.0.1:5002
15:24:09.328 [copycat-server-localhost/127.0.0.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
15:24:09.329 [copycat-server-localhost/127.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=0, entries=[3], commitIndex=103, globalIndex=100] to localhost/127.0.0.1:5001
15:24:09.333 [copycat-server-localhost/127.0.0.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
15:24:09.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=103] from localhost/127.0.0.1:5002
15:24:09.574 [copycat-server-localhost/127.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
15:24:09.574 [copycat-server-localhost/127.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
15:24:09.579 [copycat-server-localhost/127.0.0.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
15:24:09.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=103] from localhost/127.0.0.1:5001
15:24:09.824 [copycat-server-localhost/127.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
15:24:09.825 [copycat-server-localhost/127.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
15:24:09.835 [copycat-server-localhost/127.0.0.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
15:24:09.835 [copycat-server-localhost/127.0.0.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
15:24:10.074 [copycat-server-localhost/127.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
15:24:10.074 [copycat-server-localhost/127.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
15:24:10.082 [copycat-server-localhost/127.0.0.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
15:24:10.324 [copycat-server-localhost/127.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
15:24:10.328 [copycat-server-localhost/127.0.0.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
15:24:10.574 [copycat-server-localhost/127.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
15:24:10.580 [copycat-server-localhost/127.0.0.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
15:24:10.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:10.742 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:10.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:10.743 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744650743]
15:24:10.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=2, leader=2130712284, logIndex=103, logTerm=2, entries=[1], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5001
15:24:10.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=2, leader=2130712284, logIndex=103, logTerm=2, entries=[0], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5002
15:24:10.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:10.744 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744650744]
15:24:10.746 [copycat-server-localhost/127.0.0.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
15:24:10.746 [copycat-server-localhost/127.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=[2], commitIndex=103, globalIndex=103] to localhost/127.0.0.1:5002
15:24:10.750 [copycat-server-localhost/127.0.0.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
15:24:10.751 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744650743]
15:24:10.752 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:10.755 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:10.755 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744650755]
15:24:10.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=105] from localhost/127.0.0.1:5001
15:24:10.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=105, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744650744]
15:24:10.758 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:10.760 [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]]
15:24:10.760 [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]]
15:24:10.763 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:10.763 [copycat-server-localhost/127.0.0.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
15:24:10.764 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744650755]
15:24:10.764 [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]]
15:24:10.823 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:10.827 [copycat-server-localhost/127.0.0.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
15:24:11.074 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:11.079 [copycat-server-localhost/127.0.0.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
15:24:11.323 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:11.326 [copycat-server-localhost/127.0.0.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
15:24:11.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:11.574 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:11.575 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=106, globalIndex=103] to localhost/127.0.0.1:5002
15:24:11.581 [copycat-server-localhost/127.0.0.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
15:24:11.824 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:11.832 [copycat-server-localhost/127.0.0.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
15:24:12.074 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:12.079 [copycat-server-localhost/127.0.0.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
15:24:12.225 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:12.324 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:12.324 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=106, globalIndex=103] to localhost/127.0.0.1:5002
15:24:12.333 [copycat-server-localhost/127.0.0.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
15:24:12.574 [copycat-server-localhost/127.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=103] to localhost/127.0.0.1:5001
15:24:12.975 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=106, globalIndex=103] to localhost/127.0.0.1:5002
15:24:12.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:12.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=107, 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 107
15:24:12.988 [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=107, 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
15:24:12.988 [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=107, 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
15:24:12.998 [copycat-server-localhost/127.0.0.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
15:24:13.002 [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
15:24:13.003 [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
15: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=105, logTerm=2, entries=[2], commitIndex=106, globalIndex=103] to localhost/127.0.0.1:5002
15:24:13.011 [copycat-server-localhost/127.0.0.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
15:24:13.074 [copycat-server-localhost/127.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=106] to localhost/127.0.0.1:5002
15:24:13.077 [copycat-server-localhost/127.0.0.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
15:24:13.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=108, 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 108
15:24:13.081 [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=108, 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
15:24:13.081 [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=108, 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
15:24:13.100 [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
15:24:13.100 [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
15:24:13.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=107, logTerm=2, entries=[1], commitIndex=107, globalIndex=106] to localhost/127.0.0.1:5002
15:24:13.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=108] from localhost/127.0.0.1:5002
15:24:13.115 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:13.263 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:13.263 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:13.265 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744653263]
15:24:13.265 [copycat-server-localhost/127.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=108, globalIndex=106] to localhost/127.0.0.1:5001
15:24:13.272 [copycat-server-localhost/127.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=106] to localhost/127.0.0.1:5002
15:24:13.275 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:13.276 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744653275]
15:24:13.284 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:13.285 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744653284]
15:24:13.286 [copycat-server-localhost/127.0.0.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
15:24:13.291 [copycat-server-localhost/127.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=[5], commitIndex=108, globalIndex=106] to localhost/127.0.0.1:5001
15:24:13.291 [copycat-server-localhost/127.0.0.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
15:24:13.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=107, 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]]]
15:24:13.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=108, 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]]]
15:24:13.298 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744653263]
15:24:13.299 [copycat-server-localhost/127.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=109, globalIndex=106] to localhost/127.0.0.1:5002
15:24:13.308 [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]]
15:24:13.310 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:13.311 [copycat-server-localhost/127.0.0.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
15:24:13.312 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744653275]
15:24:13.312 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744653284]
15:24:13.312 [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]]
15:24:13.313 [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]]
15:24:13.323 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5001
15:24:13.326 [copycat-server-localhost/127.0.0.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
15:24:13.574 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5001
15:24:13.580 [copycat-server-localhost/127.0.0.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
15:24:13.824 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5001
15:24:13.830 [copycat-server-localhost/127.0.0.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
15:24:13.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:14.074 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5001
15:24:14.074 [copycat-server-localhost/127.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=111, globalIndex=109] to localhost/127.0.0.1:5002
15:24:14.088 [copycat-server-localhost/127.0.0.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
15:24:14.324 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5001
15:24:14.328 [copycat-server-localhost/127.0.0.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
15:24:14.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=111, logTerm=2, entries=[0], commitIndex=111, globalIndex=109] to localhost/127.0.0.1:5001
15:24:14.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:14.824 [copycat-server-localhost/127.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=111, globalIndex=109] to localhost/127.0.0.1:5002
15:24:14.829 [copycat-server-localhost/127.0.0.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
15:24:15.074 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5002
15:24:15.078 [copycat-server-localhost/127.0.0.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
15:24:15.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:15.324 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5001
15:24:15.325 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5002
15:24:15.331 [copycat-server-localhost/127.0.0.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
15:24:15.574 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5002
15:24:15.578 [copycat-server-localhost/127.0.0.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
15:24:15.810 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:15.811 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:15.813 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744655811]
15:24:15.814 [copycat-server-localhost/127.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=109] to localhost/127.0.0.1:5002
15:24:15.819 [copycat-server-localhost/127.0.0.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
15:24:15.820 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744655811]
15:24:15.824 [copycat-server-localhost/127.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
15:24:15.828 [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]]
15:24:15.829 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:15.834 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:15.835 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744655834]
15:24:15.835 [copycat-server-localhost/127.0.0.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
15:24:15.835 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:15.837 [copycat-server-localhost/127.0.0.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
15:24:15.837 [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=47, commandSequence=0, eventIndex=47, timestamp=1451744655834]
15:24:15.838 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:15.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=114, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744655838]
15:24:15.838 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:15.840 [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]]
15:24:15.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
15:24:16.074 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=113, globalIndex=111] to localhost/127.0.0.1:5001
15:24:16.361 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:24:16.362 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=115, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744656361]
15:24:16.476 [copycat-server-localhost/127.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=[2], commitIndex=113, globalIndex=111] to localhost/127.0.0.1:5002
15:24:16.477 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:16.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=2, succeeded=true, logIndex=115] from localhost/127.0.0.1:5002
15:24:16.486 [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=17, commandSequence=2, eventIndex=17, timestamp=1451744655838]
15:24:16.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=115, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744656361]
15:24:16.488 [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]
15:24:16.489 [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]]
15:24:16.500 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:16.500 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=116, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744656500]
15:24:16.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=115, logTerm=2, entries=[1], commitIndex=115, globalIndex=111] to localhost/127.0.0.1:5002
15:24:16.503 [copycat-server-localhost/127.0.0.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:5002
15:24:16.504 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=116, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744656500]
15:24:16.505 [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]]
15:24:16.574 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:16.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=116] from localhost/127.0.0.1:5002
15:24:16.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
15:24:16.617 [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=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 117
15:24:16.619 [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=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
15:24:16.619 [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=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
15:24:16.638 [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
15:24:16.639 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:16.643 [copycat-server-localhost/127.0.0.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
15:24:16.824 [copycat-server-localhost/127.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=[0], commitIndex=117, globalIndex=111] to localhost/127.0.0.1:5002
15:24:16.829 [copycat-server-localhost/127.0.0.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
15:24:17.076 [copycat-server-localhost/127.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=[0], commitIndex=117, globalIndex=111] to localhost/127.0.0.1:5002
15:24:17.081 [copycat-server-localhost/127.0.0.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
15:24:17.329 [copycat-server-localhost/127.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=[0], commitIndex=117, globalIndex=111] to localhost/127.0.0.1:5002
15:24:17.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=117] from localhost/127.0.0.1:5002
15:24:17.373 [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
15:24:17.576 [copycat-server-localhost/127.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=[0], commitIndex=117, globalIndex=111] to localhost/127.0.0.1:5002
15:24:17.577 [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=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
15:24:17.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=117] from localhost/127.0.0.1:5002
15:24:17.585 [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
15:24:17.586 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=117, globalIndex=111] to localhost/127.0.0.1:5001
15:24:17.588 [copycat-server-localhost/127.0.0.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
15:24:17.588 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=118, 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 118
15:24:17.589 [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=118, 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
15:24:17.589 [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=118, 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
15:24:17.595 [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
15:24:17.599 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:17.608 [copycat-server-localhost/127.0.0.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
15:24:17.826 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:17.832 [copycat-server-localhost/127.0.0.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
15:24:18.077 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:18.087 [copycat-server-localhost/127.0.0.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
15:24:18.326 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:18.328 [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
15:24:18.330 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:18.331 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:18.334 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744658331]
15:24:18.340 [copycat-server-localhost/127.0.0.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
15:24:18.345 [copycat-server-localhost/127.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=111] to localhost/127.0.0.1:5002
15:24:18.345 [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=118, 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
15:24:18.356 [copycat-server-localhost/127.0.0.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
15:24:18.357 [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=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]]]
15:24:18.358 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=118, 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]]]
15:24:18.358 [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=10, commandSequence=2, eventIndex=18, timestamp=1451744658331]
15:24:18.359 [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
15:24:18.360 [copycat-server-localhost/127.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=0, entries=[5], commitIndex=119, globalIndex=111] to localhost/127.0.0.1:5001
15:24:18.360 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:18.361 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=120, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744658360]
15:24:18.361 [copycat-server-localhost/127.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=[1], commitIndex=119, globalIndex=111] to localhost/127.0.0.1:5002
15:24:18.372 [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]]
15:24:18.373 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:18.976 [copycat-server-localhost/127.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=[1], commitIndex=119, globalIndex=111] to localhost/127.0.0.1:5002
15:24:18.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:18.979 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=120] from localhost/127.0.0.1:5002
15:24:18.980 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=120, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744658360]
15:24:18.980 [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]]
15:24:18.996 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] RECEIVED: [id: 0x450698c7, /127.0.0.1:43573 => /127.0.0.1:5000]
15:24:19.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=30c4802a-74d7-4120-8cf5-8999e939eef2]
15:24:19.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5000]
15:24:19.010 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=121, term=2, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5000, timestamp=1451744659008]
15:24:19.011 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=120, logTerm=2, entries=[1], commitIndex=120, globalIndex=111] to localhost/127.0.0.1:5002
15:24:19.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=121] from localhost/127.0.0.1:5002
15:24:19.021 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=121, term=2, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5000, timestamp=1451744659008]
15:24:19.023 [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]
15:24:19.023 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent ConnectResponse[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]]
15:24:19.024 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:24:19.029 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=122, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744659024]
15:24:19.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=121, logTerm=2, entries=[1], commitIndex=121, globalIndex=111] to localhost/127.0.0.1:5002
15:24:19.032 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:19.034 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=123, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744659032]
15:24:19.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=122] from localhost/127.0.0.1:5002
15:24:19.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=122, term=2, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744659024]
15:24:19.038 [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]
15:24:19.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=122, logTerm=2, entries=[1], commitIndex=122, globalIndex=111] to localhost/127.0.0.1:5002
15:24:19.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:19.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=124, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744659045]
15:24:19.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=123] from localhost/127.0.0.1:5002
15:24:19.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=123, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744659032]
15:24:19.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=123, logTerm=2, entries=[1], commitIndex=123, globalIndex=111] to localhost/127.0.0.1:5002
15:24:19.049 [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]]
15:24:19.051 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=124] from localhost/127.0.0.1:5002
15:24:19.051 [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=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744659045]
15:24:19.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]]
15:24:19.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=124, logTerm=2, entries=[0], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5002
15:24:19.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=124] from localhost/127.0.0.1:5002
15:24:19.091 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:19.324 [copycat-server-localhost/127.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=0, entries=[0], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5001
15:24:19.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=124, logTerm=2, entries=[0], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5002
15:24:19.331 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=124] from localhost/127.0.0.1:5002
15:24:19.332 [copycat-server-localhost/127.0.0.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:5001
15:24:19.336 [copycat-server-localhost/127.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=[2], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5001
15:24:19.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=124, logTerm=2, entries=[0], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5002
15:24:19.843 [copycat-server-localhost/127.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=[2], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5001
15:24:19.844 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:20.226 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=124, logTerm=2, entries=[0], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5002
15:24:20.227 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:20.592 [copycat-server-localhost/127.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=124, globalIndex=111] to localhost/127.0.0.1:5001
15:24:20.598 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:20.603 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=124] from localhost/127.0.0.1:5001
15:24:20.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=124, logTerm=2, entries=[0], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5001
15:24:20.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=124] from localhost/127.0.0.1:5001
15:24:20.873 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:20.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:20.875 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=125, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744660874]
15:24:20.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=124, logTerm=2, entries=[1], commitIndex=124, globalIndex=111] to localhost/127.0.0.1:5001
15:24:20.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=125] from localhost/127.0.0.1:5001
15:24:20.883 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=125, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744660874]
15:24:20.884 [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]]
15:24:20.885 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:20.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:21.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=125, logTerm=2, entries=[0], commitIndex=125, globalIndex=124] to localhost/127.0.0.1:5001
15:24:21.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=124, logTerm=2, entries=[0], commitIndex=125, globalIndex=124] to localhost/127.0.0.1:5002
15:24:21.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=124] from localhost/127.0.0.1:5002
15:24:21.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=124, logTerm=2, entries=[1], commitIndex=125, globalIndex=124] to localhost/127.0.0.1:5002
15:24:21.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=125] from localhost/127.0.0.1:5001
15:24:21.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=125, logTerm=2, entries=[0], commitIndex=125, globalIndex=124] to localhost/127.0.0.1:5001
15:24:21.328 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=125] from localhost/127.0.0.1:5001
15:24:21.560 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:21.561 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=126, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744661560]
15:24:21.562 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=125, logTerm=2, entries=[1], commitIndex=125, globalIndex=124] to localhost/127.0.0.1:5001
15:24:21.563 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:21.564 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=127, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744661563]
15:24:21.569 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=126] from localhost/127.0.0.1:5001
15:24:21.569 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744661560]
15:24:21.570 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=126, logTerm=2, entries=[1], commitIndex=126, globalIndex=124] to localhost/127.0.0.1:5001
15:24:21.570 [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]]
15:24:21.573 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5001
15:24:21.574 [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=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744661563]
15:24:21.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=124] to localhost/127.0.0.1:5001
15:24:21.575 [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]]
15:24:21.576 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5001
15:24:21.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:21.823 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=124] to localhost/127.0.0.1:5001
15:24:21.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=124, logTerm=0, entries=[0], commitIndex=127, globalIndex=124] to localhost/127.0.0.1:5002
15:24:21.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5001
15:24:21.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=125] from localhost/127.0.0.1:5002
15:24:21.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=125, logTerm=2, entries=[2], commitIndex=127, globalIndex=124] to localhost/127.0.0.1:5002
15:24:21.835 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5002
15:24:22.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5001
15:24:22.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5002
15:24:22.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5002
15:24:22.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5001
15:24:22.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5001
15:24:22.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5002
15:24:22.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=127] from localhost/127.0.0.1:5002
15:24:22.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=127] from localhost/127.0.0.1:5001
15:24:22.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5001
15:24:22.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5002
15:24:22.583 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5001
15:24:22.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=127] from localhost/127.0.0.1:5002
15:24:22.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5001
15:24:22.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5002
15:24:22.830 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5001
15:24:23.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=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5001
15:24:23.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5001
15:24:23.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5001
15:24:23.328 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=127] from localhost/127.0.0.1:5001
15:24:23.385 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:23.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=10, commandSequence=2, eventIndex=18]
15:24:23.390 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=128, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744663386]
15:24:23.391 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[1], commitIndex=127, globalIndex=127] to localhost/127.0.0.1:5001
15:24:23.395 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=128] from localhost/127.0.0.1:5001
15:24:23.395 [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=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744663386]
15:24:23.395 [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]]
15:24:23.396 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:23.476 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:23.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=128, logTerm=2, entries=[0], commitIndex=128, globalIndex=127] to localhost/127.0.0.1:5001
15:24:23.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[0], commitIndex=128, globalIndex=127] to localhost/127.0.0.1:5002
15:24:23.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=127] from localhost/127.0.0.1:5002
15:24:23.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=2, entries=[1], commitIndex=128, globalIndex=127] to localhost/127.0.0.1:5002
15:24:23.583 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=128] from localhost/127.0.0.1:5001
15:24:23.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=128, logTerm=2, entries=[0], commitIndex=128, globalIndex=127] to localhost/127.0.0.1:5001
15:24:23.830 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=128] from localhost/127.0.0.1:5001
15:24:24.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=128, logTerm=2, entries=[0], commitIndex=128, globalIndex=127] to localhost/127.0.0.1:5001
15:24:24.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:24.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=129, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744664090]
15:24:24.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=128] from localhost/127.0.0.1:5001
15:24:24.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=128, logTerm=2, entries=[1], commitIndex=128, globalIndex=127] to localhost/127.0.0.1:5001
15:24:24.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:24.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=130, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744664093]
15:24:24.105 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=129] from localhost/127.0.0.1:5001
15:24:24.107 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744664090]
15:24:24.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=129, logTerm=2, entries=[1], commitIndex=129, globalIndex=127] to localhost/127.0.0.1:5001
15:24:24.110 [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]]
15:24:24.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=130] from localhost/127.0.0.1:5001
15:24:24.122 [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=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744664093]
15:24:24.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]]
15:24:24.225 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:24.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=127] to localhost/127.0.0.1:5001
15:24:24.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=0, entries=[0], commitIndex=130, globalIndex=127] to localhost/127.0.0.1:5002
15:24:24.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=130] from localhost/127.0.0.1:5001
15:24:24.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=127] to localhost/127.0.0.1:5001
15:24:24.579 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=130] from localhost/127.0.0.1:5001
15:24:24.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=127] to localhost/127.0.0.1:5001
15:24:24.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=130] from localhost/127.0.0.1:5001
15:24:24.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:25.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=127] to localhost/127.0.0.1:5001
15:24:25.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=127, logTerm=0, entries=[0], commitIndex=130, globalIndex=127] to localhost/127.0.0.1:5002
15:24:25.081 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=130] from localhost/127.0.0.1:5001
15:24:25.081 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=128] from localhost/127.0.0.1:5002
15:24:25.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=128, logTerm=2, entries=[2], commitIndex=130, globalIndex=127] to localhost/127.0.0.1:5002
15:24:25.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=130] from localhost/127.0.0.1:5002
15:24:25.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=130] to localhost/127.0.0.1:5001
15:24:25.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=130] to localhost/127.0.0.1:5002
15:24:25.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=130] from localhost/127.0.0.1:5002
15:24:25.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=130] to localhost/127.0.0.1:5002
15:24:25.582 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=130] from localhost/127.0.0.1:5002
15:24:25.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=130] to localhost/127.0.0.1:5002
15:24:25.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=130] from localhost/127.0.0.1:5002
15:24:25.841 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:25.897 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:25.897 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:25.913 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=131, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744665897]
15:24:25.913 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[0], commitIndex=130, globalIndex=130] to localhost/127.0.0.1:5001
15:24:25.914 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[1], commitIndex=130, globalIndex=130] to localhost/127.0.0.1:5002
15:24:25.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=130] from localhost/127.0.0.1:5001
15:24:25.915 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=130, logTerm=2, entries=[1], commitIndex=130, globalIndex=130] to localhost/127.0.0.1:5001
15:24:25.917 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=131] from localhost/127.0.0.1:5001
15:24:25.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=131, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744665897]
15:24:25.917 [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]]
15:24:25.918 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:25.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=131] from localhost/127.0.0.1:5002
15:24:26.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=131, logTerm=2, entries=[0], commitIndex=131, globalIndex=131] to localhost/127.0.0.1:5001
15:24:26.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=131, logTerm=2, entries=[0], commitIndex=131, globalIndex=131] to localhost/127.0.0.1:5002
15:24:26.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=131] from localhost/127.0.0.1:5002
15:24:26.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=131, logTerm=2, entries=[0], commitIndex=131, globalIndex=131] to localhost/127.0.0.1:5002
15:24:26.592 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=131, logTerm=2, entries=[0], commitIndex=131, globalIndex=131] to localhost/127.0.0.1:5001
15:24:26.592 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:26.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:26.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=132, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744666621]
15:24:26.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=17, commandSequence=2, eventIndex=17]
15:24:26.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=133, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744666632]
15:24:26.976 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=131, logTerm=2, entries=[2], commitIndex=131, globalIndex=131] to localhost/127.0.0.1:5002
15:24:26.980 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:26.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=133] from localhost/127.0.0.1:5002
15:24:26.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=132, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744666621]
15:24:26.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=133, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744666632]
15:24:26.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]]
15:24:26.986 [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]]
15:24:27.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[0], commitIndex=133, globalIndex=131] to localhost/127.0.0.1:5002
15:24:27.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=133] from localhost/127.0.0.1:5002
15:24:27.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[0], commitIndex=133, globalIndex=131] to localhost/127.0.0.1:5002
15:24:27.341 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:27.468 [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]
15:24:27.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=131, logTerm=2, entries=[0], commitIndex=133, globalIndex=131] to localhost/127.0.0.1:5001
15:24:27.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=131] from localhost/127.0.0.1:5001
15:24:27.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=131, logTerm=2, entries=[2], commitIndex=133, globalIndex=131] to localhost/127.0.0.1:5001
15:24:27.583 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=133] from localhost/127.0.0.1:5001
15:24:27.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[0], commitIndex=133, globalIndex=133] to localhost/127.0.0.1:5001
15:24:27.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=133] from localhost/127.0.0.1:5001
15:24:27.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:28.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[0], commitIndex=133, globalIndex=133] to localhost/127.0.0.1:5001
15:24:28.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[0], commitIndex=133, globalIndex=133] to localhost/127.0.0.1:5002
15:24:28.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=133] from localhost/127.0.0.1:5002
15:24:28.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=133] from localhost/127.0.0.1:5001
15:24:28.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[0], commitIndex=133, globalIndex=133] to localhost/127.0.0.1:5001
15:24:28.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[0], commitIndex=133, globalIndex=133] to localhost/127.0.0.1:5002
15:24:28.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=133] from localhost/127.0.0.1:5001
15:24:28.418 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:28.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=10, commandSequence=2, eventIndex=18]
15:24:28.422 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=134, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744668419]
15:24:28.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=133, logTerm=2, entries=[1], commitIndex=133, globalIndex=133] to localhost/127.0.0.1:5001
15:24:28.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=134] from localhost/127.0.0.1:5001
15:24:28.428 [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=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744668419]
15:24:28.429 [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]]
15:24:28.430 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:28.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=134, logTerm=2, entries=[0], commitIndex=134, globalIndex=133] to localhost/127.0.0.1:5001
15:24:28.579 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=134] from localhost/127.0.0.1:5001
15:24:28.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=134, logTerm=2, entries=[0], commitIndex=134, globalIndex=133] to localhost/127.0.0.1:5001
15:24:28.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=134] from localhost/127.0.0.1:5001
15:24:28.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:29.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=134, logTerm=2, entries=[0], commitIndex=134, globalIndex=133] to localhost/127.0.0.1:5001
15:24:29.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[0], commitIndex=134, globalIndex=133] to localhost/127.0.0.1:5002
15:24:29.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=134] from localhost/127.0.0.1:5001
15:24:29.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=133] from localhost/127.0.0.1:5002
15:24:29.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=133, logTerm=2, entries=[1], commitIndex=134, globalIndex=133] to localhost/127.0.0.1:5002
15:24:29.097 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=134] from localhost/127.0.0.1:5002
15:24:29.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=134, logTerm=2, entries=[0], commitIndex=134, globalIndex=134] to localhost/127.0.0.1:5001
15:24:29.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=134, logTerm=2, entries=[0], commitIndex=134, globalIndex=134] to localhost/127.0.0.1:5002
15:24:29.329 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=134] from localhost/127.0.0.1:5001
15:24:29.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=134] from localhost/127.0.0.1:5002
15:24:29.493 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:29.494 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=135, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744669493]
15:24:29.495 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=134, logTerm=2, entries=[1], commitIndex=134, globalIndex=134] to localhost/127.0.0.1:5001
15:24:29.502 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=134, logTerm=2, entries=[1], commitIndex=134, globalIndex=134] to localhost/127.0.0.1:5002
15:24:29.503 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:29.504 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=136, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744669502]
15:24:29.514 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=135] from localhost/127.0.0.1:5001
15:24:29.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=135, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744669493]
15:24:29.520 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=135, logTerm=2, entries=[1], commitIndex=135, globalIndex=134] to localhost/127.0.0.1:5001
15:24:29.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]]
15:24:29.532 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=136] from localhost/127.0.0.1:5001
15:24:29.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=136, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744669502]
15:24:29.534 [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]]
15:24:29.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=136, logTerm=2, entries=[0], commitIndex=136, globalIndex=134] to localhost/127.0.0.1:5001
15:24:30.092 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:30.225 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=136, logTerm=2, entries=[0], commitIndex=136, globalIndex=134] to localhost/127.0.0.1:5001
15:24:30.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=2, leader=2130712284, logIndex=134, logTerm=2, entries=[2], commitIndex=136, globalIndex=134] to localhost/127.0.0.1:5002
15:24:30.229 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:30.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=2, succeeded=true, logIndex=136] from localhost/127.0.0.1:5002
15:24:30.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=136, logTerm=2, entries=[0], commitIndex=136, globalIndex=136] to localhost/127.0.0.1:5002
15:24:30.328 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=136] from localhost/127.0.0.1:5002
15:24:30.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=136, logTerm=2, entries=[0], commitIndex=136, globalIndex=136] to localhost/127.0.0.1:5002
15:24:30.581 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=136] from localhost/127.0.0.1:5002
15:24:30.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=136, logTerm=2, entries=[0], commitIndex=136, globalIndex=136] to localhost/127.0.0.1:5002
15:24:30.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=136] from localhost/127.0.0.1:5002
15:24:30.841 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:30.931 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:30.932 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:30.932 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=137, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744670932]
15:24:30.933 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=136, logTerm=2, entries=[0], commitIndex=136, globalIndex=136] to localhost/127.0.0.1:5001
15:24:30.933 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=136, logTerm=2, entries=[1], commitIndex=136, globalIndex=136] to localhost/127.0.0.1:5002
15:24:30.938 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=136] from localhost/127.0.0.1:5001
15:24:30.939 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=136, logTerm=2, entries=[1], commitIndex=136, globalIndex=136] to localhost/127.0.0.1:5001
15:24:30.939 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=137] from localhost/127.0.0.1:5002
15:24:30.939 [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=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744670932]
15:24:30.940 [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]]
15:24:30.941 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:30.943 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=137] from localhost/127.0.0.1:5001
15:24:31.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=137, globalIndex=137] to localhost/127.0.0.1:5001
15:24:31.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=137, globalIndex=137] to localhost/127.0.0.1:5002
15:24:31.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=137] from localhost/127.0.0.1:5002
15:24:31.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=137] from localhost/127.0.0.1:5001
15:24:31.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=137, globalIndex=137] to localhost/127.0.0.1:5001
15:24:31.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=137, globalIndex=137] to localhost/127.0.0.1:5002
15:24:31.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=137] from localhost/127.0.0.1:5001
15:24:31.335 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=137] from localhost/127.0.0.1:5002
15:24:31.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=137, globalIndex=137] to localhost/127.0.0.1:5001
15:24:31.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=137, globalIndex=137] to localhost/127.0.0.1:5002
15:24:31.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=137] from localhost/127.0.0.1:5001
15:24:31.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=137, globalIndex=137] to localhost/127.0.0.1:5001
15:24:31.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=137] from localhost/127.0.0.1:5001
15:24:32.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:32.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=138, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744672037]
15:24:32.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[1], commitIndex=137, globalIndex=137] to localhost/127.0.0.1:5001
15:24:32.043 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=138] from localhost/127.0.0.1:5001
15:24:32.043 [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=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744672037]
15:24:32.044 [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]]
15:24:32.044 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:32.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=139, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744672044]
15:24:32.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=138, logTerm=2, entries=[1], commitIndex=138, globalIndex=137] to localhost/127.0.0.1:5001
15:24:32.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=139] from localhost/127.0.0.1:5001
15:24:32.051 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744672044]
15:24:32.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]]
15:24:32.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=139, logTerm=2, entries=[0], commitIndex=139, globalIndex=137] to localhost/127.0.0.1:5001
15:24:32.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=139] from localhost/127.0.0.1:5001
15:24:32.226 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:32.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=139, logTerm=2, entries=[0], commitIndex=139, globalIndex=137] to localhost/127.0.0.1:5001
15:24:32.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=139, globalIndex=137] to localhost/127.0.0.1:5002
15:24:32.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=139] from localhost/127.0.0.1:5001
15:24:32.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=139, logTerm=2, entries=[0], commitIndex=139, globalIndex=137] to localhost/127.0.0.1:5001
15:24:32.975 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=137, logTerm=2, entries=[0], commitIndex=139, globalIndex=137] to localhost/127.0.0.1:5002
15:24:32.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:32.982 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=137] from localhost/127.0.0.1:5002
15:24:32.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=2, leader=2130712284, logIndex=137, logTerm=2, entries=[2], commitIndex=139, globalIndex=137] to localhost/127.0.0.1:5002
15:24:32.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=2, succeeded=true, logIndex=139] from localhost/127.0.0.1:5002
15:24:33.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=139, logTerm=2, entries=[0], commitIndex=139, globalIndex=139] to localhost/127.0.0.1:5002
15:24:33.092 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:33.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=139, logTerm=2, entries=[0], commitIndex=139, globalIndex=139] to localhost/127.0.0.1:5001
15:24:33.328 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=139] from localhost/127.0.0.1:5001
15:24:33.441 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:33.442 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:33.443 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=140, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744673442]
15:24:33.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=139, logTerm=2, entries=[1], commitIndex=139, globalIndex=139] to localhost/127.0.0.1:5001
15:24:33.450 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=140] from localhost/127.0.0.1:5001
15:24:33.450 [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=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744673442]
15:24:33.451 [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]]
15:24:33.452 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:33.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=140, logTerm=2, entries=[0], commitIndex=140, globalIndex=139] to localhost/127.0.0.1:5001
15:24:33.579 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=140] from localhost/127.0.0.1:5001
15:24:33.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:33.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=140, logTerm=2, entries=[0], commitIndex=140, globalIndex=139] to localhost/127.0.0.1:5001
15:24:33.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=139, logTerm=2, entries=[0], commitIndex=140, globalIndex=139] to localhost/127.0.0.1:5002
15:24:33.830 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=139] from localhost/127.0.0.1:5002
15:24:33.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=139, logTerm=2, entries=[1], commitIndex=140, globalIndex=139] to localhost/127.0.0.1:5002
15:24:33.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=140] from localhost/127.0.0.1:5001
15:24:33.839 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=140] from localhost/127.0.0.1:5002
15:24:34.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=140, logTerm=2, entries=[0], commitIndex=140, globalIndex=140] to localhost/127.0.0.1:5001
15:24:34.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=140, logTerm=2, entries=[0], commitIndex=140, globalIndex=140] to localhost/127.0.0.1:5002
15:24:34.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=140] from localhost/127.0.0.1:5001
15:24:34.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=140] from localhost/127.0.0.1:5002
15:24:34.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=140, logTerm=2, entries=[0], commitIndex=140, globalIndex=140] to localhost/127.0.0.1:5001
15:24:34.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=140, logTerm=2, entries=[0], commitIndex=140, globalIndex=140] to localhost/127.0.0.1:5002
15:24:34.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=140] from localhost/127.0.0.1:5001
15:24:34.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=140] from localhost/127.0.0.1:5002
15:24:34.550 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:34.550 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=141, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744674550]
15:24:34.551 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=140, logTerm=2, entries=[1], commitIndex=140, globalIndex=140] to localhost/127.0.0.1:5001
15:24:34.551 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=140, logTerm=2, entries=[1], commitIndex=140, globalIndex=140] to localhost/127.0.0.1:5002
15:24:34.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=141] from localhost/127.0.0.1:5001
15:24:34.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=141, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744674550]
15:24:34.554 [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]]
15:24:34.557 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:34.558 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=142, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744674557]
15:24:34.558 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=141, logTerm=2, entries=[1], commitIndex=141, globalIndex=140] to localhost/127.0.0.1:5001
15:24:34.558 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=141] from localhost/127.0.0.1:5002
15:24:34.558 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=141, logTerm=2, entries=[1], commitIndex=141, globalIndex=141] to localhost/127.0.0.1:5002
15:24:34.563 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5001
15:24:34.563 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744674557]
15:24:34.564 [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]]
15:24:34.570 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5002
15:24:34.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5001
15:24:34.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5002
15:24:34.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=142] from localhost/127.0.0.1:5001
15:24:34.581 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5002
15:24:34.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5001
15:24:34.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5002
15:24:34.830 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5002
15:24:34.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5001
15:24:35.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5001
15:24:35.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5002
15:24:35.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5002
15:24:35.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5001
15:24:35.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5001
15:24:35.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5002
15:24:35.841 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:35.953 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:35.954 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:35.955 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=143, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744675954]
15:24:35.956 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5001
15:24: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=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5001
15:24:35.960 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5001
15:24:35.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:36.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=142, logTerm=2, entries=[0], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5002
15:24:36.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=142] from localhost/127.0.0.1:5002
15:24:36.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[1], commitIndex=142, globalIndex=142] to localhost/127.0.0.1:5002
15:24:36.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=143] from localhost/127.0.0.1:5002
15:24:36.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=143, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744675954]
15:24:36.084 [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]]
15:24:36.086 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:36.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=143, logTerm=2, entries=[0], commitIndex=143, globalIndex=142] to localhost/127.0.0.1:5002
15:24:36.329 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=143] from localhost/127.0.0.1:5002
15:24:36.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=143, logTerm=2, entries=[0], commitIndex=143, globalIndex=142] to localhost/127.0.0.1:5002
15:24:36.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=143] from localhost/127.0.0.1:5002
15:24:36.592 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:36.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=2, entries=[0], commitIndex=143, globalIndex=142] to localhost/127.0.0.1:5001
15:24:36.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=143, logTerm=2, entries=[0], commitIndex=143, globalIndex=142] to localhost/127.0.0.1:5002
15:24:36.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=143] from localhost/127.0.0.1:5002
15:24:37.066 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:37.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=144, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744677066]
15:24:37.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=143, logTerm=2, entries=[1], commitIndex=143, globalIndex=142] to localhost/127.0.0.1:5002
15:24:37.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:37.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=145, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744677071]
15:24:37.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=144] from localhost/127.0.0.1:5002
15:24:37.081 [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=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744677066]
15:24:37.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=144, logTerm=2, entries=[1], commitIndex=144, globalIndex=142] to localhost/127.0.0.1:5002
15:24:37.083 [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]]
15:24:37.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=145] from localhost/127.0.0.1:5002
15:24:37.090 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744677071]
15:24:37.090 [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]]
15:24:37.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[0], commitIndex=145, globalIndex=142] to localhost/127.0.0.1:5002
15:24:37.328 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=145] from localhost/127.0.0.1:5002
15:24:37.342 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:37.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=142, logTerm=0, entries=[0], commitIndex=145, globalIndex=142] to localhost/127.0.0.1:5001
15:24:37.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[0], commitIndex=145, globalIndex=142] to localhost/127.0.0.1:5002
15:24:37.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=145] from localhost/127.0.0.1:5002
15:24:37.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=142] from localhost/127.0.0.1:5001
15:24:37.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=142, logTerm=0, entries=[3], commitIndex=145, globalIndex=142] to localhost/127.0.0.1:5001
15:24:37.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=145] from localhost/127.0.0.1:5001
15:24:37.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[0], commitIndex=145, globalIndex=145] to localhost/127.0.0.1:5001
15:24:37.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[0], commitIndex=145, globalIndex=145] to localhost/127.0.0.1:5002
15:24:37.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=145] from localhost/127.0.0.1:5002
15:24:38.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=145, logTerm=2, entries=[0], commitIndex=145, globalIndex=145] to localhost/127.0.0.1:5002
15:24:38.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=145] from localhost/127.0.0.1:5002
15:24:38.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[0], commitIndex=145, globalIndex=145] to localhost/127.0.0.1:5002
15:24:38.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=145] from localhost/127.0.0.1:5002
15:24:38.341 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:38.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[0], commitIndex=145, globalIndex=145] to localhost/127.0.0.1:5001
15:24:38.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[0], commitIndex=145, globalIndex=145] to localhost/127.0.0.1:5002
15:24:38.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=145] from localhost/127.0.0.1:5002
15:24:38.581 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=145] from localhost/127.0.0.1:5001
15:24:38.586 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:38.587 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:38.588 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=146, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744678587]
15:24:38.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[1], commitIndex=145, globalIndex=145] to localhost/127.0.0.1:5001
15:24:38.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=145, logTerm=2, entries=[1], commitIndex=145, globalIndex=145] to localhost/127.0.0.1:5002
15:24:38.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=146] from localhost/127.0.0.1:5001
15:24:38.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=146, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744678587]
15:24:38.594 [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]]
15:24:38.596 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:38.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=146] from localhost/127.0.0.1:5002
15:24:38.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[0], commitIndex=146, globalIndex=146] to localhost/127.0.0.1:5001
15:24:38.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[0], commitIndex=146, globalIndex=146] to localhost/127.0.0.1:5002
15:24:38.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=146] from localhost/127.0.0.1:5001
15:24:38.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=146] from localhost/127.0.0.1:5002
15:24:39.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[0], commitIndex=146, globalIndex=146] to localhost/127.0.0.1:5001
15:24:39.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[0], commitIndex=146, globalIndex=146] to localhost/127.0.0.1:5002
15:24:39.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=146] from localhost/127.0.0.1:5002
15:24:39.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[0], commitIndex=146, globalIndex=146] to localhost/127.0.0.1:5002
15:24:39.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=146] from localhost/127.0.0.1:5002
15:24:39.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[0], commitIndex=146, globalIndex=146] to localhost/127.0.0.1:5002
15:24:39.591 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:39.592 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=147, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744679591]
15:24:39.594 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:39.601 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:39.601 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=148, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744679601]
15:24:39.602 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[0], commitIndex=146, globalIndex=146] to localhost/127.0.0.1:5001
15:24:39.605 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=146] from localhost/127.0.0.1:5001
15:24:39.605 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[2], commitIndex=146, globalIndex=146] to localhost/127.0.0.1:5001
15:24:39.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5001
15:24:39.608 [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=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744679591]
15:24:39.608 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744679601]
15:24:39.609 [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]]
15:24:39.609 [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]]
15:24:39.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=146] to localhost/127.0.0.1:5001
15:24:39.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5001
15:24:40.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=146] to localhost/127.0.0.1:5001
15:24:40.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5001
15:24:40.225 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:40.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=146] to localhost/127.0.0.1:5001
15:24:40.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[0], commitIndex=148, globalIndex=146] to localhost/127.0.0.1:5002
15:24:40.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=146] from localhost/127.0.0.1:5002
15:24:40.330 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=146, logTerm=2, entries=[2], commitIndex=148, globalIndex=146] to localhost/127.0.0.1:5002
15:24:40.333 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5001
15:24:40.336 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5002
15:24:40.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=148] to localhost/127.0.0.1:5001
15:24:40.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=148] to localhost/127.0.0.1:5002
15:24:40.579 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5002
15:24:40.581 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5001
15:24:40.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=148] to localhost/127.0.0.1:5001
15:24:40.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=148] to localhost/127.0.0.1:5002
15:24:40.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5002
15:24:40.830 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5001
15:24:41.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=148] to localhost/127.0.0.1:5001
15:24:41.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=148, globalIndex=148] to localhost/127.0.0.1:5002
15:24:41.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5001
15:24:41.096 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:41.097 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:41.097 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=149, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744681097]
15:24:41.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[1], commitIndex=148, globalIndex=148] to localhost/127.0.0.1:5001
15:24:41.102 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=149] from localhost/127.0.0.1:5001
15:24:41.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=149, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744681097]
15:24:41.105 [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]]
15:24:41.107 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:41.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=149, logTerm=2, entries=[0], commitIndex=149, globalIndex=148] to localhost/127.0.0.1:5001
15:24:41.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=149] from localhost/127.0.0.1:5001
15:24:41.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=149, logTerm=2, entries=[0], commitIndex=149, globalIndex=148] to localhost/127.0.0.1:5001
15:24:41.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=149] from localhost/127.0.0.1:5001
15:24:41.726 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:41.823 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=149, logTerm=2, entries=[0], commitIndex=149, globalIndex=148] to localhost/127.0.0.1:5001
15:24:41.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[0], commitIndex=149, globalIndex=148] to localhost/127.0.0.1:5002
15:24:41.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=148] from localhost/127.0.0.1:5002
15:24:41.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=2, entries=[1], commitIndex=149, globalIndex=148] to localhost/127.0.0.1:5002
15:24:41.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=149] from localhost/127.0.0.1:5001
15:24:42.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=149, logTerm=2, entries=[0], commitIndex=149, globalIndex=148] to localhost/127.0.0.1:5001
15:24:42.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=149] from localhost/127.0.0.1:5001
15:24:42.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:42.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=150, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744682114]
15:24:42.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=149, logTerm=2, entries=[1], commitIndex=149, globalIndex=148] to localhost/127.0.0.1:5001
15:24:42.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:42.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=151, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744682115]
15:24:42.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=150] from localhost/127.0.0.1:5001
15:24:42.118 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744682114]
15:24:42.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=150, logTerm=2, entries=[1], commitIndex=150, globalIndex=148] to localhost/127.0.0.1:5001
15:24:42.119 [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]]
15:24:42.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=151] from localhost/127.0.0.1:5001
15:24:42.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=151, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744682115]
15:24:42.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]]
15:24:42.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=151, logTerm=2, entries=[0], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5001
15:24:42.326 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=151] from localhost/127.0.0.1:5001
15:24:42.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:42.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=151, logTerm=2, entries=[0], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5001
15:24:42.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=0, entries=[0], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5002
15:24:42.576 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=151] from localhost/127.0.0.1:5001
15:24:42.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=151, logTerm=2, entries=[0], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5001
15:24:42.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=151] from localhost/127.0.0.1:5001
15:24:43.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=151, logTerm=2, entries=[0], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5001
15:24:43.081 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=151] from localhost/127.0.0.1:5001
15:24:43.225 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:43.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=151, logTerm=2, entries=[0], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5001
15:24:43.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=0, entries=[0], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5002
15:24:43.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=151] from localhost/127.0.0.1:5001
15:24:43.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=151, logTerm=2, entries=[0], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5001
15:24:43.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=151] from localhost/127.0.0.1:5001
15:24:43.607 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:43.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:43.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=152, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744683608]
15:24:43.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=151, logTerm=2, entries=[1], commitIndex=151, globalIndex=148] to localhost/127.0.0.1:5001
15:24:43.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=152] from localhost/127.0.0.1:5001
15:24:43.613 [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=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744683608]
15:24:43.614 [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]]
15:24:43.615 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:43.823 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=152, logTerm=2, entries=[0], commitIndex=152, globalIndex=148] to localhost/127.0.0.1:5001
15:24:43.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=152] from localhost/127.0.0.1:5001
15:24:43.976 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:43.978 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=153, 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 153
15:24:43.980 [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=153, 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
15:24:43.981 [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=153, 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
15:24:43.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:5002
15:24:43.998 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=148, logTerm=0, entries=[0], commitIndex=152, globalIndex=148] to localhost/127.0.0.1:5002
15:24:43.999 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=149] from localhost/127.0.0.1:5002
15:24:44.004 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=149, logTerm=0, entries=[4], commitIndex=152, globalIndex=148] to localhost/127.0.0.1:5002
15:24:44.004 [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
15:24:44.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=152, logTerm=2, entries=[1], commitIndex=152, globalIndex=148] to localhost/127.0.0.1:5001
15:24:44.010 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=153] from localhost/127.0.0.1:5002
15:24:44.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=153] from localhost/127.0.0.1:5001
15:24:44.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=153, logTerm=2, entries=[0], commitIndex=153, globalIndex=153] to localhost/127.0.0.1:5001
15:24:44.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=153, logTerm=2, entries=[0], commitIndex=153, globalIndex=153] to localhost/127.0.0.1:5002
15:24:44.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=153] from localhost/127.0.0.1:5001
15:24:44.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=153, logTerm=2, entries=[0], commitIndex=153, globalIndex=153] to localhost/127.0.0.1:5001
15:24:44.335 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=153] from localhost/127.0.0.1:5001
15:24:44.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=153, logTerm=2, entries=[0], commitIndex=153, globalIndex=153] to localhost/127.0.0.1:5001
15:24:44.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=153] from localhost/127.0.0.1:5001
15:24:44.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:44.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=154, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744684627]
15:24:44.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=153, logTerm=2, entries=[1], commitIndex=153, globalIndex=153] to localhost/127.0.0.1:5001
15:24:44.642 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=154] from localhost/127.0.0.1:5001
15:24:44.644 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=153, 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]]]
15:24:44.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=154, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744684627]
15:24:44.646 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:44.646 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=155, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744684646]
15:24:44.646 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=154, logTerm=2, entries=[1], commitIndex=154, globalIndex=153] to localhost/127.0.0.1:5001
15:24:44.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]]
15:24:44.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=155] from localhost/127.0.0.1:5001
15:24:44.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=155, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744684646]
15:24:44.658 [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]]
15:24:44.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:44.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=155, logTerm=2, entries=[0], commitIndex=155, globalIndex=153] to localhost/127.0.0.1:5001
15:24:44.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=153, logTerm=2, entries=[0], commitIndex=155, globalIndex=153] to localhost/127.0.0.1:5002
15:24:44.836 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=153] from localhost/127.0.0.1:5002
15:24:44.837 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=156, 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 156
15:24:44.838 [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=156, 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
15:24:44.838 [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=156, 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
15:24:44.840 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=155] from localhost/127.0.0.1:5001
15:24:44.841 [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
15:24:44.843 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=153, logTerm=2, entries=[3], commitIndex=155, globalIndex=153] to localhost/127.0.0.1:5002
15:24:44.850 [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
15:24:44.851 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=155, logTerm=2, entries=[1], commitIndex=155, globalIndex=153] to localhost/127.0.0.1:5001
15:24:44.854 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=156] from localhost/127.0.0.1:5002
15:24:44.856 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=156] from localhost/127.0.0.1:5001
15:24:45.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5001
15:24:45.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5002
15:24:45.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=156] from localhost/127.0.0.1:5002
15:24:45.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=156] from localhost/127.0.0.1:5001
15:24:45.330 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5001
15:24:45.335 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5002
15:24:45.345 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=156] from localhost/127.0.0.1:5001
15:24:45.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5001
15:24:45.582 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=156] from localhost/127.0.0.1:5001
15:24:45.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5001
15:24:45.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=156] from localhost/127.0.0.1:5001
15:24:45.975 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:46.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5001
15:24:46.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5002
15:24:46.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=156] from localhost/127.0.0.1:5001
15:24:46.115 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:46.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:46.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=157, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744686116]
15:24:46.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=156, logTerm=2, entries=[1], commitIndex=156, globalIndex=156] to localhost/127.0.0.1:5001
15:24:46.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=157] from localhost/127.0.0.1:5001
15:24:46.131 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=156, 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]]]
15:24:46.131 [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=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744686116]
15:24:46.132 [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]]
15:24:46.134 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:46.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=157, logTerm=2, entries=[0], commitIndex=157, globalIndex=156] to localhost/127.0.0.1:5001
15:24:46.329 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=157] from localhost/127.0.0.1:5001
15:24:46.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=157, logTerm=2, entries=[0], commitIndex=157, globalIndex=156] to localhost/127.0.0.1:5001
15:24:46.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:46.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=157, globalIndex=156] to localhost/127.0.0.1:5002
15:24:47.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=157, logTerm=2, entries=[0], commitIndex=157, globalIndex=156] to localhost/127.0.0.1:5001
15:24:47.094 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:47.097 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=157] from localhost/127.0.0.1:5001
15:24:47.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:47.161 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=158, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744687160]
15:24:47.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=157, logTerm=2, entries=[1], commitIndex=157, globalIndex=156] to localhost/127.0.0.1:5001
15:24:47.163 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:47.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=159, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744687163]
15:24:47.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=158] from localhost/127.0.0.1:5001
15:24:47.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=158, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744687160]
15:24:47.165 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=158, logTerm=2, entries=[1], commitIndex=158, globalIndex=156] to localhost/127.0.0.1:5001
15:24:47.171 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=159] from localhost/127.0.0.1:5001
15:24:47.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=159, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744687163]
15:24:47.172 [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]]
15:24:47.172 [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]]
15:24:47.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=159, logTerm=2, entries=[0], commitIndex=159, globalIndex=156] to localhost/127.0.0.1:5001
15:24:47.328 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=159] from localhost/127.0.0.1:5001
15:24:47.475 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:47.477 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=160, 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 160
15:24:47.479 [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=160, 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
15:24:47.480 [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=160, 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
15:24:47.492 [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
15:24:47.493 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=159, logTerm=2, entries=[1], commitIndex=159, globalIndex=156] to localhost/127.0.0.1:5001
15:24:47.498 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=160] from localhost/127.0.0.1:5001
15:24:47.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=160, logTerm=2, entries=[0], commitIndex=160, globalIndex=156] to localhost/127.0.0.1:5001
15:24:47.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=160] from localhost/127.0.0.1:5001
15:24:47.826 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=160, logTerm=2, entries=[0], commitIndex=160, globalIndex=156] to localhost/127.0.0.1:5001
15:24:47.834 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=160] from localhost/127.0.0.1:5001
15:24:48.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=160, logTerm=2, entries=[0], commitIndex=160, globalIndex=156] to localhost/127.0.0.1:5001
15:24:48.226 [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
15:24:48.592 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:48.634 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:48.635 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:48.635 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=161, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744688635]
15:24:48.639 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=160, logTerm=2, entries=[0], commitIndex=160, globalIndex=156] to localhost/127.0.0.1:5001
15:24:48.642 [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=160, 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
15:24:48.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=160, logTerm=2, entries=[0], commitIndex=160, globalIndex=156] to localhost/127.0.0.1:5001
15:24:48.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=160] from localhost/127.0.0.1:5001
15:24:48.659 [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
15:24:48.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=2, entries=[0], commitIndex=160, globalIndex=156] to localhost/127.0.0.1:5002
15:24:48.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=160] from localhost/127.0.0.1:5001
15:24:48.661 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=160, logTerm=2, entries=[1], commitIndex=160, globalIndex=156] to localhost/127.0.0.1:5001
15:24:48.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=156] from localhost/127.0.0.1:5002
15:24:48.664 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=162, 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 162
15:24:48.665 [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=162, 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
15:24:48.665 [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=162, 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
15:24:48.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=161] from localhost/127.0.0.1:5001
15:24:48.673 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=160, 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]]]
15:24:48.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=161, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744688635]
15:24:48.673 [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
15:24:48.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=161, logTerm=2, entries=[1], commitIndex=161, globalIndex=156] to localhost/127.0.0.1:5001
15:24:48.674 [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
15:24:48.677 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=156, logTerm=0, entries=[5], commitIndex=161, globalIndex=156] to localhost/127.0.0.1:5002
15:24:48.683 [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]]
15:24:48.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=162] from localhost/127.0.0.1:5001
15:24:48.684 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:48.695 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=162] from localhost/127.0.0.1:5002
15:24:48.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[0], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5001
15:24:48.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[0], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5002
15:24:48.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=162] from localhost/127.0.0.1:5002
15:24:48.834 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=162] from localhost/127.0.0.1:5001
15:24:48.899 [copycat-compactor-1] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
15:24:49.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[0], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5001
15:24:49.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[0], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5002
15:24:49.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=162] from localhost/127.0.0.1:5002
15:24:49.101 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=162] from localhost/127.0.0.1:5001
15:24:49.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[0], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5001
15:24:49.326 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[0], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5002
15:24:49.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=162] from localhost/127.0.0.1:5001
15:24:49.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=162] from localhost/127.0.0.1:5002
15:24:49.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[0], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5001
15:24:49.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[0], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5002
15:24:49.588 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=162] from localhost/127.0.0.1:5001
15:24:49.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=162] from localhost/127.0.0.1:5002
15:24:49.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:49.688 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=163, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744689686]
15:24:49.690 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[1], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5001
15:24:49.693 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=162, logTerm=2, entries=[1], commitIndex=162, globalIndex=162] to localhost/127.0.0.1:5002
15:24:49.694 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:49.695 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=164, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744689694]
15:24:49.701 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=163] from localhost/127.0.0.1:5001
15:24:49.707 [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=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]]]
15:24:49.708 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=163, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744689686]
15:24:49.708 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=163, logTerm=2, entries=[1], commitIndex=163, globalIndex=162] to localhost/127.0.0.1:5001
15:24:49.708 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=163] from localhost/127.0.0.1:5002
15:24:49.708 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=163, logTerm=2, entries=[1], commitIndex=163, globalIndex=163] to localhost/127.0.0.1:5002
15:24:49.709 [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]]
15:24:49.713 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5001
15:24:49.713 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=164, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744689694]
15:24:49.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=164] from localhost/127.0.0.1:5002
15:24:49.714 [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]]
15:24:49.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5001
15:24:49.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5002
15:24:49.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5001
15:24:49.834 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5002
15:24:50.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5001
15:24:50.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5002
15:24:50.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5001
15:24:50.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5002
15:24:50.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5001
15:24:50.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5002
15:24:50.329 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5001
15:24:50.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5002
15:24:50.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5001
15:24:50.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5002
15:24:50.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=164] from localhost/127.0.0.1:5002
15:24:50.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=164] from localhost/127.0.0.1:5001
15:24:50.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5001
15:24:50.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5002
15:24:50.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5001
15:24:50.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5002
15:24:51.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5001
15:24:51.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[0], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5002
15:24:51.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5001
15:24:51.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=164] from localhost/127.0.0.1:5002
15:24:51.185 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:51.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:51.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=165, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744691185]
15:24:51.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[1], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5001
15:24:51.187 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=164, logTerm=2, entries=[1], commitIndex=164, globalIndex=164] to localhost/127.0.0.1:5002
15:24:51.191 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=165] from localhost/127.0.0.1:5001
15:24:51.191 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=165, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744691185]
15:24:51.195 [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]]
15:24:51.197 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:51.198 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=165] from localhost/127.0.0.1:5002
15:24:51.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=165, logTerm=2, entries=[0], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5001
15:24:51.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=165, logTerm=2, entries=[0], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5002
15:24:51.329 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=165] from localhost/127.0.0.1:5001
15:24:51.331 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=165] from localhost/127.0.0.1:5002
15:24:51.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=165, logTerm=2, entries=[0], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5001
15:24:51.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=165, logTerm=2, entries=[0], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5002
15:24:51.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=165] from localhost/127.0.0.1:5002
15:24:51.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=165, logTerm=2, entries=[0], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5002
15:24:51.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=165] from localhost/127.0.0.1:5002
15:24:52.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=165, logTerm=2, entries=[0], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5002
15:24:52.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=165] from localhost/127.0.0.1:5002
15:24:52.091 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:52.219 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:52.221 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=166, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744692219]
15:24:52.221 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=165, logTerm=2, entries=[0], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5001
15:24:52.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=165, logTerm=2, entries=[1], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5002
15:24:52.227 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=165] from localhost/127.0.0.1:5001
15:24:52.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=2, leader=2130712284, logIndex=165, logTerm=2, entries=[1], commitIndex=165, globalIndex=165] to localhost/127.0.0.1:5001
15:24:52.228 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=166] from localhost/127.0.0.1:5002
15:24:52.229 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744692219]
15:24:52.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=17, commandSequence=2, eventIndex=17]
15:24:52.231 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=167, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744692230]
15:24:52.231 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=166, logTerm=2, entries=[1], commitIndex=166, globalIndex=165] to localhost/127.0.0.1:5002
15:24:52.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]]
15:24:52.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=166] from localhost/127.0.0.1:5001
15:24:52.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=166, logTerm=2, entries=[1], commitIndex=166, globalIndex=166] to localhost/127.0.0.1:5001
15:24:52.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=167] from localhost/127.0.0.1:5001
15:24:52.235 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=167, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744692230]
15:24:52.235 [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]]
15:24:52.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=2, succeeded=true, logIndex=167] from localhost/127.0.0.1:5002
15:24:52.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5001
15:24:52.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5002
15:24:52.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=167] from localhost/127.0.0.1:5002
15:24:52.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=167] from localhost/127.0.0.1:5001
15:24:52.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5001
15:24:52.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5002
15:24:53.092 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:53.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=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5001
15:24:53.144 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5002
15:24:53.144 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:53.146 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=167] from localhost/127.0.0.1:5001
15:24:53.150 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=167] from localhost/127.0.0.1:5002
15:24:53.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5001
15:24:53.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5002
15:24:53.329 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=167] from localhost/127.0.0.1:5001
15:24:53.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=167] from localhost/127.0.0.1:5002
15:24:53.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5001
15:24:53.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5002
15:24:53.698 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:53.699 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:53.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=168, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744693699]
15:24:54.092 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:54.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=167, logTerm=2, entries=[0], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5001
15:24:54.144 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[1], commitIndex=167, globalIndex=167] to localhost/127.0.0.1:5002
15:24:54.144 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:54.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=true, logIndex=168] from localhost/127.0.0.1:5002
15:24:54.148 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=168, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744693699]
15:24:54.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=true, logIndex=167] from localhost/127.0.0.1:5001
15:24:54.149 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=167, logTerm=2, entries=[1], commitIndex=168, globalIndex=167] to localhost/127.0.0.1:5001
15:24:54.149 [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]]
15:24:54.151 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:54.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=168] from localhost/127.0.0.1:5001
15:24:54.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=168, logTerm=2, entries=[0], commitIndex=168, globalIndex=168] to localhost/127.0.0.1:5001
15:24:54.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=168, logTerm=2, entries=[0], commitIndex=168, globalIndex=168] to localhost/127.0.0.1:5002
15:24:54.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=168] from localhost/127.0.0.1:5001
15:24:54.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=168, logTerm=2, entries=[0], commitIndex=168, globalIndex=168] to localhost/127.0.0.1:5001
15:24:54.579 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=168] from localhost/127.0.0.1:5001
15:24:54.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:54.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=169, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744694743]
15:24:54.745 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=168, logTerm=2, entries=[1], commitIndex=168, globalIndex=168] to localhost/127.0.0.1:5001
15:24:54.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:54.750 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=170, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744694749]
15:24:54.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=169] from localhost/127.0.0.1:5001
15:24:54.753 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744694743]
15:24:54.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=169, logTerm=2, entries=[1], commitIndex=169, globalIndex=168] to localhost/127.0.0.1:5001
15:24:54.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]]
15:24:54.764 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5001
15:24:54.764 [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=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744694749]
15:24:54.767 [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]]
15:24:54.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=168] to localhost/127.0.0.1:5001
15:24:54.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5001
15:24:54.892 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:55.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=168] to localhost/127.0.0.1:5001
15:24:55.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=168, logTerm=2, entries=[0], commitIndex=170, globalIndex=168] to localhost/127.0.0.1:5002
15:24:55.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=168] from localhost/127.0.0.1:5002
15:24:55.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=168, logTerm=2, entries=[2], commitIndex=170, globalIndex=168] to localhost/127.0.0.1:5002
15:24:55.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5001
15:24:55.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5002
15:24:55.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5001
15:24:55.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5002
15:24:55.331 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5001
15:24:55.331 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5002
15:24:55.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5001
15:24:55.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5002
15:24:55.579 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5001
15:24:55.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5001
15:24:55.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5001
15:24:56.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=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5001
15:24:56.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5001
15:24:56.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
15:24:56.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5001
15:24:56.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5002
15:24:56.331 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=170] from localhost/127.0.0.1:5001
15:24:56.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5001
15:24:56.652 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:56.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=10, commandSequence=2, eventIndex=18]
15:24:56.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=171, term=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744696653]
15:24:56.893 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[0], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5002
15:24:56.893 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:57.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=170, logTerm=2, entries=[1], commitIndex=170, globalIndex=170] to localhost/127.0.0.1:5001
15:24:57.093 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:57.097 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=171] from localhost/127.0.0.1:5001
15:24:57.102 [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=2, session=10, commandSequence=2, eventIndex=18, timestamp=1451744696653]
15:24:57.103 [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]]
15:24:57.106 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:57.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=47, commandSequence=0, eventIndex=47]
15:24:57.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=172, term=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744697266]
15:24:57.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=171, logTerm=2, entries=[1], commitIndex=171, globalIndex=170] to localhost/127.0.0.1:5001
15:24:57.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=172] from localhost/127.0.0.1:5001
15:24:57.274 [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=2, session=47, commandSequence=0, eventIndex=47, timestamp=1451744697266]
15:24:57.275 [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]]
15:24:57.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:24:57.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=173, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744697277]
15:24:57.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=172, logTerm=2, entries=[1], commitIndex=172, globalIndex=170] to localhost/127.0.0.1:5001
15:24:57.282 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=173] from localhost/127.0.0.1:5001
15:24:57.282 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=173, term=2, session=17, commandSequence=2, eventIndex=17, timestamp=1451744697277]
15:24:57.282 [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]]
15:24:57.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=173, logTerm=2, entries=[0], commitIndex=173, globalIndex=170] to localhost/127.0.0.1:5001
15:24:57.326 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=173] from localhost/127.0.0.1:5001
15:24:57.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=2, leader=2130712284, logIndex=173, logTerm=2, entries=[0], commitIndex=173, globalIndex=170] to localhost/127.0.0.1:5001
15:24:57.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=2, succeeded=true, logIndex=173] from localhost/127.0.0.1:5001
15:24:57.643 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:24:57.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=174, 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 174
15:24:57.650 [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=174, 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
15:24:57.651 [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=174, 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
15:24:58.342 [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
15:24:58.394 [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
15:24:59.058 [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]
15:24:59.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received greater term
15:24:59.064 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to FOLLOWER
15:24:59.066 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Cancelling append timer
15:24:59.066 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Starting heartbeat timer
15:24:59.067 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 3
15:24:59.067 [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=173, logTerm=2]
15:24:59.068 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Rejected VoteRequest[term=3, candidate=2130712285, logIndex=173, logTerm=2]: candidate's last log entry (173) is at a lower index than the local log (174)
15:24:59.068 [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=false]
15:24:59.075 [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=174, 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]]]
15:24:59.075 [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
15:24:59.075 [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]
15:24:59.606 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:59.607 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:24:59.642 [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]]
15:24:59.645 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:24:59.784 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:24:59.795 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] RECEIVED: [id: 0x247c009a, /127.0.0.1:43580 => /127.0.0.1:5000]
15:24:59.803 [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=174, 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]]]
15:24:59.803 [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]
15:24:59.809 [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]]
15:25:01.172 [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.368S
15:25:01.173 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
15:25:01.174 [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
15:25:01.174 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 4
15:25:01.183 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]
15:25:01.183 [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]
15:25:01.436 [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=177, logTerm=3]
15:25:01.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=3, candidate=2130712286, logIndex=177, logTerm=3]: candidate's log is up-to-date
15:25:01.437 [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]
15:25:02.059 [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.875S
15:25:02.061 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
15:25:02.061 [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
15:25:02.061 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 4
15:25:02.064 [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]
15:25:02.067 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]
15:25:02.145 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:02.145 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:02.148 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:02.148 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:25:02.148 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConnectResponse[status=ERROR, leader=null, members=null]
15:25:02.148 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:25:02.148 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:02.148 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:02.149 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:02.149 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:25:02.149 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent ConnectResponse[status=ERROR, leader=null, members=null]
15:25:02.149 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:25:02.149 [copycat-client-3] DEBUG i.a.c.client.DefaultCopycatClient - State changed: SUSPENDED
15:25:02.335 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] RECEIVED: [id: 0xe9fa5ba4, /127.0.0.1:43584 => /127.0.0.1:5000]
15:25:02.339 [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=174, 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]]]
15:25:02.339 [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
15:25:02.339 [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]
15:25:02.348 [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=173, logTerm=0, entries=[5], commitIndex=177, globalIndex=0]
15:25:02.349 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended entry term does not match local log, removing incorrect entries
15:25:02.432 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=174, 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 174
15:25:02.432 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=175, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744699618] to log at index 175
15:25:02.432 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=176, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744699785] to log at index 176
15:25:02.433 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=177, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744699801] to log at index 177
15:25:02.433 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=178, term=3, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5001, timestamp=1451744702332] to log at index 178
15:25:02.433 [copycat-server-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=178]
15:25:02.435 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=174, 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]]]
15:25:02.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=175, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744699618]
15:25:02.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=176, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744699785]
15:25:02.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=177, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744699801]
15:25:02.443 [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=178, logTerm=3, entries=[1], commitIndex=178, globalIndex=177]
15:25:02.445 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=179, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744702441] to log at index 179
15:25:02.445 [copycat-server-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=179]
15:25:02.446 [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=3, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5001, timestamp=1451744702332]
15:25:02.576 [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=179, logTerm=3, entries=[0], commitIndex=179, globalIndex=177]
15:25:02.577 [copycat-server-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=179]
15:25:02.578 [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=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744702441]
15:25:02.826 [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=179, logTerm=3, entries=[0], commitIndex=179, globalIndex=177]
15:25:02.827 [copycat-server-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=179]
15:25:03.079 [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=179, logTerm=3, entries=[0], commitIndex=179, globalIndex=177]
15:25:03.084 [copycat-server-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=179]
15:25:03.325 [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=179, logTerm=3, entries=[0], commitIndex=179, globalIndex=179]
15:25:03.326 [copycat-server-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=179]
15:25:03.577 [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=179, logTerm=3, entries=[0], commitIndex=179, globalIndex=179]
15:25:03.578 [copycat-server-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=179]
15:25:03.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=179, logTerm=3, entries=[0], commitIndex=179, globalIndex=179]
15:25:03.832 [copycat-server-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=179]
15:25:04.087 [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=179, logTerm=3, entries=[0], commitIndex=179, globalIndex=179]
15:25:04.087 [copycat-server-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=179]
15:25:04.327 [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=179, logTerm=3, entries=[0], commitIndex=179, globalIndex=179]
15:25:04.327 [copycat-server-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=179]
15:25:04.651 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:04.651 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:04.652 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:04.652 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:25:04.670 [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]]
15:25:04.671 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:04.687 [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]]
15:25:04.688 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:04.688 [copycat-client-3] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
15:25:04.856 [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=179, logTerm=3, entries=[0], commitIndex=182, globalIndex=179]
15:25:04.856 [copycat-server-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=179]
15:25:05.826 [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=179, logTerm=0, entries=[0], commitIndex=184, globalIndex=179]
15:25:05.827 [copycat-server-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=179]
15:25:06.344 [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=185, 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]]]
15:25:06.347 [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]
15:25:06.354 [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=179, logTerm=0, entries=[0], commitIndex=184, globalIndex=179]
15:25:06.355 [copycat-server-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=179]
15:25:06.359 [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=179, logTerm=0, entries=[4], commitIndex=184, globalIndex=179]
15:25:06.359 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=181, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744704671] to log at index 181
15:25:06.360 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=183, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744704852] to log at index 183
15:25:06.360 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=184, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744704955] to log at index 184
15:25:06.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=185, 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 185
15:25:06.363 [copycat-server-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=185]
15:25:06.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=181, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744704671]
15:25:06.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: UNSTABLE
15:25:06.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: OPEN
15:25:06.365 [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=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744704852]
15:25:06.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 17 - State changed: UNSTABLE
15:25:06.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 17 - State changed: OPEN
15:25:06.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=184, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744704955]
15:25:06.581 [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=185, logTerm=3, entries=[0], commitIndex=185, globalIndex=185]
15:25:06.582 [copycat-server-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=185]
15:25:06.583 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=185, 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]]]
15:25:06.588 [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=186, 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]]]
15:25:06.590 [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]
15:25:07.188 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:07.188 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:07.189 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:07.190 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:25:07.206 [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]]
15:25:07.208 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:07.218 [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]]
15:25:07.219 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:07.371 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] RECEIVED: [id: 0x1d5ed88d, /127.0.0.1:43585 => /127.0.0.1:5000]
15:25:07.374 [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=186, 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]]]
15:25:07.374 [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]
15:25:07.378 [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=185, logTerm=0, entries=[3], commitIndex=188, globalIndex=185]
15:25:07.379 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=186, 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 186
15:25:07.379 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=188, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744707208] to log at index 188
15:25:07.379 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=189, term=3, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744707369] to log at index 189
15:25:07.379 [copycat-server-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=189]
15:25:07.380 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=186, 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]]]
15:25:07.380 [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=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744707208]
15:25:07.399 [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=189, logTerm=3, entries=[1], commitIndex=189, globalIndex=188]
15:25:07.400 [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=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744707397] to log at index 190
15:25:07.400 [copycat-server-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=190]
15:25:07.400 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=189, term=3, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744707369]
15:25:07.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=3, leader=2130712285, logIndex=190, logTerm=3, entries=[1], commitIndex=190, globalIndex=188]
15:25:07.479 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=191, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744707475] to log at index 191
15:25:07.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=3, succeeded=true, logIndex=191]
15:25:07.480 [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=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744707397]
15:25:07.575 [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=191, logTerm=3, entries=[0], commitIndex=191, globalIndex=188]
15:25:07.576 [copycat-server-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=191]
15:25:07.577 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=191, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744707475]
15:25:07.826 [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=191, logTerm=3, entries=[0], commitIndex=191, globalIndex=188]
15:25:07.827 [copycat-server-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=191]
15:25:08.077 [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=191, logTerm=3, entries=[0], commitIndex=191, globalIndex=188]
15:25:08.087 [copycat-server-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=191]
15:25:08.327 [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=191, logTerm=3, entries=[0], commitIndex=191, globalIndex=191]
15:25:08.328 [copycat-server-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=191]
15:25:08.874 [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=191, logTerm=3, entries=[0], commitIndex=191, globalIndex=191]
15:25:08.875 [copycat-server-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=191]
15:25:09.076 [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=191, logTerm=3, entries=[0], commitIndex=191, globalIndex=191]
15:25:09.076 [copycat-server-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=191]
15:25:09.326 [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=191, logTerm=3, entries=[0], commitIndex=191, globalIndex=191]
15:25:09.326 [copycat-server-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=191]
15:25:09.577 [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=191, logTerm=3, entries=[0], commitIndex=191, globalIndex=191]
15:25:09.578 [copycat-server-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=191]
15:25:09.719 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:09.721 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:09.726 [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=191, logTerm=3, entries=[1], commitIndex=191, globalIndex=191]
15:25:09.727 [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=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744709722] to log at index 192
15:25:09.727 [copycat-server-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=192]
15:25:09.734 [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]]
15:25:09.736 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:10.577 [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=191, logTerm=0, entries=[0], commitIndex=194, globalIndex=191]
15:25:10.578 [copycat-server-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=192]
15:25:10.578 [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=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744709722]
15:25:10.583 [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=192, logTerm=3, entries=[2], commitIndex=194, globalIndex=191]
15:25:10.583 [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=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744709910] to log at index 193
15:25:10.584 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=194, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744709992] to log at index 194
15:25:10.584 [copycat-server-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=194]
15:25:10.584 [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=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744709910]
15:25:10.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=194, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744709992]
15:25:10.825 [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=194, logTerm=3, entries=[0], commitIndex=194, globalIndex=194]
15:25:10.826 [copycat-server-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=194]
15:25:11.078 [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=194, logTerm=3, entries=[0], commitIndex=194, globalIndex=194]
15:25:11.079 [copycat-server-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=194]
15:25:11.731 [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=194, logTerm=3, entries=[0], commitIndex=194, globalIndex=194]
15:25:11.732 [copycat-server-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=194]
15:25:11.826 [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=194, logTerm=3, entries=[0], commitIndex=194, globalIndex=194]
15:25:11.826 [copycat-server-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=194]
15:25:12.077 [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=194, logTerm=3, entries=[0], commitIndex=194, globalIndex=194]
15:25:12.077 [copycat-server-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=194]
15:25:12.236 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:12.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=10, commandSequence=2, eventIndex=18]
15:25:12.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=194, logTerm=3, entries=[1], commitIndex=194, globalIndex=194]
15:25:12.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=195, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744712238] to log at index 195
15:25:12.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=195]
15:25:12.249 [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]]
15:25:12.250 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:12.325 [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=195, logTerm=3, entries=[0], commitIndex=195, globalIndex=194]
15:25:12.325 [copycat-server-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=195]
15:25:12.326 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=195, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744712238]
15:25:12.436 [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=195, logTerm=3, entries=[1], commitIndex=195, globalIndex=194]
15:25:12.437 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=196, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744712433] to log at index 196
15:25:12.437 [copycat-server-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=196]
15:25:12.494 [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=197, 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: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]]]
15:25:12.498 [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]
15:25:12.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=196, logTerm=3, entries=[1], commitIndex=196, globalIndex=194]
15:25:12.514 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=197, 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=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:5001, clientAddress=localhost/127.0.0.1:5001]]] to log at index 197
15:25:12.514 [copycat-server-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=197]
15:25:12.514 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=196, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744712433]
15:25:12.516 [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=197, logTerm=3, entries=[1], commitIndex=197, globalIndex=197]
15:25:12.517 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=198, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744712510] to log at index 198
15:25:12.517 [copycat-server-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=198]
15:25:12.518 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=197, 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=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:5001, clientAddress=localhost/127.0.0.1:5001]]]
15:25:12.575 [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=198, logTerm=3, entries=[0], commitIndex=198, globalIndex=197]
15:25:12.576 [copycat-server-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=198]
15:25:12.577 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=198, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744712510]
15:25:12.825 [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=198, logTerm=3, entries=[0], commitIndex=198, globalIndex=197]
15:25:12.825 [copycat-server-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=198]
15:25:13.075 [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=198, logTerm=3, entries=[0], commitIndex=198, globalIndex=197]
15:25:13.076 [copycat-server-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=198]
15:25:13.329 [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=198, logTerm=3, entries=[0], commitIndex=198, globalIndex=197]
15:25:13.330 [copycat-server-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=198]
15:25:13.347 [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=199, 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]]]
15:25:13.349 [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]
15:25:13.974 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] RECEIVED: [id: 0x7e495d2f, /127.0.0.1:43586 => /127.0.0.1:5000]
15:25:13.983 [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=199, 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]]]
15:25:13.983 [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]
15:25:13.986 [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=198, logTerm=3, entries=[1], commitIndex=198, globalIndex=197]
15:25:13.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=199, 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 199
15:25:13.987 [copycat-server-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=199]
15:25:14.751 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:14.752 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:14.764 [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=198, logTerm=3, entries=[0], commitIndex=199, globalIndex=198]
15:25:14.765 [copycat-server-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=199]
15:25:14.766 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=199, 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]]]
15:25:14.770 [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=199, logTerm=3, entries=[1], commitIndex=200, globalIndex=198]
15:25:14.771 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=200, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744714754] to log at index 200
15:25:14.771 [copycat-server-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=200]
15:25:14.772 [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]]
15:25:14.773 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:14.773 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=200, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744714754]
15:25:14.827 [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=200, logTerm=3, entries=[0], commitIndex=200, globalIndex=200]
15:25:14.829 [copycat-server-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=200]
15:25:14.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=200, logTerm=3, entries=[1], commitIndex=200, globalIndex=200]
15:25:14.956 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=201, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744714945] to log at index 201
15:25:14.968 [copycat-server-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=201]
15:25:15.034 [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=201, logTerm=3, entries=[1], commitIndex=201, globalIndex=201]
15:25:15.035 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=202, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744715031] to log at index 202
15:25:15.035 [copycat-server-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=202]
15:25:15.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=201, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744714945]
15:25:15.075 [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=202, logTerm=3, entries=[0], commitIndex=202, globalIndex=202]
15:25:15.075 [copycat-server-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=202]
15:25:15.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=202, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744715031]
15:25:15.326 [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=202, logTerm=3, entries=[0], commitIndex=202, globalIndex=202]
15:25:15.327 [copycat-server-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=202]
15:25:15.577 [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=202, logTerm=3, entries=[0], commitIndex=202, globalIndex=202]
15:25:15.578 [copycat-server-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=202]
15:25:16.328 [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=202, logTerm=3, entries=[0], commitIndex=202, globalIndex=202]
15:25:16.329 [copycat-server-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=202]
15:25:17.077 [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=202, logTerm=3, entries=[0], commitIndex=202, globalIndex=202]
15:25:17.078 [copycat-server-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=202]
15:25:17.274 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:17.275 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:17.728 [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=202, logTerm=3, entries=[0], commitIndex=202, globalIndex=202]
15:25:17.729 [copycat-server-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=202]
15:25:17.733 [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=206, 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]]]
15:25:17.735 [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]
15:25:17.748 [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=202, logTerm=3, entries=[4], commitIndex=202, globalIndex=202]
15:25:17.748 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=203, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744717276] to log at index 203
15:25:17.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=204, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744717468] to log at index 204
15:25:17.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=205, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744717559] to log at index 205
15:25:17.750 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=206, 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 206
15:25:17.753 [copycat-server-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=206]
15:25:17.764 [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]]
15:25:17.766 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:17.826 [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=206, logTerm=3, entries=[0], commitIndex=206, globalIndex=206]
15:25:17.826 [copycat-server-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=206]
15:25:17.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=203, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744717276]
15:25:17.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=204, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744717468]
15:25:17.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=205, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744717559]
15:25:17.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=206, 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]]]
15:25:18.577 [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=206, logTerm=3, entries=[0], commitIndex=206, globalIndex=206]
15:25:18.578 [copycat-server-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=206]
15:25:19.329 [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=206, logTerm=3, entries=[0], commitIndex=206, globalIndex=206]
15:25:19.330 [copycat-server-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=206]
15:25:20.076 [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=206, logTerm=3, entries=[0], commitIndex=206, globalIndex=206]
15:25:20.078 [copycat-server-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=206]
15:25:20.089 [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=207, 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]]]
15:25:20.090 [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]
15:25:20.107 [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=206, logTerm=3, entries=[1], commitIndex=206, globalIndex=206]
15:25:20.110 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=207, 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 207
15:25:20.111 [copycat-server-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=207]
15:25:20.266 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:20.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:20.271 [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=207, logTerm=3, entries=[1], commitIndex=207, globalIndex=206]
15:25:20.273 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=208, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744720260] to log at index 208
15:25:20.273 [copycat-server-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=208]
15:25:20.284 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=207, 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]]]
15:25:20.289 [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=208, logTerm=3, entries=[2], commitIndex=208, globalIndex=206]
15:25:20.289 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=209, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744720271] to log at index 209
15:25:20.289 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=210, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744720274] to log at index 210
15:25:20.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=3, succeeded=true, logIndex=210]
15:25:20.289 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=208, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744720260]
15:25:20.300 [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]]
15:25:20.305 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:20.324 [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=210, logTerm=3, entries=[0], commitIndex=210, globalIndex=206]
15:25:20.325 [copycat-server-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=210]
15:25:20.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=209, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744720271]
15:25:20.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=210, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744720274]
15:25:20.576 [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=210, logTerm=3, entries=[0], commitIndex=210, globalIndex=206]
15:25:20.576 [copycat-server-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=210]
15:25:20.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=210, logTerm=3, entries=[0], commitIndex=210, globalIndex=206]
15:25:20.832 [copycat-server-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=210]
15:25:21.079 [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=210, logTerm=3, entries=[0], commitIndex=210, globalIndex=210]
15:25:21.080 [copycat-server-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=210]
15:25:21.326 [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=210, logTerm=3, entries=[0], commitIndex=210, globalIndex=210]
15:25:21.327 [copycat-server-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=210]
15:25:21.976 [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=210, logTerm=3, entries=[0], commitIndex=210, globalIndex=210]
15:25:21.977 [copycat-server-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=210]
15:25:22.806 [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=210, logTerm=3, entries=[0], commitIndex=210, globalIndex=210]
15:25:22.807 [copycat-server-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=210]
15:25:22.812 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:22.812 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:22.815 [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=210, logTerm=3, entries=[1], commitIndex=210, globalIndex=210]
15:25:22.816 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=211, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744722798] to log at index 211
15:25:22.816 [copycat-server-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=211]
15:25:22.818 [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=211, logTerm=3, entries=[1], commitIndex=211, globalIndex=210]
15:25:22.818 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=212, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744722815] to log at index 212
15:25:22.818 [copycat-server-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=212]
15:25:22.818 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=211, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744722798]
15:25:22.831 [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]]
15:25:22.832 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:23.577 [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=211, logTerm=3, entries=[0], commitIndex=213, globalIndex=211]
15:25:23.577 [copycat-server-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=212]
15:25:23.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=212, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744722815]
15:25:23.584 [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=212, logTerm=3, entries=[1], commitIndex=213, globalIndex=211]
15:25:23.585 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=213, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744722827] to log at index 213
15:25:23.586 [copycat-server-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=213]
15:25:23.587 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=213, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744722827]
15:25:23.827 [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=213, logTerm=3, entries=[0], commitIndex=213, globalIndex=213]
15:25:23.827 [copycat-server-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=213]
15:25:24.076 [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=213, logTerm=3, entries=[0], commitIndex=213, globalIndex=213]
15:25:24.077 [copycat-server-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=213]
15:25:24.326 [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=213, logTerm=3, entries=[0], commitIndex=213, globalIndex=213]
15:25:24.327 [copycat-server-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=213]
15:25:24.583 [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=213, logTerm=3, entries=[0], commitIndex=213, globalIndex=213]
15:25:24.584 [copycat-server-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=213]
15:25:24.833 [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=213, logTerm=3, entries=[0], commitIndex=213, globalIndex=213]
15:25:24.835 [copycat-server-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=213]
15:25:25.077 [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=213, logTerm=3, entries=[0], commitIndex=213, globalIndex=213]
15:25:25.078 [copycat-server-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=213]
15:25:25.330 [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=213, logTerm=3, entries=[0], commitIndex=213, globalIndex=213]
15:25:25.331 [copycat-server-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=213]
15:25:25.332 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:25.333 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:25.336 [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=213, logTerm=3, entries=[1], commitIndex=213, globalIndex=213]
15:25:25.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=214, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744725332] to log at index 214
15:25:25.337 [copycat-server-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=214]
15:25:25.343 [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=214, logTerm=3, entries=[1], commitIndex=214, globalIndex=213]
15:25:25.343 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=215, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744725335] to log at index 215
15:25:25.344 [copycat-server-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=215]
15:25:25.345 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=214, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744725332]
15:25:25.346 [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=215, logTerm=3, entries=[1], commitIndex=215, globalIndex=215]
15:25:25.347 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=216, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744725339] to log at index 216
15:25:25.347 [copycat-server-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=216]
15:25:25.347 [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]]
15:25:25.347 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=215, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744725335]
15:25:25.348 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:25.576 [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=216, logTerm=3, entries=[0], commitIndex=216, globalIndex=216]
15:25:25.577 [copycat-server-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=216]
15:25:25.577 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=216, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744725339]
15:25:25.830 [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=216, logTerm=3, entries=[0], commitIndex=216, globalIndex=216]
15:25:25.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=3, succeeded=true, logIndex=216]
15:25:26.076 [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=216, logTerm=3, entries=[0], commitIndex=216, globalIndex=216]
15:25:26.077 [copycat-server-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=216]
15:25:26.727 [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=216, logTerm=3, entries=[0], commitIndex=216, globalIndex=216]
15:25:26.728 [copycat-server-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=216]
15:25:26.827 [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=216, logTerm=3, entries=[0], commitIndex=216, globalIndex=216]
15:25:26.827 [copycat-server-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=216]
15:25:27.583 [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=216, logTerm=3, entries=[0], commitIndex=216, globalIndex=216]
15:25:27.584 [copycat-server-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=216]
15:25:27.850 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:27.851 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:28.326 [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=216, logTerm=3, entries=[0], commitIndex=216, globalIndex=216]
15:25:28.329 [copycat-server-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=216]
15:25:28.335 [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=216, logTerm=3, entries=[3], commitIndex=216, globalIndex=216]
15:25:28.336 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=217, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744727845] to log at index 217
15:25:28.336 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=218, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744727856] to log at index 218
15:25:28.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=219, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744727857] to log at index 219
15:25:28.337 [copycat-server-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=219]
15:25:28.348 [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]]
15:25:28.350 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:28.579 [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=219, logTerm=3, entries=[0], commitIndex=219, globalIndex=216]
15:25:28.580 [copycat-server-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=219]
15:25:28.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=217, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744727845]
15:25:28.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=218, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744727856]
15:25:28.581 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=219, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744727857]
15:25:28.826 [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=219, logTerm=3, entries=[0], commitIndex=219, globalIndex=219]
15:25:28.827 [copycat-server-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=219]
15:25:29.078 [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=219, logTerm=3, entries=[0], commitIndex=219, globalIndex=219]
15:25:29.082 [copycat-server-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=219]
15:25:29.328 [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=219, logTerm=3, entries=[0], commitIndex=219, globalIndex=219]
15:25:29.328 [copycat-server-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=219]
15:25:29.578 [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=219, logTerm=3, entries=[0], commitIndex=219, globalIndex=219]
15:25:29.579 [copycat-server-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=219]
15:25:29.825 [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=219, logTerm=3, entries=[0], commitIndex=219, globalIndex=219]
15:25:29.826 [copycat-server-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=219]
15:25:30.077 [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=219, logTerm=3, entries=[0], commitIndex=219, globalIndex=219]
15:25:30.078 [copycat-server-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=219]
15:25:30.826 [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=219, logTerm=3, entries=[0], commitIndex=219, globalIndex=219]
15:25:30.827 [copycat-server-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=219]
15:25:30.850 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:30.851 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:31.403 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:25:31.403 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:31.403 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:31.404 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:31.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:25:31.484 [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]]
15:25:31.487 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:31.493 [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=219, logTerm=0, entries=[0], commitIndex=223, globalIndex=219]
15:25:31.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=3, succeeded=true, logIndex=219]
15:25:31.505 [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=219, logTerm=0, entries=[4], commitIndex=223, globalIndex=219]
15:25:31.505 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=221, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744730860] to log at index 221
15:25:31.505 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=222, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744730861] to log at index 222
15:25:31.506 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=223, term=3, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744731408] to log at index 223
15:25:31.506 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=224, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744731489] to log at index 224
15:25:31.506 [copycat-server-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=224]
15:25:31.506 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=221, term=3, session=47, commandSequence=0, eventIndex=47, timestamp=1451744730860]
15:25:31.506 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=222, term=3, session=17, commandSequence=2, eventIndex=17, timestamp=1451744730861]
15:25:31.506 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=223, term=3, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744731408]
15:25:31.506 [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]]
15:25:31.507 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:31.580 [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=224, logTerm=3, entries=[0], commitIndex=224, globalIndex=224]
15:25:31.581 [copycat-server-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=224]
15:25:31.583 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=224, term=3, session=10, commandSequence=2, eventIndex=18, timestamp=1451744731489]
15:25:31.826 [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=224, logTerm=3, entries=[0], commitIndex=224, globalIndex=224]
15:25:31.827 [copycat-server-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=224]
15:25:32.075 [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=224, logTerm=3, entries=[0], commitIndex=224, globalIndex=224]
15:25:32.076 [copycat-server-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=224]
15:25:32.328 [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=224, logTerm=3, entries=[0], commitIndex=224, globalIndex=224]
15:25:32.329 [copycat-server-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=224]
15:25:32.577 [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=224, logTerm=3, entries=[0], commitIndex=224, globalIndex=224]
15:25:32.577 [copycat-server-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=224]
15:25:32.826 [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=224, logTerm=3, entries=[0], commitIndex=224, globalIndex=224]
15:25:32.826 [copycat-server-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=224]
15:25:33.475 [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=224, logTerm=3, entries=[0], commitIndex=224, globalIndex=224]
15:25:33.476 [copycat-server-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=224]
15:25:34.007 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:34.007 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:34.009 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:34.009 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:25:34.343 [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.867S
15:25:34.345 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
15:25:34.346 [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
15:25:34.348 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 4
15:25:34.353 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]
15:25:34.354 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to CANDIDATE
15:25:34.354 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Cancelling heartbeat timer
15:25:34.354 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Starting election
15:25:34.354 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 4
15:25:34.354 [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
15:25:34.355 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
15:25:34.355 [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 4
15:25:34.355 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for term 4
15:25:34.369 [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=UNAVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]
15:25:34.369 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to LEADER
15:25:34.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.CandidateState - localhost/127.0.0.1:5000 - Cancelling election
15:25:34.371 [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
15:25:34.372 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended InitializeEntry[index=225, term=4, timestamp=1451744734371]
15:25:34.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=225, term=4, 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 225
15:25:34.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=4, leader=2130712284, index=225, 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
15:25:34.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=4, leader=2130712284, index=225, 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
15:25:34.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Starting append timer
15:25:34.380 [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
15:25:34.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=4, leader=2130712284, logIndex=224, logTerm=3, entries=[1], commitIndex=224, globalIndex=170] to localhost/127.0.0.1:5001
15:25:34.382 [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
15:25:34.383 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=224, logTerm=3, entries=[1], commitIndex=224, globalIndex=170] to localhost/127.0.0.1:5002
15:25:34.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=4, succeeded=true, logIndex=225] from localhost/127.0.0.1:5002
15:25:34.388 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=225, term=4, 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]]]
15:25:34.432 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=4, succeeded=true, logIndex=225] from localhost/127.0.0.1:5001
15:25:34.546 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:25:34.547 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=226, term=4, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744734546]
15:25:34.554 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=225, logTerm=4, entries=[1], commitIndex=225, globalIndex=225] to localhost/127.0.0.1:5001
15:25:34.555 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=225, logTerm=4, entries=[1], commitIndex=225, globalIndex=225] to localhost/127.0.0.1:5002
15:25:34.564 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=4, succeeded=true, logIndex=226] from localhost/127.0.0.1:5001
15:25:34.565 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=226, term=4, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744734546]
15:25:34.566 [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]
15:25:34.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=4, succeeded=true, logIndex=226] from localhost/127.0.0.1:5002
15:25:34.567 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=227, term=4, 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 227
15:25:34.571 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=4, leader=2130712284, index=227, 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
15:25:34.571 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent ConfigureRequest[term=4, leader=2130712284, index=227, 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
15:25:34.571 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:25:34.572 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=228, term=4, session=17, commandSequence=2, eventIndex=17, timestamp=1451744734571]
15:25:34.577 [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
15:25:34.578 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=226, logTerm=4, entries=[2], commitIndex=226, globalIndex=226] to localhost/127.0.0.1:5001
15:25:34.588 [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
15:25:34.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=226, logTerm=4, entries=[2], commitIndex=226, globalIndex=226] to localhost/127.0.0.1:5002
15:25:34.595 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x88c2015a, /127.0.0.1:5000] RECEIVED: [id: 0xf2da6b9f, /127.0.0.1:43588 => /127.0.0.1:5000]
15:25:34.596 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=30c4802a-74d7-4120-8cf5-8999e939eef2]
15:25:34.596 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5000]
15:25:34.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=229, term=4, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5000, timestamp=1451744734596]
15:25:34.599 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=4, succeeded=true, logIndex=228] from localhost/127.0.0.1:5002
15:25:34.600 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=227, term=4, 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]]]
15:25:34.601 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=228, term=4, session=17, commandSequence=2, eventIndex=17, timestamp=1451744734571]
15:25:34.601 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=228, logTerm=4, entries=[1], commitIndex=228, globalIndex=226] to localhost/127.0.0.1:5002
15:25:34.602 [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]]
15:25:34.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=4, succeeded=true, logIndex=229] from localhost/127.0.0.1:5002
15:25:34.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=229, term=4, client=30c4802a-74d7-4120-8cf5-8999e939eef2, address=localhost/127.0.0.1:5000, timestamp=1451744734596]
15:25:34.609 [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]
15:25:34.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent ConnectResponse[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]]
15:25:34.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=47, commandSequence=0, eventIndex=47]
15:25:34.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=230, term=4, session=47, commandSequence=0, eventIndex=47, timestamp=1451744734614]
15:25: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=4, leader=2130712284, logIndex=229, logTerm=4, entries=[1], commitIndex=229, globalIndex=226] to localhost/127.0.0.1:5002
15:25:34.617 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
15:25:34.617 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:34.617 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
15:25:34.619 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
15:25:34.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f]
15:25:34.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000]
15:25:34.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=231, term=4, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744734620]
15:25:34.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=4, succeeded=true, logIndex=230] from localhost/127.0.0.1:5002
15:25:34.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=230, term=4, session=47, commandSequence=0, eventIndex=47, timestamp=1451744734614]
15:25:34.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=4, leader=2130712284, logIndex=230, logTerm=4, entries=[1], commitIndex=230, globalIndex=226] to localhost/127.0.0.1:5002
15:25:34.637 [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]]
15:25:34.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=4, succeeded=true, logIndex=231] from localhost/127.0.0.1:5002
15:25:34.645 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=231, term=4, client=434dfd21-6d8a-47ef-8191-d8c8b071f21f, address=localhost/127.0.0.1:5000, timestamp=1451744734620]
15:25:34.645 [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]
15:25:34.646 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Sent ConnectResponse[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]]
15:25:34.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:34.649 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=232, term=4, session=10, commandSequence=2, eventIndex=18, timestamp=1451744734648]
15:25:34.650 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=231, logTerm=4, entries=[1], commitIndex=231, globalIndex=226] to localhost/127.0.0.1:5002
15:25:34.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:34.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=232, term=4, session=10, commandSequence=2, eventIndex=18, timestamp=1451744734648]
15:25:34.654 [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]]
15:25:34.655 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - 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]]
15:25:34.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=226] to localhost/127.0.0.1:5002
15:25:34.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:35.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - request timed out
15:25:35.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=4, leader=2130712284, logIndex=226, logTerm=0, entries=[0], commitIndex=232, globalIndex=226] to localhost/127.0.0.1:5001
15:25:35.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=226] to localhost/127.0.0.1:5002
15:25:35.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=4, succeeded=true, logIndex=228] from localhost/127.0.0.1:5001
15:25:35.132 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=228, logTerm=4, entries=[2], commitIndex=232, globalIndex=226] to localhost/127.0.0.1:5001
15:25:35.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:35.137 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5001
15:25:35.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5001
15:25:35.378 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5002
15:25:35.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5001
15:25:35.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:35.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5001
15:25:35.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5002
15:25:35.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5001
15:25:35.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:35.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5001
15:25:35.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5002
15:25:35.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5001
15:25:35.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:36.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5001
15:25:36.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5002
15:25:36.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5001
15:25:36.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:36.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5001
15:25:36.378 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5002
15:25:36.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5001
15:25:36.385 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:36.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5001
15:25:36.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5002
15:25:36.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5001
15:25:36.635 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Received AppendResponse[status=OK, term=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:36.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5001
15:25: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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[0], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5002
15:25:36.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5002
15:25:36.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=4, succeeded=true, logIndex=232] from localhost/127.0.0.1:5001
15:25:37.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received AcceptRequest[client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002]
15:25:37.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=233, term=4, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744737121]
15:25:37.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=4, leader=2130712284, logIndex=232, logTerm=4, entries=[1], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5001
15:25:37.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.LeaderAppender - localhost/127.0.0.1:5000 - Sent AppendRequest[term=4, leader=2130712284, logIndex=232, logTerm=4, entries=[1], commitIndex=232, globalIndex=232] to localhost/127.0.0.1:5002
15:25:37.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=4, succeeded=true, logIndex=233] from localhost/127.0.0.1:5002
15:25:37.140 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=233, term=4, client=dd0e3de8-711d-4bf9-ac01-d2aa71269f96, address=localhost/127.0.0.1:5002, timestamp=1451744737121]
15:25:37.141 [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]
15:25:37.147 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=17, commandSequence=2, eventIndex=17]
15:25:37.149 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.LeaderState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=234, term=4, session=17, commandSequence=2, eventIndex=17, timestamp=1451744737147]
15:25:37.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=4, leader=2130712284, logIndex=233, logTerm=4, entries=[1], commitIndex=233, globalIndex=232] to localhost/127.0.0.1:5002
15:25:37.155 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 10 - Sending KeepAliveRequest[session=10, commandSequence=2, eventIndex=18]
15:25:37.156 [copycat-client-3] DE
View raw

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

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