Skip to content

Instantly share code, notes, and snippets.

@electrical
Created January 1, 2016 14:15
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/cf3fe07b3107d5d37c50 to your computer and use it in GitHub Desktop.
Save electrical/cf3fe07b3107d5d37c50 to your computer and use it in GitHub Desktop.
atomix logs
14:54:24.085 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
14:54:24.100 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
14:54:24.101 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
14:54:24.101 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
14:54:24.102 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
14:54:24.168 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
14:54:24.169 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
14:54:24.169 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
14:54:24.169 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
14:54:24.170 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
14:54:24.171 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
14:54:24.171 [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.
14:54:24.171 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
14:54:24.171 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
14:54:24.172 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
14:54:24.173 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
14:54:24.173 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.netty.workdir: /tmp (io.netty.tmpdir)
14:54:24.177 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
14:54:24.192 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
14:54:24.192 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
14:54:24.286 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
14:54:24.287 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
14:54:24.287 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
14:54:24.287 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
14:54:24.288 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
14:54:24.288 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
14:54:24.288 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
14:54:24.288 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
14:54:24.289 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
14:54:24.289 [main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
14:54:24.313 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Registering session: attempt 1
14:54:24.314 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Sending RegisterRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:54:24.315 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:54:24.331 [copycat-client-2] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x34cd85b4835173c5
14:54:24.335 [copycat-client-2] DEBUG i.n.channel.ChannelOutboundBuffer - -Dio.netty.threadLocalDirectBufferSize: 65536
14:54:24.336 [copycat-client-2] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
14:54:24.346 [copycat-client-2] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
14:54:24.391 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:54:24.411 [copycat-client-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: simple
14:54:24.481 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - Received RegisterResponse[status=OK, session=42, 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]]
14:54:24.484 [copycat-client-2] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
Client started!
14:54:24.498 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:24.499 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:54:24.503 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:54:24.536 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:27.038 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:27.060 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:29.561 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:29.578 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:32.079 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:32.105 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:34.608 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:34.634 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:37.136 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:37.160 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:39.660 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:39.673 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:42.175 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:42.301 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:44.832 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:44.857 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:47.367 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:47.387 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:49.909 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:50.043 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:52.544 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:52.571 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:55.143 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:55.756 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:54:55.766 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:54:55.817 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:54:58.318 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:54:58.334 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:55:00.836 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:01.514 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:01.516 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:01.648 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:55:04.149 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:04.767 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:04.768 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:04.768 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:04.770 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:04.874 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:55:07.375 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:07.375 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:07.379 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:07.590 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - 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]]
14:55:10.091 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:10.102 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:10.107 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:10.139 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:10.142 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:10.147 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:10.148 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:10.149 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:10.156 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:10.179 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:10.181 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:10.184 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:10.191 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:10.204 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:10.206 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:10.226 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:10.226 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:10.226 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:10.228 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:10.243 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:10.251 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:10.256 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:10.260 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:10.283 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:10.285 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:10.827 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:10.828 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:10.829 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:10.834 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:10.836 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:10.839 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:10.841 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:10.843 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:10.846 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:10.846 [copycat-client-2] DEBUG i.a.c.client.DefaultCopycatClient - State changed: SUSPENDED
14:55:13.348 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:13.349 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:13.351 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:13.378 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:13.379 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:13.423 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:13.425 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:13.456 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:13.457 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:13.476 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:13.476 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:13.476 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:13.477 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:13.495 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:13.496 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:14.054 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:14.057 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:14.786 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:14.790 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:14.885 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:14.886 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:14.887 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:14.889 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:14.932 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:14.934 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:14.968 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:14.972 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:15.542 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:15.559 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:15.611 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:15.612 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:15.613 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:15.616 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:15.644 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:15.645 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:15.680 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:15.681 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:15.741 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:15.741 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:15.790 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:15.790 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:15.791 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:15.791 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:15.867 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:15.868 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:15.916 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:15.917 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:16.367 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:16.370 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:16.399 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:16.399 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.400 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:16.401 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:16.431 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:16.432 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:16.454 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:16.455 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:16.487 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:16.488 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:16.521 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:16.522 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.522 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:16.522 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:16.581 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:16.582 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:16.608 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:16.609 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:16.664 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:16.665 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:16.703 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:16.703 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.703 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:16.704 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:16.726 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:16.727 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:16.751 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:16.752 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:16.782 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:16.785 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:16.809 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:16.809 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.809 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:16.810 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:16.851 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:16.852 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:16.894 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:16.895 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:16.917 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:16.918 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:16.943 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:16.943 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.943 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:16.944 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:16.962 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:16.965 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:17.006 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:17.007 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:17.044 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:17.045 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:17.795 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:17.796 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:17.799 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:17.805 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:17.873 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:17.874 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:18.569 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:18.571 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:18.628 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:18.630 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:18.666 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:18.667 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:18.667 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:18.669 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:18.721 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:18.722 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:18.759 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:18.760 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:18.783 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:18.784 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:18.834 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:18.835 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:18.835 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:18.837 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:18.868 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:18.869 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:18.889 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:18.890 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:18.905 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:18.906 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:19.565 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:19.566 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:19.567 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:19.571 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:19.691 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:19.692 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:19.712 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:19.713 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:19.743 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:19.744 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:19.779 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:19.779 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:19.779 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:19.780 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:19.827 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:19.829 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:19.859 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:19.860 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:19.894 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:19.896 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:19.937 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:19.937 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:19.937 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:19.938 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:19.977 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:19.978 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:20.005 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:20.006 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:20.042 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:20.043 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:20.079 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:20.079 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:20.080 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:20.081 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:20.097 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:20.098 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:20.114 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:20.115 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:20.621 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:20.622 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:20.641 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:20.641 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:20.642 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:20.644 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:21.073 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:21.074 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:21.105 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:21.106 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:21.599 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:21.601 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:21.634 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:21.635 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:21.635 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:21.637 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:21.670 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:21.671 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:21.716 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:21.717 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:21.757 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:21.758 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:22.067 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:22.068 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:22.068 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:22.073 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:22.105 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:22.106 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:22.577 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:22.579 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:22.605 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:22.606 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:22.633 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:22.634 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:22.634 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:22.636 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:23.088 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:23.089 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:23.124 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:23.124 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:23.590 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:23.593 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:23.633 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:23.634 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:23.634 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:23.637 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:23.658 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:23.659 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:23.731 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:23.733 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:23.763 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:23.764 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:24.567 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:24.570 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:24.572 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:24.579 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:24.604 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:24.605 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:25.355 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:25.357 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:25.843 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:25.843 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:25.877 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:25.877 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:25.877 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:25.879 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:25.937 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:25.938 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:25.990 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:25.992 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:26.016 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:26.017 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:26.058 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:26.059 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.059 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.060 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:26.086 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:26.087 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:26.239 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:26.240 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:26.263 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.265 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:26.331 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:26.332 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.333 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:26.336 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:26.396 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:26.398 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:26.456 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:26.457 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:26.508 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.509 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:26.563 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:26.564 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.566 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:26.568 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:26.604 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:26.606 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:26.635 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:26.635 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:26.679 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.680 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:26.702 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:26.703 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.703 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.704 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:26.731 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.732 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:26.757 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:26.758 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:26.801 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:26.803 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:26.853 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:26.853 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.853 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.854 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:26.892 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:26.894 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:26.931 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:26.931 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:26.955 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.956 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:26.982 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:26.983 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.983 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:26.984 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:27.011 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:27.013 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:27.081 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:27.081 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:27.227 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:27.229 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:27.274 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:27.274 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:27.274 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:27.275 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:27.847 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:27.850 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:27.906 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:27.910 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:27.989 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:27.991 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:28.573 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:28.574 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:28.576 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:28.587 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:28.633 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:28.634 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:28.652 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:28.658 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:28.698 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:28.698 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:29.296 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:29.296 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:29.297 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:29.304 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:29.352 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:29.353 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:29.399 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:29.401 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:29.500 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:29.501 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:29.552 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:29.553 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:29.554 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:29.555 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:29.613 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:29.614 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:29.665 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:29.666 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:29.700 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:29.701 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:29.735 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:29.735 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:29.736 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:29.737 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:29.792 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:29.793 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:29.850 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:29.851 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:29.891 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:29.892 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:29.916 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:29.916 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:29.916 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:29.920 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:30.018 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:30.019 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:30.055 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:30.056 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:30.088 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:30.089 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:30.118 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:30.118 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.119 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:30.120 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:30.145 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:30.146 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:30.189 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:30.191 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:30.242 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:30.244 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:30.267 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:30.268 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.268 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:30.270 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:30.313 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:30.314 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:30.338 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:30.339 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:30.443 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:30.450 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:30.471 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:30.471 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.472 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:30.473 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:30.554 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:30.554 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:30.578 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:30.579 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:30.599 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:30.600 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:30.654 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:30.656 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.656 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:30.660 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:31.099 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:31.101 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:31.134 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:31.135 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:31.160 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:31.162 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:31.188 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:31.189 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:31.189 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:31.190 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:31.245 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:31.246 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:31.269 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:31.270 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:31.300 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:31.300 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:31.340 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:31.340 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:31.340 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:31.341 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:31.399 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:31.400 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:31.429 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:31.430 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:31.454 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5002
14:55:31.455 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5002
14:55:31.482 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:31.483 [copycat-client-2] DEBUG i.a.c.client.session.ClientSession - 42 - Sending KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:31.483 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:31.484 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:31.508 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5001
14:55:31.509 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5001
14:55:31.538 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:31.539 [copycat-client-2] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
This file has been truncated, but you can view the full file.
14:54:05.594 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
14:54:05.614 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
14:54:05.617 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
14:54:05.617 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
14:54:05.618 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
14:54:05.847 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
14:54:05.848 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
14:54:05.848 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
14:54:05.849 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
14:54:05.850 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
14:54:05.851 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable
14:54:05.852 [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.
14:54:05.852 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
14:54:05.853 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
14:54:05.853 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
14:54:05.855 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
14:54:05.856 [main] DEBUG i.n.u.internal.NativeLibraryLoader - -Dio.netty.netty.workdir: /tmp (io.netty.tmpdir)
14:54:05.874 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
14:54:05.916 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
14:54:05.920 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
14:54:06.319 [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]
14:54:06.480 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 2
14:54:06.481 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 2
14:54:06.481 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
14:54:06.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
14:54:06.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
14:54:06.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
14:54:06.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
14:54:06.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
14:54:06.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
14:54:06.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
14:54:06.545 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.util.internal.ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0xecaf8b5146263322
14:54:06.549 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.n.channel.ChannelOutboundBuffer - -Dio.netty.threadLocalDirectBufferSize: 65536
14:54:06.557 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.Recycler - -Dio.netty.recycler.maxCapacity.default: 262144
14:54:06.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: unpooled
14:54:06.604 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.NetUtil - Loopback interface: lo (lo, 127.0.0.1)
14:54:06.605 [copycat-server-localhost/127.0.0.1:5000] DEBUG io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128
14:54:06.634 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208] REGISTERED
14:54:06.640 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208] BIND(localhost/127.0.0.1:5000)
14:54:06.668 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] ACTIVE
14:54:06.682 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.resource.InstanceOperation
14:54:06.693 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResource
14:54:06.698 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResourceIfExists
14:54:06.703 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.CreateResource
14:54:06.706 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.CreateResourceIfExists
14:54:06.713 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered void operation callback class io.atomix.manager.CloseResource
14:54:06.732 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.DeleteResource
14:54:06.737 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.ResourceExists
14:54:06.740 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.ServerStateMachineExecutor - Registered value operation callback class io.atomix.manager.GetResourceKeys
14:54:06.769 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.ServerContext - Server started successfully!
14:54:06.772 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Transitioning to FOLLOWER
14:54:06.781 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Starting heartbeat timer
14:54:07.742 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x14753e20, /127.0.0.1:37312 => /127.0.0.1:5000]
14:54:07.782 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xc413533d, /127.0.0.1:37314 => /127.0.0.1:5000]
14:54:07.835 [catalyst-event-loop-2] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: simple
14:54:07.856 [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]
14:54:07.857 [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
14:54:07.858 [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]
14:54:07.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 1
14:54:07.902 [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]
14:54:07.904 [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
14:54:07.905 [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
14:54:07.905 [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]
14:54:07.926 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=0, candidate=2130712286, logIndex=0, logTerm=0]
14:54:07.931 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Rejected PollRequest[term=0, candidate=2130712286, logIndex=0, logTerm=0]: candidate's term is less than the current term
14:54:07.932 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=1, accepted=false]
14:54:08.001 [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]]]
14:54:08.001 [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
14:54:08.002 [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
14:54:08.038 [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]
14:54:08.089 [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]
14:54:08.092 [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
14:54:08.095 [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=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, address=localhost/127.0.0.1:5001, timestamp=1451656447986] to log at index 2
14:54:08.104 [copycat-server-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]
14:54:08.200 [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=2]
14:54:08.202 [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=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, timeout=1451656448194] to log at index 3
14:54:08.203 [copycat-server-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]
14:54:08.212 [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]]]
14:54:08.216 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.s.snapshot.SnapshotStore - Created disk snapshot: FileSnapshot[index=1]
14:54:08.216 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Taking snapshot 1
14:54:08.328 [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=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, address=localhost/127.0.0.1:5001, timestamp=1451656447986]
14:54:08.351 [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=3]
14:54:08.354 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=3]
14:54:08.360 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=3, term=1, client=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, timeout=1451656448194]
14:54:08.384 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: OPEN
14:54:08.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Completing snapshot 1
14:54:08.478 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
14:54:08.481 [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=3]
14:54:08.483 [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=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, address=localhost/127.0.0.1:5001, timestamp=1451656448381] to log at index 4
14:54:08.486 [copycat-server-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]
14:54:08.498 [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=[2], commitIndex=4, globalIndex=4]
14:54:08.500 [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=1451656448474, command=io.atomix.manager.CreateResource@1fe4bdcf] to log at index 5
14:54:08.501 [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=1451656448480] to log at index 6
14:54:08.502 [copycat-server-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]
14:54:08.504 [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=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, address=localhost/127.0.0.1:5001, timestamp=1451656448381]
14:54:08.558 [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=6, logTerm=1, entries=[1], commitIndex=6, globalIndex=6]
14:54:08.559 [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=1451656448551, command=InstanceCommand[resource=5, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@2fd0eaad, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 7
14:54:08.560 [copycat-server-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]
14:54:08.561 [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=1451656448474, command=io.atomix.manager.CreateResource@1e06c011]
14:54:08.564 [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=1451656448480]
14:54:08.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=1, leader=2130712285, logIndex=7, logTerm=1, entries=[0], commitIndex=7, globalIndex=7]
14:54:08.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=1, succeeded=true, logIndex=7]
14:54:08.731 [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=1451656448551, command=InstanceCommand[resource=5, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@50b399a5, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
14:54:08.981 [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=7, logTerm=1, entries=[0], commitIndex=7, globalIndex=7]
14:54:08.983 [copycat-server-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]
14:54:09.228 [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=7, logTerm=1, entries=[0], commitIndex=7, globalIndex=7]
14:54:09.229 [copycat-server-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]
14:54:09.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=1, leader=2130712285, logIndex=7, logTerm=1, entries=[0], commitIndex=7, globalIndex=7]
14:54:09.481 [copycat-server-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]
14:54:09.582 [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=null], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001]]]
14:54:09.585 [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]
14:54:09.607 [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
14:54:09.618 [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=7, logTerm=1, entries=[1], commitIndex=7, globalIndex=7]
14:54:09.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=8, term=1, members=[Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=null], Member[type=ACTIVE, status=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], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]] to log at index 8
14:54:09.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=8]
14:54:09.629 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Cancelling join timeout
14:54:09.674 [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=8, logTerm=1, entries=[1], commitIndex=8, globalIndex=8]
14:54:09.677 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=9, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656449666] to log at index 9
14:54:09.679 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=9]
14:54:09.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=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], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]]
14:54:09.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=9, logTerm=1, entries=[1], commitIndex=9, globalIndex=9]
14:54:09.724 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=10, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, timeout=1451656449718] to log at index 10
14:54:09.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=10]
14:54:09.727 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=9, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656449666]
14:54:09.762 [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=10, logTerm=1, entries=[1], commitIndex=10, globalIndex=10]
14:54:09.764 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=11, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656449755] to log at index 11
14:54:09.764 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=11]
14:54:09.765 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=10, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, timeout=1451656449718]
14:54:09.766 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: OPEN
14:54:10.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=1, leader=2130712285, logIndex=10, logTerm=1, entries=[0], commitIndex=14, globalIndex=10]
14:54:10.477 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=11]
14:54:10.479 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=11, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656449755]
14:54:10.482 [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=11, logTerm=0, entries=[3], commitIndex=14, globalIndex=10]
14:54:10.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=12, term=1, session=10, sequence=1, timestamp=1451656449786, command=io.atomix.manager.CreateResource@41fa5e14] to log at index 12
14:54:10.486 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=13, term=1, session=10, commandSequence=0, eventIndex=10, timestamp=1451656449795] to log at index 13
14:54:10.488 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=14, term=1, session=10, sequence=2, timestamp=1451656449823, command=InstanceCommand[resource=12, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@4fbe9d9b, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 14
14:54:10.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=14]
14:54:10.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying CommandEntry[index=12, term=1, session=10, sequence=1, timestamp=1451656449786, command=io.atomix.manager.CreateResource@26552c77]
14:54:10.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=13, term=1, session=10, commandSequence=0, eventIndex=10, timestamp=1451656449795]
14:54:10.490 [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=1, session=10, sequence=2, timestamp=1451656449823, command=InstanceCommand[resource=12, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@2312d362, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
14:54:10.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=1, leader=2130712285, logIndex=14, logTerm=1, entries=[0], commitIndex=14, globalIndex=14]
14:54:10.736 [copycat-server-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=14]
14:54:10.980 [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=14, logTerm=1, entries=[0], commitIndex=14, globalIndex=14]
14:54:10.982 [copycat-server-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=14]
14:54:11.129 [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
14:54:11.150 [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=16, 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]]]
14:54:11.151 [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]
14:54:11.178 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Cancelling join timeout
14:54:11.188 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Registering session: attempt 1
14:54:11.188 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Sending RegisterRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:54:11.189 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:54:11.194 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:54:11.198 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:54:11.239 [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]]
14:54:11.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received RegisterRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:54:11.260 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent RegisterResponse[status=OK, session=18, 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]]
14:54:11.262 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - Received RegisterResponse[status=OK, session=18, 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]]
14:54:11.263 [copycat-client-3] DEBUG i.a.c.client.DefaultCopycatClient - State changed: CONNECTED
14:54:11.264 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=0, eventIndex=18]
14:54:11.265 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:54:11.266 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:54:11.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:54:11.276 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending CommandRequest[session=18, sequence=1, command=io.atomix.manager.CreateResource@a08832c]
14:54:11.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received CommandRequest[session=18, sequence=1, command=io.atomix.manager.CreateResource@30b20bf1]
14:54:11.286 [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]]
14:54:11.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=0, eventIndex=18]
14:54:11.297 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent CommandResponse[status=OK, index=20, result=20]
14:54:11.299 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Received CommandResponse[status=OK, index=20, result=20]
14:54:11.308 [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]]
14:54:11.313 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:11.316 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending CommandRequest[session=18, sequence=2, command=InstanceCommand[resource=20, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@ebba376, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
14:54:11.317 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received CommandRequest[session=18, sequence=2, command=InstanceCommand[resource=20, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@b063a9f, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
14:54:11.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent CommandResponse[status=OK, index=22, result=null]
14:54:11.338 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Received CommandResponse[status=OK, index=22, result=null]
14:54:11.724 [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=14, logTerm=1, entries=[0], commitIndex=22, globalIndex=14]
14:54:11.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=14]
14:54:11.735 [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=14, logTerm=1, entries=[7], commitIndex=22, globalIndex=14]
14:54:11.736 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=15, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656451049] to log at index 15
14:54:11.737 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=16, 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=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], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]] to log at index 16
14:54:11.743 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=17, term=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656451203] to log at index 17
14:54:11.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=18, term=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, timeout=1451656451248] to log at index 18
14:54:11.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=20, term=1, session=18, sequence=1, timestamp=1451656451280, command=io.atomix.manager.CreateResource@46c32102] to log at index 20
14:54:11.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=21, term=1, session=18, commandSequence=0, eventIndex=18, timestamp=1451656451298] to log at index 21
14:54:11.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended CommandEntry[index=22, term=1, session=18, sequence=2, timestamp=1451656451319, command=InstanceCommand[resource=20, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@33601254, consistency=LINEARIZABLE], consistency=LINEARIZABLE]] to log at index 22
14:54:11.745 [copycat-server-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=22]
14:54:11.745 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=15, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656451049]
14:54:11.747 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=16, term=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=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], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5000, clientAddress=localhost/127.0.0.1:5000]]]
14:54:11.747 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=17, term=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656451203]
14:54:11.747 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=18, term=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, timeout=1451656451248]
14:54:11.748 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 18 - State changed: OPEN
14:54:11.748 [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=1, session=18, sequence=1, timestamp=1451656451280, command=io.atomix.manager.CreateResource@75ab136f]
14:54:11.752 [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=1, session=18, commandSequence=0, eventIndex=18, timestamp=1451656451298]
14:54:11.755 [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=1, session=18, sequence=2, timestamp=1451656451319, command=InstanceCommand[resource=20, command=ResourceCommand[command=io.atomix.coordination.state.LeaderElectionCommands$Listen@2ec0323a, consistency=LINEARIZABLE], consistency=LINEARIZABLE]]
14:54:11.974 [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=22, logTerm=1, entries=[0], commitIndex=22, globalIndex=22]
14:54:11.981 [copycat-server-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=22]
14:54:12.224 [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=22, logTerm=1, entries=[0], commitIndex=22, globalIndex=22]
14:54:12.226 [copycat-server-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=22]
14:54:12.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=1, leader=2130712285, logIndex=22, logTerm=1, entries=[1], commitIndex=22, globalIndex=22]
14:54:12.328 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=23, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656452321] to log at index 23
14:54:12.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=1, succeeded=true, logIndex=23]
14:54:12.474 [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=23, logTerm=1, entries=[0], commitIndex=23, globalIndex=22]
14:54:12.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=1, succeeded=true, logIndex=23]
14:54:12.478 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656452321]
14:54:12.738 [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=23, logTerm=1, entries=[0], commitIndex=23, globalIndex=22]
14:54:12.739 [copycat-server-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=23]
14:54:12.977 [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=23, logTerm=1, entries=[0], commitIndex=23, globalIndex=23]
14:54:12.978 [copycat-server-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=23]
14:54:13.228 [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=23, logTerm=1, entries=[0], commitIndex=23, globalIndex=23]
14:54:13.232 [copycat-server-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=23]
14:54:13.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=1, leader=2130712285, logIndex=23, logTerm=1, entries=[0], commitIndex=23, globalIndex=23]
14:54:13.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=1, succeeded=true, logIndex=23]
14:54:13.626 [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=23, logTerm=1, entries=[1], commitIndex=23, globalIndex=23]
14:54:13.628 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=24, term=1, client=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, address=localhost/127.0.0.1:5001, timestamp=1451656453578] to log at index 24
14:54:13.628 [copycat-server-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=24]
14:54:13.817 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:13.817 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:13.842 [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]]
14:54:13.844 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:14.476 [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=23, logTerm=1, entries=[0], commitIndex=26, globalIndex=23]
14:54:14.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=1, succeeded=true, logIndex=24]
14:54:14.478 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=24, term=1, client=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, address=localhost/127.0.0.1:5001, timestamp=1451656453578]
14:54:14.483 [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=24, logTerm=0, entries=[2], commitIndex=26, globalIndex=23]
14:54:14.485 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=25, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656453819] to log at index 25
14:54:14.485 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=26, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656453840] to log at index 26
14:54:14.485 [copycat-server-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=26]
14:54:14.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=25, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656453819]
14:54:14.487 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656453840]
14:54:14.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=1, leader=2130712285, logIndex=26, logTerm=1, entries=[0], commitIndex=26, globalIndex=26]
14:54:14.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=1, succeeded=true, logIndex=26]
14:54:14.853 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=26, logTerm=1, entries=[1], commitIndex=26, globalIndex=26]
14:54:14.855 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=27, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656454846] to log at index 27
14:54:14.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=1, succeeded=true, logIndex=27]
14:54:14.884 [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=27, logTerm=1, entries=[1], commitIndex=27, globalIndex=27]
14:54:14.887 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=28, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656454881] to log at index 28
14:54:14.888 [copycat-server-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=28]
14:54:14.889 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=27, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656454846]
14:54:14.974 [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=28, logTerm=1, entries=[0], commitIndex=28, globalIndex=28]
14:54:14.976 [copycat-server-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=28]
14:54:14.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=28, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656454881]
14:54:15.223 [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=28, logTerm=1, entries=[0], commitIndex=28, globalIndex=28]
14:54:15.225 [copycat-server-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=28]
14:54:15.476 [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=28, logTerm=1, entries=[0], commitIndex=28, globalIndex=28]
14:54:15.477 [copycat-server-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=28]
14:54:15.725 [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=28, logTerm=1, entries=[0], commitIndex=28, globalIndex=28]
14:54:15.726 [copycat-server-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=28]
14:54:15.975 [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=28, logTerm=1, entries=[0], commitIndex=28, globalIndex=28]
14:54:15.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=1, succeeded=true, logIndex=28]
14:54:16.224 [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=28, logTerm=1, entries=[0], commitIndex=28, globalIndex=28]
14:54:16.227 [copycat-server-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=28]
14:54:16.344 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:16.347 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:16.361 [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=28, logTerm=1, entries=[1], commitIndex=28, globalIndex=28]
14:54:16.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=29, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656456351] to log at index 29
14:54:16.365 [copycat-server-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=29]
14:54:16.372 [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=29, logTerm=1, entries=[1], commitIndex=29, globalIndex=28]
14:54:16.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=30, term=1, client=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, address=localhost/127.0.0.1:5001, timestamp=1451656456360] to log at index 30
14:54:16.374 [copycat-server-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=30]
14:54:16.375 [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]]
14:54:16.375 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656456351]
14:54:16.382 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:16.384 [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=30, logTerm=1, entries=[1], commitIndex=30, globalIndex=28]
14:54:16.385 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=31, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656456380] to log at index 31
14:54:16.385 [copycat-server-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=31]
14:54:16.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=30, term=1, client=37f0fbff-3c1d-4c2c-b580-bf3e7c42fa34, address=localhost/127.0.0.1:5001, timestamp=1451656456360]
14:54:16.473 [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=31, logTerm=1, entries=[0], commitIndex=31, globalIndex=28]
14:54:16.474 [copycat-server-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=31]
14:54:16.477 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656456380]
14:54:16.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=1, leader=2130712285, logIndex=31, logTerm=1, entries=[0], commitIndex=31, globalIndex=28]
14:54:16.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=1, succeeded=true, logIndex=31]
14:54:16.975 [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=31, logTerm=1, entries=[0], commitIndex=31, globalIndex=31]
14:54:16.976 [copycat-server-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=31]
14:54:17.233 [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=31, logTerm=1, entries=[0], commitIndex=31, globalIndex=31]
14:54:17.234 [copycat-server-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=31]
14:54:17.404 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=31, logTerm=1, entries=[1], commitIndex=31, globalIndex=31]
14:54:17.406 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=32, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656457400] to log at index 32
14:54:17.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=32]
14:54:17.473 [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=32, logTerm=1, entries=[0], commitIndex=32, globalIndex=31]
14:54:17.474 [copycat-server-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=32]
14:54:17.475 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656457400]
14:54:17.724 [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=32, logTerm=1, entries=[0], commitIndex=32, globalIndex=31]
14:54:17.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=32]
14:54:17.975 [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=32, logTerm=1, entries=[0], commitIndex=32, globalIndex=31]
14:54:17.976 [copycat-server-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=32]
14:54:18.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=1, leader=2130712285, logIndex=32, logTerm=1, entries=[0], commitIndex=32, globalIndex=32]
14:54:18.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=1, succeeded=true, logIndex=32]
14:54:18.883 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:18.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:18.917 [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=32, logTerm=1, entries=[1], commitIndex=32, globalIndex=32]
14:54:18.918 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=33, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656458886] to log at index 33
14:54:18.920 [copycat-server-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=33]
14:54:18.927 [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=33, logTerm=1, entries=[1], commitIndex=33, globalIndex=32]
14:54:18.927 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=34, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656458912] to log at index 34
14:54:18.928 [copycat-server-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=34]
14:54:18.928 [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]]
14:54:18.931 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:18.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=33, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656458886]
14:54:18.973 [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=34, logTerm=1, entries=[0], commitIndex=34, globalIndex=32]
14:54:18.974 [copycat-server-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=34]
14:54:18.975 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656458912]
14:54:19.224 [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=34, logTerm=1, entries=[0], commitIndex=34, globalIndex=32]
14:54:19.226 [copycat-server-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=34]
14:54:19.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=1, leader=2130712285, logIndex=34, logTerm=1, entries=[0], commitIndex=34, globalIndex=32]
14:54:19.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=1, succeeded=true, logIndex=34]
14:54:19.724 [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=34, logTerm=1, entries=[0], commitIndex=34, globalIndex=34]
14:54:19.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=34]
14:54:19.940 [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=34, logTerm=1, entries=[1], commitIndex=34, globalIndex=34]
14:54:19.941 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=35, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656459931] to log at index 35
14:54:19.941 [copycat-server-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=35]
14:54:19.973 [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=35, logTerm=1, entries=[0], commitIndex=35, globalIndex=35]
14:54:19.974 [copycat-server-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=35]
14:54:19.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=35, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656459931]
14:54:20.225 [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=35, logTerm=1, entries=[0], commitIndex=35, globalIndex=35]
14:54:20.226 [copycat-server-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=35]
14:54:20.979 [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=35, logTerm=1, entries=[0], commitIndex=35, globalIndex=35]
14:54:20.980 [copycat-server-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=35]
14:54:21.225 [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=35, logTerm=1, entries=[0], commitIndex=35, globalIndex=35]
14:54:21.226 [copycat-server-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=35]
14:54:21.436 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:21.436 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:21.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=1, leader=2130712285, logIndex=35, logTerm=1, entries=[1], commitIndex=35, globalIndex=35]
14:54:21.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=36, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656461432] to log at index 36
14:54:21.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=1, succeeded=true, logIndex=36]
14:54:21.444 [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=36, logTerm=1, entries=[1], commitIndex=36, globalIndex=35]
14:54:21.444 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=37, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656461442] to log at index 37
14:54:21.444 [copycat-server-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=37]
14:54:21.445 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656461432]
14:54:21.448 [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]]
14:54:21.450 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:21.472 [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=37, logTerm=1, entries=[0], commitIndex=37, globalIndex=35]
14:54:21.473 [copycat-server-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=37]
14:54:21.474 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656461442]
14:54:21.725 [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=37, logTerm=1, entries=[0], commitIndex=37, globalIndex=35]
14:54:21.726 [copycat-server-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=37]
14:54:21.974 [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=37, logTerm=1, entries=[0], commitIndex=37, globalIndex=37]
14:54:21.975 [copycat-server-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=37]
14:54:22.224 [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=37, logTerm=1, entries=[0], commitIndex=37, globalIndex=37]
14:54:22.224 [copycat-server-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=37]
14:54:22.462 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=37, logTerm=1, entries=[1], commitIndex=37, globalIndex=37]
14:54:22.462 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=38, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656462458] to log at index 38
14:54:22.462 [copycat-server-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=38]
14:54:23.224 [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=37, logTerm=1, entries=[0], commitIndex=38, globalIndex=37]
14:54:23.228 [copycat-server-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=38]
14:54:23.230 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=38, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656462458]
14:54:23.477 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=38, logTerm=1, entries=[0], commitIndex=38, globalIndex=37]
14:54:23.477 [copycat-server-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=38]
14:54:23.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=38, logTerm=1, entries=[0], commitIndex=38, globalIndex=37]
14:54:23.723 [copycat-server-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=38]
14:54:23.951 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:23.952 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:23.982 [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]]
14:54:23.990 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:24.445 [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=38, logTerm=1, entries=[0], commitIndex=40, globalIndex=38]
14:54:24.446 [copycat-server-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=38]
14:54:25.227 [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=38, logTerm=0, entries=[0], commitIndex=45, globalIndex=38]
14:54:25.228 [copycat-server-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=38]
14:54:25.236 [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=38, logTerm=0, entries=[6], commitIndex=45, globalIndex=38]
14:54:25.240 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=39, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656463942] to log at index 39
14:54:25.240 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=40, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656463954] to log at index 40
14:54:25.241 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=41, term=1, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656464440] to log at index 41
14:54:25.241 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended RegisterEntry[index=42, term=1, client=560ea2e9-522a-4424-8449-82f5093f0988, timeout=1451656464468] to log at index 42
14:54:25.242 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=44, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656464521] to log at index 44
14:54:25.242 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=45, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656464981] to log at index 45
14:54:25.242 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=45]
14:54:25.242 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656463942]
14:54:25.243 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656463954]
14:54:25.244 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=41, term=1, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656464440]
14:54:25.246 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying RegisterEntry[index=42, term=1, client=560ea2e9-522a-4424-8449-82f5093f0988, timeout=1451656464468]
14:54:25.246 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656464521]
14:54:25.246 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 42 - State changed: OPEN
14:54:25.247 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656464981]
14:54:25.474 [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=45, logTerm=1, entries=[0], commitIndex=45, globalIndex=45]
14:54:25.481 [copycat-server-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=45]
14:54:25.725 [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=45, logTerm=1, entries=[0], commitIndex=45, globalIndex=45]
14:54:25.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=1, succeeded=true, logIndex=45]
14:54:25.980 [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=45, logTerm=1, entries=[0], commitIndex=45, globalIndex=45]
14:54:25.981 [copycat-server-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=45]
14:54:26.223 [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=45, logTerm=1, entries=[0], commitIndex=45, globalIndex=45]
14:54:26.224 [copycat-server-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=45]
14:54:26.491 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:26.492 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:26.776 [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=45, logTerm=1, entries=[2], commitIndex=45, globalIndex=45]
14:54:26.778 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=46, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656466464] to log at index 46
14:54:26.778 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=47, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656466495] to log at index 47
14:54:26.778 [copycat-server-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=47]
14:54:26.795 [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]]
14:54:26.799 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:26.973 [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=47, logTerm=1, entries=[0], commitIndex=47, globalIndex=45]
14:54:26.975 [copycat-server-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=47]
14:54:26.979 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=46, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656466464]
14:54:26.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=47, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656466495]
14:54:27.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=47, logTerm=1, entries=[1], commitIndex=47, globalIndex=45]
14:54:27.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=48, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656467041] to log at index 48
14:54:27.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=48]
14:54:27.224 [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=48, logTerm=1, entries=[0], commitIndex=48, globalIndex=45]
14:54:27.225 [copycat-server-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=48]
14:54:27.228 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=48, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656467041]
14:54:27.476 [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=48, logTerm=1, entries=[0], commitIndex=48, globalIndex=45]
14:54:27.481 [copycat-server-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=48]
14:54:27.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=1, leader=2130712285, logIndex=48, logTerm=1, entries=[1], commitIndex=48, globalIndex=45]
14:54:27.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=49, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656467500] to log at index 49
14:54:27.512 [copycat-server-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=49]
14:54:27.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=1, leader=2130712285, logIndex=49, logTerm=1, entries=[0], commitIndex=49, globalIndex=49]
14:54:27.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=1, succeeded=true, logIndex=49]
14:54:27.730 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656467500]
14:54:27.972 [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=49, logTerm=1, entries=[0], commitIndex=49, globalIndex=49]
14:54:27.973 [copycat-server-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=49]
14:54:28.226 [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=49, logTerm=1, entries=[0], commitIndex=49, globalIndex=49]
14:54:28.227 [copycat-server-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=49]
14:54:28.974 [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=49, logTerm=1, entries=[0], commitIndex=49, globalIndex=49]
14:54:28.974 [copycat-server-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=49]
14:54:29.300 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:29.346 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:29.371 [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]]
14:54:29.377 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:29.569 [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=49, logTerm=1, entries=[0], commitIndex=51, globalIndex=49]
14:54:29.573 [copycat-server-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=49]
14:54:29.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=1, leader=2130712285, logIndex=49, logTerm=1, entries=[3], commitIndex=52, globalIndex=49]
14:54:29.577 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=50, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656469346] to log at index 50
14:54:29.577 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=51, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656469360] to log at index 51
14:54:29.579 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=52, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656469564] to log at index 52
14:54: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=1, succeeded=true, logIndex=52]
14:54:29.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=50, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656469346]
14:54:29.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=51, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656469360]
14:54:29.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=52, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656469564]
14:54:29.724 [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=52, logTerm=1, entries=[0], commitIndex=52, globalIndex=52]
14:54:29.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=1, succeeded=true, logIndex=52]
14:54:29.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=1, leader=2130712285, logIndex=52, logTerm=1, entries=[0], commitIndex=52, globalIndex=52]
14:54:29.978 [copycat-server-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=52]
14:54:30.024 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=52, logTerm=1, entries=[1], commitIndex=52, globalIndex=52]
14:54:30.027 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=53, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656470014] to log at index 53
14:54:30.028 [copycat-server-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=53]
14:54:30.223 [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=53, logTerm=1, entries=[0], commitIndex=53, globalIndex=53]
14:54:30.228 [copycat-server-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=53]
14:54:30.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=53, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656470014]
14:54:30.474 [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=53, logTerm=1, entries=[0], commitIndex=53, globalIndex=53]
14:54:30.475 [copycat-server-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=53]
14:54:30.725 [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=53, logTerm=1, entries=[0], commitIndex=53, globalIndex=53]
14:54:30.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=1, succeeded=true, logIndex=53]
14:54:30.980 [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=53, logTerm=1, entries=[0], commitIndex=53, globalIndex=53]
14:54:30.981 [copycat-server-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=53]
14:54:31.223 [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=53, logTerm=1, entries=[0], commitIndex=53, globalIndex=53]
14:54:31.228 [copycat-server-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=53]
14:54:31.476 [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=53, logTerm=1, entries=[0], commitIndex=53, globalIndex=53]
14:54:31.478 [copycat-server-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=53]
14:54:31.725 [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=53, logTerm=1, entries=[0], commitIndex=53, globalIndex=53]
14:54:31.726 [copycat-server-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=53]
14:54:31.876 [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=53, logTerm=1, entries=[1], commitIndex=53, globalIndex=53]
14:54:31.876 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=54, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656471869] to log at index 54
14:54:31.877 [copycat-server-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=54]
14:54:31.877 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:31.879 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:31.888 [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=54, logTerm=1, entries=[1], commitIndex=54, globalIndex=53]
14:54:31.889 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=55, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656471882] to log at index 55
14:54:31.889 [copycat-server-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=55]
14:54:31.889 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656471869]
14:54:31.892 [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]]
14:54:31.894 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:31.974 [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=55, logTerm=1, entries=[0], commitIndex=55, globalIndex=54]
14:54:31.975 [copycat-server-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=55]
14:54:31.976 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656471882]
14:54:32.090 [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=55, logTerm=1, entries=[1], commitIndex=55, globalIndex=54]
14:54:32.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=56, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656472084] to log at index 56
14:54:32.093 [copycat-server-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=56]
14:54:32.224 [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=56, logTerm=1, entries=[0], commitIndex=56, globalIndex=54]
14:54:32.226 [copycat-server-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=56]
14:54:32.228 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=56, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656472084]
14:54:32.473 [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=56, logTerm=1, entries=[0], commitIndex=56, globalIndex=54]
14:54:32.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=1, succeeded=true, logIndex=56]
14:54:32.545 [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=56, logTerm=1, entries=[1], commitIndex=56, globalIndex=54]
14:54:32.549 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=57, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656472540] to log at index 57
14:54:32.550 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=57]
14:54:32.725 [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=57, logTerm=1, entries=[0], commitIndex=57, globalIndex=57]
14:54:32.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=1, succeeded=true, logIndex=57]
14:54:32.728 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656472540]
14:54:32.974 [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=57, logTerm=1, entries=[0], commitIndex=57, globalIndex=57]
14:54:32.976 [copycat-server-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=57]
14:54:33.226 [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=57, logTerm=1, entries=[0], commitIndex=57, globalIndex=57]
14:54:33.227 [copycat-server-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=57]
14:54:33.476 [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=57, logTerm=1, entries=[0], commitIndex=57, globalIndex=57]
14:54:33.477 [copycat-server-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=57]
14:54:33.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=1, leader=2130712285, logIndex=57, logTerm=1, entries=[0], commitIndex=57, globalIndex=57]
14:54:33.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=1, succeeded=true, logIndex=57]
14:54:33.974 [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=57, logTerm=1, entries=[0], commitIndex=57, globalIndex=57]
14:54:33.975 [copycat-server-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=57]
14:54:34.399 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:34.400 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:34.421 [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]]
14:54:34.423 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:34.620 [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=57, logTerm=1, entries=[0], commitIndex=59, globalIndex=57]
14:54:34.622 [copycat-server-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=57]
14:54:34.640 [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=57, logTerm=1, entries=[3], commitIndex=60, globalIndex=57]
14:54:34.641 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=58, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656474383] to log at index 58
14:54:34.641 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=59, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656474407] to log at index 59
14:54:34.642 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=60, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656474611] to log at index 60
14:54:34.648 [copycat-server-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=60]
14:54:34.650 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656474383]
14:54:34.651 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656474407]
14:54:34.651 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=60, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656474611]
14:54:34.725 [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=60, logTerm=1, entries=[0], commitIndex=60, globalIndex=60]
14:54:34.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=1, succeeded=true, logIndex=60]
14:54:34.973 [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=60, logTerm=1, entries=[0], commitIndex=60, globalIndex=60]
14:54:34.975 [copycat-server-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=60]
14:54:35.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=60, logTerm=1, entries=[1], commitIndex=60, globalIndex=60]
14:54:35.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=61, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656475078] to log at index 61
14:54:35.088 [copycat-server-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=61]
14:54:35.225 [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=61, logTerm=1, entries=[0], commitIndex=61, globalIndex=61]
14:54:35.228 [copycat-server-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=61]
14:54:35.236 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656475078]
14:54:35.476 [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=61, logTerm=1, entries=[0], commitIndex=61, globalIndex=61]
14:54:35.479 [copycat-server-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=61]
14:54:35.724 [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=61, logTerm=1, entries=[0], commitIndex=61, globalIndex=61]
14:54:35.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=1, succeeded=true, logIndex=61]
14:54:35.974 [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=61, logTerm=1, entries=[0], commitIndex=61, globalIndex=61]
14:54:35.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=1, succeeded=true, logIndex=61]
14:54:36.229 [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=61, logTerm=1, entries=[0], commitIndex=61, globalIndex=61]
14:54:36.229 [copycat-server-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=61]
14:54:36.478 [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=61, logTerm=1, entries=[0], commitIndex=61, globalIndex=61]
14:54:36.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=1, succeeded=true, logIndex=61]
14:54:36.724 [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=61, logTerm=1, entries=[0], commitIndex=61, globalIndex=61]
14:54:36.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=1, succeeded=true, logIndex=61]
14:54:36.924 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:36.925 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:36.928 [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=61, logTerm=1, entries=[1], commitIndex=61, globalIndex=61]
14:54:36.930 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=62, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656476920] to log at index 62
14:54:36.932 [copycat-server-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=62]
14:54:36.941 [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=62, logTerm=1, entries=[1], commitIndex=62, globalIndex=61]
14:54:36.943 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=63, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656476938] to log at index 63
14:54:36.944 [copycat-server-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=63]
14:54:36.946 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656476920]
14:54:36.951 [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]]
14:54:36.952 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:36.972 [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=63, logTerm=1, entries=[0], commitIndex=63, globalIndex=61]
14:54:36.974 [copycat-server-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=63]
14:54:36.976 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656476938]
14:54:37.147 [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=63, logTerm=1, entries=[1], commitIndex=63, globalIndex=61]
14:54:37.149 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=64, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656477138] to log at index 64
14:54:37.151 [copycat-server-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=64]
14:54:37.223 [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=64, logTerm=1, entries=[0], commitIndex=64, globalIndex=64]
14:54:37.224 [copycat-server-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=64]
14:54:37.226 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656477138]
14:54:37.473 [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=64, logTerm=1, entries=[0], commitIndex=64, globalIndex=64]
14:54:37.474 [copycat-server-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=64]
14:54:37.607 [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=64, logTerm=1, entries=[1], commitIndex=64, globalIndex=64]
14:54:37.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=65, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656477604] to log at index 65
14:54:37.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=65]
14:54:37.724 [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=65, logTerm=1, entries=[0], commitIndex=65, globalIndex=64]
14:54:37.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=65]
14:54:37.726 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656477604]
14:54:37.972 [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=65, logTerm=1, entries=[0], commitIndex=65, globalIndex=64]
14:54:37.973 [copycat-server-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=65]
14:54:38.223 [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=65, logTerm=1, entries=[0], commitIndex=65, globalIndex=65]
14:54:38.223 [copycat-server-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=65]
14:54:38.974 [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=65, logTerm=1, entries=[0], commitIndex=65, globalIndex=65]
14:54:38.975 [copycat-server-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=65]
14:54:39.225 [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=65, logTerm=1, entries=[0], commitIndex=65, globalIndex=65]
14:54:39.226 [copycat-server-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=65]
14:54:39.459 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:39.460 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:39.477 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=65, logTerm=1, entries=[1], commitIndex=65, globalIndex=65]
14:54:39.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=66, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656479446] to log at index 66
14:54:39.482 [copycat-server-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=66]
14:54:39.500 [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=66, logTerm=1, entries=[1], commitIndex=66, globalIndex=66]
14:54:39.501 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=67, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656479472] to log at index 67
14:54:39.501 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=67]
14:54:39.501 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656479446]
14:54:39.507 [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]]
14:54:39.509 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:39.666 [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=67, logTerm=1, entries=[1], commitIndex=67, globalIndex=67]
14:54:39.667 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=68, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656479662] to log at index 68
14:54:39.667 [copycat-server-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=68]
14:54:39.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=67, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656479472]
14:54:39.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=68, logTerm=1, entries=[0], commitIndex=68, globalIndex=68]
14:54:39.723 [copycat-server-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=68]
14:54:39.723 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656479662]
14:54:39.978 [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=68, logTerm=1, entries=[0], commitIndex=68, globalIndex=68]
14:54:39.979 [copycat-server-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=68]
14:54:40.724 [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=68, logTerm=1, entries=[0], commitIndex=69, globalIndex=68]
14:54:40.724 [copycat-server-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=68]
14:54:40.733 [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=68, logTerm=1, entries=[1], commitIndex=69, globalIndex=68]
14:54:40.734 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=69, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656480117] to log at index 69
14:54:40.734 [copycat-server-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=69]
14:54:40.735 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656480117]
14:54:40.974 [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=69, logTerm=1, entries=[0], commitIndex=69, globalIndex=69]
14:54:40.975 [copycat-server-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=69]
14:54:41.724 [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=69, logTerm=1, entries=[0], commitIndex=69, globalIndex=69]
14:54:41.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=69]
14:54:42.009 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:42.011 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:42.281 [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=69, logTerm=1, entries=[0], commitIndex=69, globalIndex=69]
14:54:42.281 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=69]
14:54:42.287 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=69, logTerm=1, entries=[3], commitIndex=69, globalIndex=69]
14:54:42.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=70, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656482001] to log at index 70
14:54:42.290 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=71, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656482013] to log at index 71
14:54:42.291 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=72, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656482179] to log at index 72
14:54:42.293 [copycat-server-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=72]
14:54:42.298 [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]]
14:54:42.299 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:42.474 [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=72, logTerm=1, entries=[0], commitIndex=72, globalIndex=69]
14:54:42.475 [copycat-server-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=72]
14:54:42.476 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656482001]
14:54:42.478 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656482013]
14:54:42.479 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656482179]
14:54:42.638 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=72, logTerm=1, entries=[1], commitIndex=72, globalIndex=69]
14:54:42.640 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=73, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656482633] to log at index 73
14:54:42.640 [copycat-server-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=73]
14:54:42.723 [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=73, logTerm=1, entries=[0], commitIndex=73, globalIndex=69]
14:54:42.724 [copycat-server-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=73]
14:54:42.726 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656482633]
14:54:42.975 [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=73, logTerm=1, entries=[0], commitIndex=73, globalIndex=69]
14:54:42.976 [copycat-server-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=73]
14:54:43.725 [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=73, logTerm=1, entries=[0], commitIndex=73, globalIndex=73]
14:54:43.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=1, succeeded=true, logIndex=73]
14:54:43.974 [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=73, logTerm=1, entries=[0], commitIndex=73, globalIndex=73]
14:54:43.975 [copycat-server-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=73]
14:54:44.226 [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=73, logTerm=1, entries=[0], commitIndex=73, globalIndex=73]
14:54:44.227 [copycat-server-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=73]
14:54:44.474 [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=73, logTerm=1, entries=[0], commitIndex=73, globalIndex=73]
14:54:44.474 [copycat-server-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=73]
14:54:44.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=1, leader=2130712285, logIndex=73, logTerm=1, entries=[0], commitIndex=73, globalIndex=73]
14:54:44.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=1, succeeded=true, logIndex=73]
14:54:44.800 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:44.801 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:44.834 [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=73, logTerm=1, entries=[1], commitIndex=73, globalIndex=73]
14:54:44.835 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=74, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656484798] to log at index 74
14:54:44.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=1, succeeded=true, logIndex=74]
14:54:44.848 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=74, logTerm=1, entries=[2], commitIndex=74, globalIndex=74]
14:54:44.848 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=75, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656484836] to log at index 75
14:54:44.848 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=76, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656484837] to log at index 76
14:54:44.849 [copycat-server-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=76]
14:54:44.849 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656484798]
14:54:44.861 [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]]
14:54:44.863 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:44.977 [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=76, logTerm=1, entries=[0], commitIndex=76, globalIndex=76]
14:54:44.978 [copycat-server-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=76]
14:54:44.979 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656484836]
14:54:44.981 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656484837]
14:54:45.163 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=76, logTerm=1, entries=[1], commitIndex=76, globalIndex=76]
14:54:45.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=77, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656485158] to log at index 77
14:54:45.165 [copycat-server-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=77]
14:54:45.979 [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=76, logTerm=1, entries=[0], commitIndex=77, globalIndex=76]
14:54:45.979 [copycat-server-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=77]
14:54:45.979 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656485158]
14:54:46.225 [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=77, logTerm=1, entries=[0], commitIndex=77, globalIndex=76]
14:54:46.227 [copycat-server-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=77]
14:54:46.476 [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=77, logTerm=1, entries=[0], commitIndex=77, globalIndex=76]
14:54:46.477 [copycat-server-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=77]
14:54:46.725 [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=77, logTerm=1, entries=[0], commitIndex=77, globalIndex=76]
14:54:46.726 [copycat-server-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=77]
14:54:46.974 [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=77, logTerm=1, entries=[0], commitIndex=77, globalIndex=76]
14:54:46.976 [copycat-server-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=77]
14:54:47.225 [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=77, logTerm=1, entries=[0], commitIndex=77, globalIndex=76]
14:54:47.227 [copycat-server-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=77]
14:54:47.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=1, leader=2130712285, logIndex=77, logTerm=1, entries=[1], commitIndex=77, globalIndex=76]
14:54:47.355 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=78, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656487349] to log at index 78
14:54:47.356 [copycat-server-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=78]
14:54:47.363 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:47.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:47.367 [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=78, logTerm=1, entries=[1], commitIndex=78, globalIndex=78]
14:54:47.367 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=79, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656487365] to log at index 79
14:54:47.367 [copycat-server-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=79]
14:54:47.369 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656487349]
14:54:47.381 [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]]
14:54:47.382 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:48.224 [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=78, logTerm=1, entries=[0], commitIndex=81, globalIndex=78]
14:54:48.225 [copycat-server-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=79]
14:54:48.226 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656487365]
14:54:48.973 [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=78, logTerm=1, entries=[0], commitIndex=81, globalIndex=78]
14:54:48.976 [copycat-server-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=79]
14:54:48.983 [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=79, logTerm=1, entries=[2], commitIndex=81, globalIndex=78]
14:54:48.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=80, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656487370] to log at index 80
14:54:48.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=81, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656487689] to log at index 81
14:54:48.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=81]
14:54:48.987 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656487370]
14:54:48.988 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656487689]
14:54:49.225 [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=81, logTerm=1, entries=[0], commitIndex=81, globalIndex=81]
14:54:49.228 [copycat-server-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=81]
14:54:49.474 [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=81, logTerm=1, entries=[0], commitIndex=81, globalIndex=81]
14:54:49.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=1, succeeded=true, logIndex=81]
14:54:49.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=81, logTerm=1, entries=[0], commitIndex=81, globalIndex=81]
14:54:49.722 [copycat-server-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=81]
14:54:49.882 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:49.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:50.046 [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]]
14:54:50.048 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:50.473 [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=81, logTerm=0, entries=[0], commitIndex=85, globalIndex=81]
14:54:50.474 [copycat-server-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=81]
14:54:50.484 [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=81, logTerm=0, entries=[4], commitIndex=85, globalIndex=81]
14:54:50.484 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=82, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656489863] to log at index 82
14:54:50.485 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=83, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656489912] to log at index 83
14:54:50.485 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=84, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656489915] to log at index 84
14:54:50.486 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=85, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656490218] to log at index 85
14:54:50.486 [copycat-server-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=85]
14:54:50.487 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656489863]
14:54:50.489 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656489912]
14:54:50.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=84, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656489915]
14:54:50.491 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=85, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656490218]
14:54:50.724 [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=85, logTerm=1, entries=[0], commitIndex=85, globalIndex=85]
14:54:50.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=1, succeeded=true, logIndex=85]
14:54:50.973 [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=85, logTerm=1, entries=[0], commitIndex=85, globalIndex=85]
14:54:50.974 [copycat-server-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=85]
14:54:51.223 [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=85, logTerm=1, entries=[0], commitIndex=85, globalIndex=85]
14:54:51.224 [copycat-server-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=85]
14:54:51.484 [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=85, logTerm=1, entries=[0], commitIndex=85, globalIndex=85]
14:54:51.485 [copycat-server-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=85]
14:54:51.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=1, leader=2130712285, logIndex=85, logTerm=1, entries=[0], commitIndex=85, globalIndex=85]
14:54:51.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=1, succeeded=true, logIndex=85]
14:54:51.974 [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=85, logTerm=1, entries=[0], commitIndex=85, globalIndex=85]
14:54:51.974 [copycat-server-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=85]
14:54:52.540 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=85, logTerm=1, entries=[0], commitIndex=85, globalIndex=85]
14:54:52.541 [copycat-server-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=85]
14:54:52.548 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:52.550 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:52.574 [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]]
14:54:52.575 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:53.473 [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=85, logTerm=0, entries=[0], commitIndex=89, globalIndex=85]
14:54:53.474 [copycat-server-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=85]
14:54:53.478 [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=85, logTerm=0, entries=[4], commitIndex=89, globalIndex=85]
14:54:53.478 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=86, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656492536] to log at index 86
14:54:53.478 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=87, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656492549] to log at index 87
14:54:53.478 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=88, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656492551] to log at index 88
14:54:53.478 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=89, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656492734] to log at index 89
14:54:53.479 [copycat-server-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=89]
14:54:53.479 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656492536]
14:54:53.479 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656492549]
14:54:53.479 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656492551]
14:54:53.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=89, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656492734]
14:54:54.223 [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=85, logTerm=0, entries=[0], commitIndex=89, globalIndex=85]
14:54:54.223 [copycat-server-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=89]
14:54:54.472 [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=89, logTerm=1, entries=[0], commitIndex=89, globalIndex=85]
14:54:54.473 [copycat-server-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=89]
14:54:54.723 [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=89, logTerm=1, entries=[0], commitIndex=89, globalIndex=85]
14:54:54.724 [copycat-server-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=89]
14:54:55.077 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:55.150 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:55.473 [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=89, logTerm=1, entries=[0], commitIndex=89, globalIndex=85]
14:54:55.473 [copycat-server-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=89]
14:54:55.783 [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]]
14:54:55.785 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:56.225 [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=89, logTerm=0, entries=[0], commitIndex=95, globalIndex=89]
14:54:56.226 [copycat-server-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=89]
14:54:56.791 [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=96, 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]]]
14:54:56.797 [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]
14:54:56.799 [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=89, logTerm=0, entries=[0], commitIndex=95, globalIndex=89]
14:54:56.800 [copycat-server-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=89]
14:54:56.805 [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=89, logTerm=0, entries=[5], commitIndex=95, globalIndex=89]
14:54:56.806 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=90, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656495069] to log at index 90
14:54:56.806 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=91, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656495152] to log at index 91
14:54:56.806 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=93, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656495255] to log at index 93
14:54:56.806 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=95, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656495806] to log at index 95
14:54:56.807 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=96, term=1, 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 96
14:54:56.808 [copycat-server-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=96]
14:54:56.809 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656495069]
14:54:56.810 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656495152]
14:54:56.811 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656495255]
14:54:56.812 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656495806]
14:54:56.977 [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=96, logTerm=1, entries=[0], commitIndex=96, globalIndex=95]
14:54:56.982 [copycat-server-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=96]
14:54:56.992 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=96, term=1, 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]]]
14:54:56.999 [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=97, 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]]]
14:54:57.001 [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]
14:54:57.009 [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=96, logTerm=1, entries=[1], commitIndex=96, globalIndex=95]
14:54:57.014 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=97, term=1, 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 97
14:54:57.015 [copycat-server-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=97]
14:54:57.233 [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=97, logTerm=1, entries=[0], commitIndex=97, globalIndex=95]
14:54:57.234 [copycat-server-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=97]
14:54:57.236 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=97, term=1, 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]]]
14:54:57.476 [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=97, logTerm=1, entries=[0], commitIndex=97, globalIndex=95]
14:54:57.479 [copycat-server-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=97]
14:54:57.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=1, candidate=2130712286, logIndex=95, logTerm=1]
14:54:57.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Rejected PollRequest[term=1, candidate=2130712286, logIndex=95, logTerm=1]: candidate's last log entry (95) is at a lower index than the local log (97)
14:54:57.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=1, accepted=false]
14:54:57.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=1, leader=2130712285, logIndex=97, logTerm=1, entries=[0], commitIndex=97, globalIndex=95]
14:54:57.730 [copycat-server-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=97]
14:54:57.979 [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=97, logTerm=1, entries=[0], commitIndex=97, globalIndex=97]
14:54:57.981 [copycat-server-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=97]
14:54:58.225 [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=97, logTerm=1, entries=[0], commitIndex=97, globalIndex=97]
14:54:58.233 [copycat-server-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=97]
14:54:58.285 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:58.286 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:54:58.293 [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=97, logTerm=1, entries=[1], commitIndex=97, globalIndex=97]
14:54:58.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=98, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656498280] to log at index 98
14:54:58.297 [copycat-server-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=98]
14:54:58.304 [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=98, logTerm=1, entries=[2], commitIndex=98, globalIndex=97]
14:54:58.304 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=99, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656498292] to log at index 99
14:54:58.305 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=100, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656498294] to log at index 100
14:54:58.305 [copycat-server-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=100]
14:54:58.305 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656498280]
14:54:58.315 [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]]
14:54:58.316 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:54:59.024 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=98, logTerm=1, entries=[3], commitIndex=101, globalIndex=98]
14:54:59.024 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=101, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656498322] to log at index 101
14:54:59.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=101]
14:54:59.026 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656498292]
14:54:59.026 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656498294]
14:54:59.026 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656498322]
14:54:59.775 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=98, logTerm=1, entries=[0], commitIndex=101, globalIndex=98]
14:54:59.776 [copycat-server-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=101]
14:55:00.532 [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=98, logTerm=1, entries=[0], commitIndex=101, globalIndex=98]
14:55:00.533 [copycat-server-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=101]
14:55:00.536 [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=102, 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]]]
14:55:00.537 [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]
14:55:00.547 [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=101, logTerm=1, entries=[1], commitIndex=101, globalIndex=98]
14:55:00.548 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=102, term=1, 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 102
14:55:00.548 [copycat-server-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=102]
14:55:00.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=1, leader=2130712285, logIndex=102, logTerm=1, entries=[0], commitIndex=102, globalIndex=102]
14:55:00.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=1, succeeded=true, logIndex=102]
14:55:00.729 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=102, term=1, 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]]]
14:55:00.740 [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=103, 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]]]
14:55:00.741 [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]
14:55:00.816 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:00.817 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:01.519 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x6799ee0f, /127.0.0.1:37324 => /127.0.0.1:5000]
14:55:01.520 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:01.526 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x1c94c3d0, /127.0.0.1:37325 => /127.0.0.1:5000]
14:55:01.569 [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=103, 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]]]
14:55:01.570 [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]
14:55:01.576 [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]]
14:55:01.580 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:01.583 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:01.601 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:01.602 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:01.602 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:01.603 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:01.607 [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=102, logTerm=0, entries=[6], commitIndex=108, globalIndex=102]
14:55:01.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=103, term=1, 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 103
14:55:01.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=104, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656500809] to log at index 104
14:55:01.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=105, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656500818] to log at index 105
14:55:01.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=106, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656500823] to log at index 106
14:55:01.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=107, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656500839] to log at index 107
14:55:01.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=108, term=1, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656501523] to log at index 108
14:55:01.609 [copycat-server-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=108]
14:55:01.610 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=103, term=1, 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]]]
14:55:01.611 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656500809]
14:55:01.611 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656500818]
14:55:01.611 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656500823]
14:55:01.612 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=107, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656500839]
14:55:01.612 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=108, term=1, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656501523]
14:55:01.630 [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=108, logTerm=1, entries=[2], commitIndex=108, globalIndex=108]
14:55:01.631 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=109, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656501606] to log at index 109
14:55:01.631 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=110, term=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656501608] to log at index 110
14:55:01.631 [copycat-server-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=110]
14:55:01.635 [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]]
14:55:01.636 [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]]
14:55:01.637 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:01.641 [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=110, logTerm=1, entries=[1], commitIndex=110, globalIndex=108]
14:55:01.642 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=111, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656501638] to log at index 111
14:55:01.642 [copycat-server-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=111]
14:55:01.643 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656501606]
14:55:01.643 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=110, term=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656501608]
14:55:01.646 [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]]
14:55:01.647 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:01.671 [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=111, logTerm=1, entries=[1], commitIndex=111, globalIndex=111]
14:55:01.671 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=112, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656501662] to log at index 112
14:55:01.672 [copycat-server-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=112]
14:55:01.672 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656501638]
14:55:01.680 [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=112, logTerm=1, entries=[1], commitIndex=112, globalIndex=112]
14:55:01.681 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=113, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656501677] to log at index 113
14:55:01.681 [copycat-server-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=113]
14:55:01.682 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=112, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656501662]
14:55:01.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:01.723 [copycat-server-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=113]
14:55:01.723 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656501677]
14:55:01.972 [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=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:01.973 [copycat-server-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=113]
14:55:02.222 [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=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:02.223 [copycat-server-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=113]
14:55:02.472 [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=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:02.473 [copycat-server-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=113]
14:55:02.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:02.723 [copycat-server-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=113]
14:55:02.973 [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=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:02.973 [copycat-server-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=113]
14:55:03.223 [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=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:03.223 [copycat-server-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=113]
14:55:03.472 [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=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:03.473 [copycat-server-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=113]
14:55:03.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:03.723 [copycat-server-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=113]
14:55:03.973 [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=113, logTerm=1, entries=[0], commitIndex=113, globalIndex=113]
14:55:03.974 [copycat-server-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=113]
14:55:04.093 [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=113, logTerm=1, entries=[1], commitIndex=113, globalIndex=113]
14:55:04.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=114, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656504087] to log at index 114
14:55:04.096 [copycat-server-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=114]
14:55:04.147 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:04.147 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:04.148 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:04.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=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:04.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=114, logTerm=1, entries=[1], commitIndex=114, globalIndex=114]
14:55:04.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=115, term=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656504151] to log at index 115
14:55:04.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=115]
14:55:04.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=114, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656504087]
14:55:04.159 [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]]
14:55:04.160 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:04.162 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:04.167 [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=115, logTerm=1, entries=[1], commitIndex=115, globalIndex=114]
14:55:04.168 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=116, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656504164] to log at index 116
14:55:04.170 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=116]
14:55:04.171 [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=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656504151]
14:55:04.779 [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=115, logTerm=1, entries=[4], commitIndex=115, globalIndex=114]
14:55:04.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=117, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656504165] to log at index 117
14:55:04.781 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=118, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656504191] to log at index 118
14:55:04.782 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=119, term=1, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656504775] to log at index 119
14:55:04.782 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=119]
14:55:04.793 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:04.794 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:04.794 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:04.800 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:04.801 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:04.819 [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=119, logTerm=1, entries=[1], commitIndex=119, globalIndex=114]
14:55:04.820 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=120, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656504811] to log at index 120
14:55:04.820 [copycat-server-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=120]
14:55:04.821 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656504164]
14:55:04.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=117, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656504165]
14:55:04.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=118, term=1, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656504191]
14:55:04.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=119, term=1, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656504775]
14:55:04.841 [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=120, logTerm=1, entries=[2], commitIndex=120, globalIndex=114]
14:55:04.842 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=121, term=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656504812] to log at index 121
14:55:04.842 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=122, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656504824] to log at index 122
14:55:04.842 [copycat-server-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=122]
14:55:04.843 [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=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656504811]
14:55:04.846 [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]]
14:55:04.857 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:04.880 [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=122, logTerm=1, entries=[1], commitIndex=122, globalIndex=122]
14:55:04.881 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=123, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656504876] to log at index 123
14:55:04.881 [copycat-server-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=123]
14:55:04.882 [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=1, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656504812]
14:55:04.882 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=122, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656504824]
14:55:04.891 [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]]
14:55:04.892 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:04.972 [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=123, logTerm=1, entries=[0], commitIndex=123, globalIndex=123]
14:55:04.973 [copycat-server-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=123]
14:55:04.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=123, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656504876]
14:55:05.222 [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=123, logTerm=1, entries=[0], commitIndex=123, globalIndex=123]
14:55:05.224 [copycat-server-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=123]
14:55:05.474 [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=123, logTerm=1, entries=[0], commitIndex=123, globalIndex=123]
14:55:05.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=1, succeeded=true, logIndex=123]
14:55:05.724 [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=123, logTerm=1, entries=[0], commitIndex=123, globalIndex=123]
14:55:05.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=123]
14:55:05.972 [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=123, logTerm=1, entries=[0], commitIndex=123, globalIndex=123]
14:55:05.973 [copycat-server-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=123]
14:55:06.223 [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=123, logTerm=1, entries=[0], commitIndex=123, globalIndex=123]
14:55:06.225 [copycat-server-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=123]
14:55:06.387 [copycat-compactor-1] INFO i.a.c.s.storage.compaction.Compactor - Compacting log with compaction: MINOR
14:55:06.472 [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=123, logTerm=1, entries=[0], commitIndex=123, globalIndex=123]
14:55:06.472 [copycat-server-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=123]
14:55:06.596 [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=123, logTerm=1, entries=[1], commitIndex=123, globalIndex=123]
14:55:06.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=124, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656506594] to log at index 124
14:55:06.597 [copycat-server-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=124]
14:55:06.722 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=124, logTerm=1, entries=[0], commitIndex=124, globalIndex=123]
14:55:06.722 [copycat-server-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=124]
14:55:06.723 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656506594]
14:55:06.972 [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=124, logTerm=1, entries=[0], commitIndex=124, globalIndex=123]
14:55:06.973 [copycat-server-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=124]
14:55:07.222 [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=124, logTerm=1, entries=[0], commitIndex=124, globalIndex=123]
14:55:07.222 [copycat-server-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=124]
14:55:07.393 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:07.393 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:07.393 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:07.394 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:07.549 [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]]
14:55:07.551 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:07.579 [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]]
14:55:07.580 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:07.973 [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=124, logTerm=1, entries=[0], commitIndex=129, globalIndex=124]
14:55:07.974 [copycat-server-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=124]
14:55:07.982 [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=124, logTerm=1, entries=[3], commitIndex=129, globalIndex=124]
14:55:07.983 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=125, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656507360] to log at index 125
14:55:07.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=128, term=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656507560] to log at index 128
14:55:07.984 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=129, term=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656507567] to log at index 129
14:55:07.984 [copycat-server-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=129]
14:55:07.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=125, term=1, session=10, commandSequence=2, eventIndex=10, timestamp=1451656507360]
14:55:07.985 [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=1, session=18, commandSequence=2, eventIndex=18, timestamp=1451656507560]
14:55:07.985 [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=1, session=42, commandSequence=0, eventIndex=42, timestamp=1451656507567]
14:55:08.225 [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=129, logTerm=1, entries=[0], commitIndex=129, globalIndex=129]
14:55:08.227 [copycat-server-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=129]
14:55:08.473 [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=129, logTerm=1, entries=[0], commitIndex=129, globalIndex=129]
14:55:08.474 [copycat-server-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=129]
14:55:09.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=1, leader=2130712285, logIndex=129, logTerm=1, entries=[0], commitIndex=129, globalIndex=129]
14:55:09.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=1, succeeded=true, logIndex=129]
14:55:10.081 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:10.081 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:10.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=null, members=null]
14:55:10.085 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:10.086 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:10.086 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:10.086 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:10.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:10.094 [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]]
14:55:10.107 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x92f1130e, /127.0.0.1:37329 => /127.0.0.1:5000]
14:55:10.102 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:10.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:10.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=null, members=null]
14:55:10.124 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:10.124 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:10.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:10.125 [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]]
14:55:10.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:10.133 [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]]
14:55:10.134 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=null, members=null]
14:55:10.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:10.158 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x619a5340, /127.0.0.1:37331 => /127.0.0.1:5000]
14:55:10.168 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:10.171 [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]]
14:55:10.176 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:10.177 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=null, members=null]
14:55:10.191 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x9d65c34a, /127.0.0.1:37333 => /127.0.0.1:5000]
14:55:10.195 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:10.198 [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]]
14:55:10.201 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:10.203 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=null, members=null]
14:55:10.258 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x39ed4fd1, /127.0.0.1:37337 => /127.0.0.1:5000]
14:55:10.265 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:10.270 [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]]
14:55:10.276 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:10.282 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=null, members=null]
14:55:10.418 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=1, candidate=2130712286, logIndex=129, logTerm=1]
14:55:10.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted PollRequest[term=1, candidate=2130712286, logIndex=129, logTerm=1]: candidate's log is up-to-date
14:55:10.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent PollResponse[status=OK, term=1, accepted=true]
14:55:10.429 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 2
14:55:10.429 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received VoteRequest[term=2, candidate=2130712286, logIndex=129, logTerm=1]
14:55:10.430 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted VoteRequest[term=2, candidate=2130712286, logIndex=129, logTerm=1]: candidate's log is up-to-date
14:55:10.431 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Voted for localhost/127.0.0.1:5002
14:55:10.431 [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=2, voted=true]
14:55:10.787 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:10.787 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:10.787 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:10.788 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:10.789 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:10.790 [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]
14:55:10.792 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:10.792 [copycat-client-3] DEBUG i.a.c.client.DefaultCopycatClient - State changed: SUSPENDED
14:55:10.838 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x04e32b57, /127.0.0.1:37340 => /127.0.0.1:5000]
14:55:10.840 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:10.840 [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]
14:55:11.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PollRequest[term=2, candidate=2130712285, logIndex=130, logTerm=1]
14:55:11.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted PollRequest[term=2, candidate=2130712285, logIndex=130, logTerm=1]: candidate's log is up-to-date
14:55:11.026 [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=2, accepted=true]
14:55:11.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.copycat.server.state.ServerState - localhost/127.0.0.1:5000 - Set term 3
14:55:11.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received VoteRequest[term=3, candidate=2130712285, logIndex=130, logTerm=1]
14:55:11.041 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Accepted VoteRequest[term=3, candidate=2130712285, logIndex=130, logTerm=1]: candidate's log is up-to-date
14:55:11.041 [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
14:55:11.041 [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=3, voted=true]
14:55:11.045 [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=131, 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]]]
14:55:11.046 [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
14:55:11.047 [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]
14:55:11.053 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=130, logTerm=1, entries=[1], commitIndex=129, globalIndex=129]
14:55:11.053 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Rejected AppendRequest[term=3, leader=2130712285, logIndex=130, logTerm=1, entries=[1], commitIndex=129, globalIndex=129]: Previous index (130) is greater than the local log's last index (129)
14:55:11.054 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=false, logIndex=129]
14:55:11.060 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=129, logTerm=1, entries=[2], commitIndex=129, globalIndex=129]
14:55:11.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=130, term=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656509100] to log at index 130
14:55:11.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=131, 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 131
14:55:11.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:11.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=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=129]
14:55:11.303 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:11.307 [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=1, session=3, commandSequence=2, eventIndex=7, timestamp=1451656509100]
14:55:11.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=131, 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]]]
14:55:11.550 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=129]
14:55:11.554 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:11.799 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=129]
14:55:11.802 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:12.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=129]
14:55:12.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:12.318 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=129]
14:55:12.321 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:12.549 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=129]
14:55:12.552 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:12.803 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=131]
14:55:12.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=131]
14:55:13.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=131]
14:55:13.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:13.299 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:13.300 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:13.300 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[0], commitIndex=131, globalIndex=131]
14:55:13.301 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=131]
14:55:13.302 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:13.303 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:13.306 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=131, logTerm=3, entries=[1], commitIndex=131, globalIndex=131]
14:55:13.307 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=132, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656513304] to log at index 132
14:55:13.307 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=132]
14:55:13.309 [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]]
14:55:13.310 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=18]
14:55:13.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=132, logTerm=3, entries=[1], commitIndex=132, globalIndex=131]
14:55:13.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=133, term=3, session=18, commandSequence=2, eventIndex=18, timestamp=1451656513310] to log at index 133
14:55:13.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=3, succeeded=true, logIndex=133]
14:55:13.322 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=132, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656513304]
14:55:13.323 [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]]
14:55:13.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=133, logTerm=3, entries=[1], commitIndex=133, globalIndex=131]
14:55:13.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended UnregisterEntry[index=134, term=3, session=10, expired=true, timestamp=1451656513317] to log at index 134
14:55:13.324 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:13.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=134]
14:55:13.333 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=133, term=3, session=18, commandSequence=2, eventIndex=18, timestamp=1451656513310]
14:55:13.333 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: UNSTABLE
14:55:13.334 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 42 - State changed: UNSTABLE
14:55:13.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=134, logTerm=3, entries=[1], commitIndex=134, globalIndex=131]
14:55:13.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended UnregisterEntry[index=135, term=3, session=42, expired=true, timestamp=1451656513319] to log at index 135
14:55:13.338 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=135]
14:55:13.339 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying UnregisterEntry[index=134, term=3, session=10, expired=true, timestamp=1451656513317]
14:55:13.349 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 10 - State changed: EXPIRED
14:55:13.353 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x84b8556e, /127.0.0.1:37344 => /127.0.0.1:5000]
14:55:13.355 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=135, logTerm=3, entries=[1], commitIndex=135, globalIndex=135]
14:55:13.355 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=136, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656513342] to log at index 136
14:55:13.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=136]
14:55:13.356 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying UnregisterEntry[index=135, term=3, session=42, expired=true, timestamp=1451656513319]
14:55:13.357 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 42 - State changed: EXPIRED
14:55:13.357 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:13.360 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=136, logTerm=3, entries=[1], commitIndex=136, globalIndex=136]
14:55:13.361 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=137, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656513358] to log at index 137
14:55:13.361 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=137]
14:55:13.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=136, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656513342]
14:55:13.363 [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]]
14:55:13.369 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:13.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=137, logTerm=3, entries=[1], commitIndex=137, globalIndex=136]
14:55:13.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=138, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513370] to log at index 138
14:55:13.374 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=138]
14:55:13.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=137, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656513358]
14:55:13.377 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:13.391 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=138, logTerm=3, entries=[1], commitIndex=138, globalIndex=138]
14:55:13.392 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=139, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656513390] to log at index 139
14:55:13.392 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=139]
14:55:13.393 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=138, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513370]
14:55:13.394 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:13.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=139, logTerm=3, entries=[1], commitIndex=139, globalIndex=138]
14:55:13.399 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=140, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656513397] to log at index 140
14:55:13.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=140]
14:55:13.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=139, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656513390]
14:55:13.403 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:13.416 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=140, logTerm=3, entries=[1], commitIndex=140, globalIndex=140]
14:55:13.417 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=141, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513410] to log at index 141
14:55:13.417 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=141]
14:55:13.418 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=140, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656513397]
14:55:13.425 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xbd7e0387, /127.0.0.1:37346 => /127.0.0.1:5000]
14:55:13.427 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:13.440 [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]]
14:55:13.449 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:13.455 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:14.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=140, logTerm=3, entries=[9], commitIndex=148, globalIndex=140]
14:55:14.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=142, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656513429] to log at index 142
14:55:14.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=143, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513450] to log at index 143
14:55:14.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=144, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656513460] to log at index 144
14:55:14.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=145, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513470] to log at index 145
14:55:14.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=146, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656513480] to log at index 146
14:55:14.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=147, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513490] to log at index 147
14:55:14.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=148, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656513500] to log at index 148
14:55:14.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=149, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513508] to log at index 149
14:55:14.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=149]
14:55:14.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=141, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513410]
14:55:14.047 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:14.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=142, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656513429]
14:55:14.047 [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=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513450]
14:55:14.047 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:14.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=144, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656513460]
14:55:14.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=145, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513470]
14:55:14.048 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:14.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=146, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656513480]
14:55:14.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=147, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513490]
14:55:14.048 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:14.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=148, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656513500]
14:55:14.051 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=140, logTerm=3, entries=[0], commitIndex=148, globalIndex=140]
14:55:14.052 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=149]
14:55:14.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=149, logTerm=3, entries=[1], commitIndex=149, globalIndex=148]
14:55:14.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=150, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656514061] to log at index 150
14:55:14.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=150]
14:55:14.077 [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=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656513508]
14:55:14.077 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:14.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=150, logTerm=3, entries=[1], commitIndex=150, globalIndex=149]
14:55:14.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=151, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514066] to log at index 151
14:55:14.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=151]
14:55:14.096 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=150, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656514061]
14:55:14.102 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=151, logTerm=3, entries=[1], commitIndex=151, globalIndex=149]
14:55:14.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=152, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656514091] to log at index 152
14:55:14.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=152]
14:55:14.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=151, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514066]
14:55:14.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=151, logTerm=3, entries=[2], commitIndex=151, globalIndex=149]
14:55:14.781 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=153, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514105] to log at index 153
14:55:14.781 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=153]
14:55:14.790 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xaf9db525, /127.0.0.1:37351 => /127.0.0.1:5000]
14:55:14.794 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=153, logTerm=3, entries=[1], commitIndex=153, globalIndex=149]
14:55:14.795 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended UnregisterEntry[index=154, term=3, session=3, expired=true, timestamp=1451656514785] to log at index 154
14:55:14.795 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=154]
14:55:14.796 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:14.796 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=152, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656514091]
14:55:14.796 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:14.797 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=153, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514105]
14:55:14.797 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: UNSTABLE
14:55:14.797 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:14.807 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received PublishRequest[session=18, eventIndex=154, previousIndex=18, events=[Event[event=elect, message=InstanceEvent[resource=20, message=22]]]]
14:55:14.808 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Received PublishRequest[session=18, eventIndex=154, previousIndex=18, events=[Event[event=elect, message=InstanceEvent[resource=20, message=22]]]]
Elected leader!
14:55:14.810 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=154, logTerm=3, entries=[1], commitIndex=154, globalIndex=149]
14:55:14.812 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=155, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514792] to log at index 155
14:55:14.814 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=155]
14:55:14.815 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying UnregisterEntry[index=154, term=3, session=3, expired=true, timestamp=1451656514785]
14:55:14.815 [copycat-server-localhost/127.0.0.1:5000-state-1] DEBUG i.a.c.server.state.ServerSession - 3 - State changed: EXPIRED
14:55:14.823 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=155, logTerm=3, entries=[1], commitIndex=155, globalIndex=149]
14:55:14.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=156, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656514802] to log at index 156
14:55:14.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=156]
14:55:14.828 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=155, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514792]
14:55:14.840 [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]]
14:55:14.855 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:14.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=156, logTerm=3, entries=[1], commitIndex=156, globalIndex=151]
14:55:14.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=157, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514822] to log at index 157
14:55:14.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=157]
14:55:14.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=156, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656514802]
14:55:14.877 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=157, logTerm=3, entries=[2], commitIndex=157, globalIndex=157]
14:55:14.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=158, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656514868] to log at index 158
14:55:14.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=159, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514871] to log at index 159
14:55:14.878 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=159]
14:55:14.879 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=157, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514822]
14:55:14.880 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:14.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:14.892 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=159, logTerm=3, entries=[1], commitIndex=159, globalIndex=158]
14:55:14.892 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=160, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514889] to log at index 160
14:55:14.893 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=160]
14:55:14.893 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=158, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656514868]
14:55:14.893 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:14.893 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=159, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514871]
14:55:14.896 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=160, logTerm=3, entries=[1], commitIndex=160, globalIndex=158]
14:55:14.898 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=161, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656514894] to log at index 161
14:55:14.899 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=161]
14:55:14.899 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=160, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514889]
14:55:14.899 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:14.918 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=161, logTerm=3, entries=[1], commitIndex=161, globalIndex=159]
14:55:14.919 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=162, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656514906] to log at index 162
14:55:14.920 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=162]
14:55:14.920 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=161, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656514894]
14:55:14.933 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=162, logTerm=3, entries=[1], commitIndex=162, globalIndex=161]
14:55:14.934 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=163, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514914] to log at index 163
14:55:14.934 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=163]
14:55:14.935 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=162, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656514906]
14:55:14.936 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:14.941 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=163, logTerm=3, entries=[1], commitIndex=164, globalIndex=163]
14:55:14.944 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=164, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514931] to log at index 164
14:55:14.944 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=164]
14:55:14.945 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=163, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514914]
14:55:14.945 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=164, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514931]
14:55:14.946 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:14.970 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xbc2f867f, /127.0.0.1:37354 => /127.0.0.1:5000]
14:55:14.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:15.533 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=163, logTerm=3, entries=[6], commitIndex=167, globalIndex=163]
14:55:15.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=165, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656514940] to log at index 165
14:55:15.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=166, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514947] to log at index 166
14:55:15.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=167, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656514957] to log at index 167
14:55:15.536 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=168, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514965] to log at index 168
14:55:15.536 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=169, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656514976] to log at index 169
14:55:15.536 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=169]
14:55:15.537 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=165, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656514940]
14:55:15.537 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=166, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656514947]
14:55:15.538 [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=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656514957]
14:55:15.538 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:15.555 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=169, logTerm=3, entries=[0], commitIndex=169, globalIndex=167]
14:55:15.557 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=169]
14:55:15.564 [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=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656514965]
14:55:15.565 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.566 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=169, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656514976]
14:55:15.567 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=169, logTerm=3, entries=[1], commitIndex=169, globalIndex=167]
14:55:15.569 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=170, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515555] to log at index 170
14:55:15.569 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=170]
14:55:15.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=170, logTerm=3, entries=[1], commitIndex=170, globalIndex=168]
14:55:15.586 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=171, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656515567] to log at index 171
14:55:15.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=171]
14:55:15.587 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=170, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515555]
14:55:15.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=171, logTerm=3, entries=[1], commitIndex=171, globalIndex=168]
14:55:15.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=172, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656515585] to log at index 172
14:55:15.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=172]
14:55:15.605 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=171, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656515567]
14:55:15.605 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=172, logTerm=3, entries=[1], commitIndex=172, globalIndex=168]
14:55:15.606 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=173, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656515592] to log at index 173
14:55:15.606 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=173]
14:55:15.606 [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=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656515585]
14:55:15.606 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.611 [copycat-server-localhost/127.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=3, entries=[1], commitIndex=173, globalIndex=168]
14:55:15.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=174, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515608] to log at index 174
14:55:15.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=174]
14:55:15.617 [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=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656515592]
14:55:15.617 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:15.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=174, logTerm=3, entries=[1], commitIndex=174, globalIndex=168]
14:55:15.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=175, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656515621] to log at index 175
14:55:15.626 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=175]
14:55:15.629 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=174, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515608]
14:55:15.630 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=175, logTerm=3, entries=[1], commitIndex=175, globalIndex=168]
14:55:15.631 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515623] to log at index 176
14:55:15.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=176]
14:55:15.635 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=175, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656515621]
14:55:15.636 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=176, logTerm=3, entries=[1], commitIndex=176, globalIndex=168]
14:55:15.638 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656515632] to log at index 177
14:55:15.639 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=177]
14:55:15.641 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515623]
14:55:15.641 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.645 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x72885fd5, /127.0.0.1:37357 => /127.0.0.1:5000]
14:55:15.647 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:15.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=177, logTerm=3, entries=[1], commitIndex=177, globalIndex=168]
14:55:15.649 [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=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515638] to log at index 178
14:55:15.649 [copycat-server-localhost/127.0.0.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]
14:55:15.649 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656515632]
14:55:15.649 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:15.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=178, logTerm=3, entries=[1], commitIndex=178, globalIndex=168]
14:55:15.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=179, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656515649] to log at index 179
14:55:15.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=179]
14:55:15.658 [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=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515638]
14:55:15.662 [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]]
14:55:15.667 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:15.667 [copycat-server-localhost/127.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=[1], commitIndex=179, globalIndex=168]
14:55:15.668 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=180, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656515654] to log at index 180
14:55:15.668 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=180]
14:55:15.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=179, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656515649]
14:55:15.676 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=180, logTerm=3, entries=[1], commitIndex=180, globalIndex=168]
14:55:15.676 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656515669] to log at index 181
14:55:15.676 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=181]
14:55:15.676 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=180, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656515654]
14:55:15.677 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.680 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:15.685 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=181, logTerm=3, entries=[1], commitIndex=181, globalIndex=168]
14:55:15.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=182, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515675] to log at index 182
14:55:15.688 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=182]
14:55:15.689 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=181, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656515669]
14:55:15.690 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:15.704 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=182, logTerm=3, entries=[1], commitIndex=182, globalIndex=168]
14:55:15.705 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=183, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656515685] to log at index 183
14:55:15.706 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=183]
14:55:15.707 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=182, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515675]
14:55:15.713 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=183, logTerm=3, entries=[1], commitIndex=183, globalIndex=168]
14:55:15.714 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515702] to log at index 184
14:55:15.715 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=184]
14:55:15.719 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=183, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656515685]
14:55:15.724 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=184, logTerm=3, entries=[1], commitIndex=184, globalIndex=168]
14:55:15.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=185, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656515716] to log at index 185
14:55:15.726 [copycat-server-localhost/127.0.0.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]
14:55:15.727 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515702]
14:55:15.729 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.753 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=185, logTerm=3, entries=[1], commitIndex=185, globalIndex=168]
14:55:15.754 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=186, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515744] to log at index 186
14:55:15.755 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=186]
14:55:15.756 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=185, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656515716]
14:55:15.757 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:15.761 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=186, logTerm=3, entries=[1], commitIndex=186, globalIndex=168]
14:55:15.763 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=187, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656515752] to log at index 187
14:55:15.763 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=187]
14:55:15.765 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=186, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515744]
14:55:15.776 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=187, logTerm=3, entries=[1], commitIndex=187, globalIndex=168]
14:55:15.777 [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=10, timestamp=1451656515760] to log at index 188
14:55:15.779 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=188]
14:55:15.780 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=187, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656515752]
14:55:15.783 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=188, logTerm=3, entries=[1], commitIndex=188, globalIndex=168]
14:55:15.785 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=189, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656515782] to log at index 189
14:55:15.787 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=189]
14:55:15.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=188, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656515760]
14:55:15.791 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.792 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xbc30bd06, /127.0.0.1:37360 => /127.0.0.1:5000]
14:55:15.793 [copycat-server-localhost/127.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=168]
14:55:15.795 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=190, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515786] to log at index 190
14:55:15.796 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=190]
14:55:15.797 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=189, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656515782]
14:55:15.802 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:15.804 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:15.805 [copycat-server-localhost/127.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=168]
14:55:15.806 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515802] to log at index 191
14:55:15.806 [copycat-server-localhost/127.0.0.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]
14:55:15.812 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=190, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515786]
14:55:15.814 [copycat-server-localhost/127.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=168]
14:55:15.815 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=192, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515812] to log at index 192
14:55:15.815 [copycat-server-localhost/127.0.0.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]
14:55:15.816 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515802]
14:55:15.817 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.821 [copycat-server-localhost/127.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=[1], commitIndex=192, globalIndex=168]
14:55:15.822 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=193, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656515813] to log at index 193
14:55:15.823 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=193]
14:55:15.824 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:15.824 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:15.826 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=192, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515812]
14:55:15.827 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:15.828 [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]]
14:55:15.829 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=193, logTerm=3, entries=[1], commitIndex=193, globalIndex=168]
14:55:15.830 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=194, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656515820] to log at index 194
14:55:15.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=194]
14:55:15.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:15.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=193, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656515813]
14:55:15.834 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:15.838 [copycat-server-localhost/127.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=168]
14:55:15.839 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=195, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656515834] to log at index 195
14:55:15.846 [copycat-server-localhost/127.0.0.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]
14:55:15.850 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515820]
14:55:15.851 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.852 [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]]
14:55:15.854 [copycat-server-localhost/127.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=[2], commitIndex=195, globalIndex=168]
14:55:15.855 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656515836] to log at index 196
14:55:15.857 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=197, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515840] to log at index 197
14:55:15.857 [copycat-server-localhost/127.0.0.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]
14:55:15.861 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:15.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=195, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656515834]
14:55:15.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:15.866 [copycat-server-localhost/127.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=168]
14:55:15.869 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515862] to log at index 198
14:55:15.870 [copycat-server-localhost/127.0.0.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]
14:55:15.880 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656515836]
14:55:15.880 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:15.881 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=197, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515840]
14:55:15.882 [copycat-server-localhost/127.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=168]
14:55:15.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=199, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656515871] to log at index 199
14:55:15.884 [copycat-server-localhost/127.0.0.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]
14:55:15.889 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656515862]
14:55:15.894 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:15.895 [copycat-server-localhost/127.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=[2], commitIndex=199, globalIndex=168]
14:55:15.896 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=200, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515878] to log at index 200
14:55:15.896 [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=18, commandSequence=2, eventIndex=154, timestamp=1451656515879] to log at index 201
14:55:15.897 [copycat-server-localhost/127.0.0.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]
14:55:15.900 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=199, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656515871]
14:55:15.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=201, logTerm=3, entries=[1], commitIndex=201, globalIndex=168]
14:55:15.905 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656515890] to log at index 202
14:55:15.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=202]
14:55:15.906 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=200, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515878]
14:55:15.906 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=201, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656515879]
14:55:15.908 [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]]
14:55:15.909 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:15.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=3, leader=2130712285, logIndex=202, logTerm=3, entries=[1], commitIndex=202, globalIndex=168]
14:55:15.916 [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=10, timestamp=1451656515903] to log at index 203
14:55:15.916 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=203]
14:55:15.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=202, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656515890]
14:55:15.918 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:15.924 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=203, logTerm=3, entries=[1], commitIndex=203, globalIndex=168]
14:55:15.925 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=204, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656515921] to log at index 204
14:55:15.925 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=204]
14:55:15.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=203, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656515903]
14:55:15.927 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:16.369 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xd2944826, /127.0.0.1:37363 => /127.0.0.1:5000]
14:55:16.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:16.385 [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]]
14:55:16.389 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.398 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:16.488 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xcf9e3320, /127.0.0.1:37367 => /127.0.0.1:5000]
14:55:16.491 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:16.500 [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]]
14:55:16.504 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.520 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:16.533 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=203, logTerm=3, entries=[0], commitIndex=223, globalIndex=203]
14:55:16.534 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=204]
14:55:16.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=204, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656515921]
14:55:16.582 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xd1c66fb8, /127.0.0.1:37369 => /127.0.0.1:5000]
14:55:16.584 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:16.595 [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]]
14:55:16.599 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.607 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:16.727 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x25f96a5b, /127.0.0.1:37373 => /127.0.0.1:5000]
14:55:16.729 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:16.737 [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]]
14:55:16.741 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:16.918 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xd81c139e, /127.0.0.1:37379 => /127.0.0.1:5000]
14:55:16.920 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:16.930 [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]]
14:55:16.932 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:16.942 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:17.008 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xf69e9d68, /127.0.0.1:37382 => /127.0.0.1:5000]
14:55:17.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=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:17.023 [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]]
14:55:17.026 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:17.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:17.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=203, logTerm=3, entries=[0], commitIndex=277, globalIndex=203]
14:55:17.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=204]
14:55:18.034 [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=287, 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]]]
14:55:18.037 [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]
14:55:18.409 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:18.410 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:18.411 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:18.412 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:18.571 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xdefbac0d, /127.0.0.1:37386 => /127.0.0.1:5000]
14:55:18.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:18.613 [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]]
14:55:18.614 [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]]
14:55:18.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:18.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:18.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:18.639 [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]]
14:55:18.641 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:18.724 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x2f9aa8ec, /127.0.0.1:37390 => /127.0.0.1:5000]
14:55:18.724 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:18.736 [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]]
14:55:18.738 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:18.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:18.795 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xe189b350, /127.0.0.1:37393 => /127.0.0.1:5000]
14:55:18.807 [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=287, 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]]]
14:55:18.807 [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]
14:55:18.813 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=203, logTerm=3, entries=[0], commitIndex=299, globalIndex=203]
14:55:18.813 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=204]
14:55:18.870 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x03b62d98, /127.0.0.1:37395 => /127.0.0.1:5000]
14:55:18.873 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:18.879 [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]]
14:55:18.883 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:18.887 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:19.552 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=203, logTerm=3, entries=[0], commitIndex=307, globalIndex=203]
14:55:19.554 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=204]
14:55:19.564 [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=309, 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]]]
14:55:19.565 [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]
14:55:19.587 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=204, logTerm=3, entries=[104], commitIndex=307, globalIndex=203]
14:55:19.587 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=205, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515929] to log at index 205
14:55:19.587 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=206, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516345] to log at index 206
14:55:19.588 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=207, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516355] to log at index 207
14:55:19.588 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=208, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516372] to log at index 208
14:55:19.588 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516391] to log at index 209
14:55:19.588 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=210, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516407] to log at index 210
14:55:19.588 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=211, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516409] to log at index 211
14:55:19.588 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516425] to log at index 212
14:55:19.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=213, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516434] to log at index 213
14:55:19.589 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656516437] to log at index 214
14:55:19.589 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516445] to log at index 215
14:55:19.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=216, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516462] to log at index 216
14:55:19.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=217, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516467] to log at index 217
14:55:19.589 [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=10, timestamp=1451656516476] to log at index 218
14:55:19.589 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516481] to log at index 219
14:55:19.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=220, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516493] to log at index 220
14:55:19.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=221, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516496] to log at index 221
14:55:19.590 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516505] to log at index 222
14:55:19.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=223, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516526] to log at index 223
14:55:19.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=224, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516532] to log at index 224
14:55:19.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=225, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516547] to log at index 225
14:55:19.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=226, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516557] to log at index 226
14:55:19.591 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=227, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516575] to log at index 227
14:55:19.591 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=228, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516585] to log at index 228
14:55:19.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=229, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516600] to log at index 229
14:55:19.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=230, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516621] to log at index 230
14:55:19.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=231, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516623] to log at index 231
14:55:19.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=232, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516645] to log at index 232
14:55:19.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=233, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516647] to log at index 233
14:55:19.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=234, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516661] to log at index 234
14:55:19.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=235, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516672] to log at index 235
14:55:19.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=236, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516675] to log at index 236
14:55:19.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=237, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516688] to log at index 237
14:55:19.594 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=238, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516695] to log at index 238
14:55:19.596 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=239, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516709] to log at index 239
14:55:19.596 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=240, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516717] to log at index 240
14:55:19.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=241, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516721] to log at index 241
14:55:19.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=242, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516731] to log at index 242
14:55:19.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=243, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516744] to log at index 243
14:55:19.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=244, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516746] to log at index 244
14:55:19.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=245, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516757] to log at index 245
14:55:19.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=246, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516767] to log at index 246
14:55:19.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=247, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516776] to log at index 247
14:55:19.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=248, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516783] to log at index 248
14:55:19.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=249, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516787] to log at index 249
14:55:19.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=250, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516799] to log at index 250
14:55:19.599 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=251, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516811] to log at index 251
14:55:19.599 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=252, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516818] to log at index 252
14:55:19.600 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=253, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516828] to log at index 253
14:55:19.600 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=254, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516836] to log at index 254
14:55:19.600 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=255, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516847] to log at index 255
14:55:19.600 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=256, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516862] to log at index 256
14:55:19.600 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=257, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516869] to log at index 257
14:55:19.600 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=258, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516883] to log at index 258
14:55:19.600 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=259, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516890] to log at index 259
14:55:19.601 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=260, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516897] to log at index 260
14:55:19.601 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=261, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516909] to log at index 261
14:55:19.603 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=262, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516910] to log at index 262
14:55:19.604 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=263, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516922] to log at index 263
14:55:19.604 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=264, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516933] to log at index 264
14:55:19.604 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=265, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516935] to log at index 265
14:55:19.604 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=266, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516946] to log at index 266
14:55:19.605 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=267, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516956] to log at index 267
14:55:19.606 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=268, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516962] to log at index 268
14:55:19.606 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=269, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516969] to log at index 269
14:55:19.606 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=270, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516983] to log at index 270
14:55:19.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=271, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516991] to log at index 271
14:55:19.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=272, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656517006] to log at index 272
14:55:19.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=273, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656517012] to log at index 273
14:55:19.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=274, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656517018] to log at index 274
14:55:19.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=275, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656517029] to log at index 275
14:55:19.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=276, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656517049] to log at index 276
14:55:19.610 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=277, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656517052] to log at index 277
14:55:19.610 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=278, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656517073] to log at index 278
14:55:19.610 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=279, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656517074] to log at index 279
14:55:19.610 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=280, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656517848] to log at index 280
14:55:19.611 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=281, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656517868] to log at index 281
14:55:19.611 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=282, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656517868] to log at index 282
14:55:19.611 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=283, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656517882] to log at index 283
14:55:19.611 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=284, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656517891] to log at index 284
14:55:19.612 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=285, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656517903] to log at index 285
14:55:19.612 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=286, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656517911] to log at index 286
14:55:19.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=287, 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 287
14:55:19.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=289, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656518581] to log at index 289
14:55:19.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=290, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656518620] to log at index 290
14:55:19.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=291, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518620] to log at index 291
14:55:19.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=292, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656518639] to log at index 292
14:55:19.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=293, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518654] to log at index 293
14:55:19.614 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=294, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656518672] to log at index 294
14:55:19.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=295, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518680] to log at index 295
14:55:19.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=296, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656518728] to log at index 296
14:55:19.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=297, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518744] to log at index 297
14:55:19.615 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=298, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656518763] to log at index 298
14:55:19.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=299, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518773] to log at index 299
14:55:19.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=300, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656518804] to log at index 300
14:55:19.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=301, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518829] to log at index 301
14:55:19.616 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=302, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656518841] to log at index 302
14:55:19.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=303, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518851] to log at index 303
14:55:19.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=304, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656518874] to log at index 304
14:55:19.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=305, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518883] to log at index 305
14:55:19.617 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=306, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656518893] to log at index 306
14:55:19.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=307, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518899] to log at index 307
14:55:19.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=308, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656518911] to log at index 308
14:55:19.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConfigurationEntry[index=309, 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 309
14:55:19.619 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=309]
14:55:19.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=205, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656515929]
14:55:19.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=206, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516345]
14:55:19.620 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=207, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516355]
14:55:19.620 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=208, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516372]
14:55:19.621 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516391]
14:55:19.621 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=210, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516407]
14:55:19.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=211, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516409]
14:55:19.622 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516425]
14:55:19.622 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=213, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516434]
14:55:19.622 [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=10, commandSequence=2, eventIndex=10, timestamp=1451656516437]
14:55:19.622 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.623 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516445]
14:55:19.623 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=216, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516462]
14:55:19.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=217, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516467]
14:55:19.623 [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=10, timestamp=1451656516476]
14:55:19.623 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.624 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516481]
14:55:19.624 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=220, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516493]
14:55:19.624 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=221, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516496]
14:55:19.625 [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=42, commandSequence=0, eventIndex=42, timestamp=1451656516505]
14:55:19.625 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.625 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=223, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516526]
14:55:19.625 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.627 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=224, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516532]
14:55:19.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=225, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516547]
14:55:19.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=226, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516557]
14:55:19.632 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.633 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=227, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516575]
14:55:19.633 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.633 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=228, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516585]
14:55:19.633 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=229, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516600]
14:55:19.633 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=230, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516621]
14:55:19.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=231, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516623]
14:55:19.634 [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=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516645]
14:55:19.634 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=233, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516647]
14:55:19.635 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.635 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=234, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516661]
14:55:19.635 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=235, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516672]
14:55:19.636 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=236, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516675]
14:55:19.636 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.636 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=237, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516688]
14:55:19.636 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.636 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=238, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516695]
14:55:19.637 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=239, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516709]
14:55:19.637 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=240, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516717]
14:55:19.637 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.637 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=241, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516721]
14:55:19.637 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.639 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=242, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516731]
14:55:19.639 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=243, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516744]
14:55:19.640 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.640 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=244, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516746]
14:55:19.640 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=245, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516757]
14:55:19.641 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=246, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516767]
14:55:19.641 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.641 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=247, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516776]
14:55:19.641 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.642 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=248, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516783]
14:55:19.642 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=249, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516787]
14:55:19.642 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=250, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516799]
14:55:19.642 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.643 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=251, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516811]
14:55:19.643 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.643 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=252, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516818]
14:55:19.644 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=253, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516828]
14:55:19.644 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=254, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516836]
14:55:19.644 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.644 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=255, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516847]
14:55:19.644 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.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=256, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516862]
14:55:19.647 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=257, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516869]
14:55:19.647 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=258, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516883]
14:55:19.647 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=259, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516890]
14:55:19.648 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=260, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516897]
14:55:19.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=261, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516909]
14:55:19.649 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.649 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=262, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516910]
14:55:19.649 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=263, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656516922]
14:55:19.651 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=264, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516933]
14:55:19.651 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.651 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=265, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516935]
14:55:19.652 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.652 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=266, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656516946]
14:55:19.652 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=267, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516956]
14:55:19.652 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.652 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=268, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656516962]
14:55:19.653 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=269, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656516969]
14:55:19.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=270, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656516983]
14:55:19.653 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.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=271, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656516991]
14:55:19.653 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=272, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656517006]
14:55:19.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=273, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656517012]
14:55:19.654 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=274, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656517018]
14:55:19.654 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=275, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656517029]
14:55:19.655 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.655 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=276, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656517049]
14:55:19.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=277, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656517052]
14:55:19.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=278, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656517073]
14:55:19.656 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=279, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656517074]
14:55:19.656 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.656 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=280, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656517848]
14:55:19.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=281, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656517868]
14:55:19.657 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=282, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656517868]
14:55:19.657 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=283, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656517882]
14:55:19.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=284, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656517891]
14:55:19.658 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:19.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=285, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656517903]
14:55:19.658 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.658 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=286, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656517911]
14:55:19.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=287, 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]]]
14:55:19.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=289, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656518581]
14:55:19.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=290, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656518620]
14:55:19.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=291, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518620]
14:55:19.660 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=292, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656518639]
14:55:19.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=293, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518654]
14:55:19.661 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.661 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=294, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656518672]
14:55:19.661 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=295, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518680]
14:55:19.661 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.662 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=296, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656518728]
14:55:19.662 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=297, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518744]
14:55:19.662 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.662 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=298, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656518763]
14:55:19.662 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=299, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518773]
14:55:19.662 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.663 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=300, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656518804]
14:55:19.663 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=301, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518829]
14:55:19.663 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.663 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=302, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656518841]
14:55:19.664 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=303, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518851]
14:55:19.664 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.664 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=304, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656518874]
14:55:19.664 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=305, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518883]
14:55:19.664 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.665 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=306, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656518893]
14:55:19.665 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=307, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656518899]
14:55:19.665 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.665 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=309, logTerm=3, entries=[1], commitIndex=309, globalIndex=307]
14:55:19.666 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=310, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656519576] to log at index 310
14:55:19.666 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=310]
14:55:19.667 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=308, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656518911]
14:55:19.667 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConfigurationEntry[index=309, 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]]]
14:55:19.682 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=310, logTerm=3, entries=[1], commitIndex=310, globalIndex=307]
14:55:19.683 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=311, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519676] to log at index 311
14:55:19.683 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=311]
14:55:19.684 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=310, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656519576]
14:55:19.697 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=311, logTerm=3, entries=[1], commitIndex=311, globalIndex=311]
14:55:19.699 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=312, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656519695] to log at index 312
14:55:19.699 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=312]
14:55:19.699 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=311, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519676]
14:55:19.699 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.708 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=312, logTerm=3, entries=[1], commitIndex=312, globalIndex=312]
14:55:19.710 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=313, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519706] to log at index 313
14:55:19.711 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=313]
14:55:19.712 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=312, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656519695]
14:55:19.715 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x660e67ff, /127.0.0.1:37400 => /127.0.0.1:5000]
14:55:19.717 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:19.720 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=313, logTerm=3, entries=[1], commitIndex=313, globalIndex=313]
14:55:19.724 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=314, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656519718] to log at index 314
14:55:19.724 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=314]
14:55:19.725 [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]]
14:55:19.725 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=313, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519706]
14:55:19.725 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.733 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:19.741 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=314, logTerm=3, entries=[1], commitIndex=314, globalIndex=314]
14:55:19.741 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=315, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519734] to log at index 315
14:55:19.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=315]
14:55:19.742 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:19.744 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=314, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656519718]
14:55:19.756 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=315, logTerm=3, entries=[1], commitIndex=315, globalIndex=315]
14:55:19.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=316, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656519749] to log at index 316
14:55:19.764 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=316]
14:55:19.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=315, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519734]
14:55:19.767 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.772 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=316, logTerm=3, entries=[1], commitIndex=316, globalIndex=316]
14:55:19.773 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=317, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519769] to log at index 317
14:55:19.773 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=317]
14:55:19.775 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=316, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656519749]
14:55:19.794 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=317, logTerm=3, entries=[1], commitIndex=317, globalIndex=317]
14:55:19.795 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=318, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656519787] to log at index 318
14:55:19.795 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=318]
14:55:19.796 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=317, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519769]
14:55:19.796 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.814 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=318, logTerm=3, entries=[1], commitIndex=318, globalIndex=318]
14:55:19.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=319, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519807] to log at index 319
14:55:19.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=319]
14:55:19.818 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=318, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656519787]
14:55:19.838 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=319, logTerm=3, entries=[1], commitIndex=319, globalIndex=319]
14:55:19.839 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=320, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656519835] to log at index 320
14:55:19.840 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=320]
14:55:19.840 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=319, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519807]
14:55:19.841 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.852 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=320, logTerm=3, entries=[1], commitIndex=320, globalIndex=320]
14:55:19.853 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=321, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519849] to log at index 321
14:55:19.853 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=321]
14:55:19.854 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=320, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656519835]
14:55:19.867 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=321, logTerm=3, entries=[1], commitIndex=321, globalIndex=321]
14:55:19.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=322, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656519863] to log at index 322
14:55:19.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=322]
14:55:19.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=321, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519849]
14:55:19.869 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.883 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=322, logTerm=3, entries=[1], commitIndex=322, globalIndex=322]
14:55:19.883 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=323, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519880] to log at index 323
14:55:19.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=323]
14:55:19.884 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=322, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656519863]
14:55:19.896 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xa2483f77, /127.0.0.1:37405 => /127.0.0.1:5000]
14:55:19.899 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:19.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=323, logTerm=3, entries=[1], commitIndex=323, globalIndex=322]
14:55:19.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=324, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656519901] to log at index 324
14:55:19.904 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=324]
14:55:19.905 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=323, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519880]
14:55:19.905 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.908 [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]]
14:55:19.910 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:19.922 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=324, logTerm=3, entries=[1], commitIndex=324, globalIndex=322]
14:55:19.923 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=325, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519916] to log at index 325
14:55:19.931 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=325]
14:55:19.935 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=324, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656519901]
14:55:19.936 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:19.938 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xedb8fe6f, /127.0.0.1:37406 => /127.0.0.1:5000]
14:55:19.942 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:19.945 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=325, logTerm=3, entries=[1], commitIndex=325, globalIndex=322]
14:55:19.946 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=326, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656519943] to log at index 326
14:55:19.946 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=326]
14:55:19.947 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=325, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519916]
14:55:19.956 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.957 [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]]
14:55:19.959 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:19.971 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=326, logTerm=3, entries=[1], commitIndex=326, globalIndex=322]
14:55:19.972 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=327, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519963] to log at index 327
14:55:19.972 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=327]
14:55:19.973 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=326, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656519943]
14:55:19.975 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:19.978 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xc9b43686, /127.0.0.1:37407 => /127.0.0.1:5000]
14:55:19.980 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:19.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=327, logTerm=3, entries=[1], commitIndex=327, globalIndex=322]
14:55:19.985 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=328, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656519983] to log at index 328
14:55:19.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=328]
14:55:19.986 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=327, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519963]
14:55:19.986 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:19.987 [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]]
14:55:19.993 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:19.997 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=328, logTerm=3, entries=[1], commitIndex=328, globalIndex=322]
14:55:19.998 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=329, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519995] to log at index 329
14:55:19.999 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=329]
14:55:20.000 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=328, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656519983]
14:55:20.003 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:20.022 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=329, logTerm=3, entries=[1], commitIndex=329, globalIndex=322]
14:55:20.023 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=330, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656520013] to log at index 330
14:55:20.024 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=330]
14:55:20.025 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=329, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656519995]
14:55:20.027 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:20.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=330, logTerm=3, entries=[1], commitIndex=330, globalIndex=322]
14:55:20.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=331, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520032] to log at index 331
14:55:20.036 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=331]
14:55:20.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=330, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656520013]
14:55:20.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=331, logTerm=3, entries=[0], commitIndex=331, globalIndex=322]
14:55:20.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=331]
14:55:20.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=331, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520032]
14:55:20.056 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:20.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=331, logTerm=3, entries=[1], commitIndex=331, globalIndex=322]
14:55:20.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=332, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656520047] to log at index 332
14:55:20.060 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=332]
14:55:20.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=332, logTerm=3, entries=[1], commitIndex=332, globalIndex=322]
14:55:20.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=333, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520066] to log at index 333
14:55:20.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=333]
14:55:20.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=332, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656520047]
14:55:20.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=333, logTerm=3, entries=[1], commitIndex=333, globalIndex=322]
14:55:20.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=334, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656520083] to log at index 334
14:55:20.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=334]
14:55:20.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=333, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520066]
14:55:20.088 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:20.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=334, logTerm=3, entries=[1], commitIndex=334, globalIndex=322]
14:55:20.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=335, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520090] to log at index 335
14:55:20.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=335]
14:55:20.096 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=334, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656520083]
14:55:20.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=335, logTerm=3, entries=[1], commitIndex=335, globalIndex=322]
14:55:20.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=336, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656520100] to log at index 336
14:55:20.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=336]
14:55:20.105 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=335, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520090]
14:55:20.105 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:20.111 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=336, logTerm=3, entries=[1], commitIndex=336, globalIndex=322]
14:55:20.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=337, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520110] to log at index 337
14:55:20.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=337]
14:55:20.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=336, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656520100]
14:55:20.117 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x3bdff56c, /127.0.0.1:37412 => /127.0.0.1:5000]
14:55:20.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:20.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=337, logTerm=3, entries=[1], commitIndex=337, globalIndex=322]
14:55:20.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=338, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656520121] to log at index 338
14:55:20.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=338]
14:55:20.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=337, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520110]
14:55:20.125 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:20.607 [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]]
14:55:20.609 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:20.618 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:20.644 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xd79b7489, /127.0.0.1:37414 => /127.0.0.1:5000]
14:55:20.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:21.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=337, logTerm=3, entries=[0], commitIndex=341, globalIndex=337]
14:55:21.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=338]
14:55:21.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=338, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656520121]
14:55:21.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=338, logTerm=3, entries=[4], commitIndex=341, globalIndex=337]
14:55:21.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=339, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520610] to log at index 339
14:55:21.051 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=340, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656520626] to log at index 340
14:55:21.051 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=341, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520635] to log at index 341
14:55:21.052 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=342, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656520650] to log at index 342
14:55:21.052 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=342]
14:55:21.052 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=339, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520610]
14:55:21.053 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:21.054 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=340, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656520626]
14:55:21.054 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=341, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656520635]
14:55:21.054 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:21.059 [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]]
14:55:21.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:21.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=342, logTerm=3, entries=[1], commitIndex=342, globalIndex=341]
14:55:21.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=343, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521061] to log at index 343
14:55:21.065 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=343]
14:55:21.065 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=342, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656520650]
14:55:21.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:21.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=343, logTerm=3, entries=[1], commitIndex=343, globalIndex=341]
14:55:21.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=344, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521069] to log at index 344
14:55:21.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=344]
14:55:21.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=343, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521061]
14:55:21.078 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:21.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=344, logTerm=3, entries=[1], commitIndex=344, globalIndex=341]
14:55:21.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=345, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656521075] to log at index 345
14:55:21.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=345]
14:55:21.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=344, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521069]
14:55:21.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=345, logTerm=3, entries=[1], commitIndex=345, globalIndex=341]
14:55:21.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=346, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521082] to log at index 346
14:55:21.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=346]
14:55:21.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=345, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656521075]
14:55:21.097 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=346, logTerm=3, entries=[1], commitIndex=346, globalIndex=341]
14:55:21.097 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=347, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521090] to log at index 347
14:55:21.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=347]
14:55:21.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=346, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521082]
14:55:21.099 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:21.108 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x2ba58225, /127.0.0.1:37416 => /127.0.0.1:5000]
14:55:21.109 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:21.111 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=347, logTerm=3, entries=[1], commitIndex=347, globalIndex=341]
14:55:21.111 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=348, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521102] to log at index 348
14:55:21.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=348]
14:55:21.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=347, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521090]
14:55:21.112 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:21.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=348, logTerm=3, entries=[1], commitIndex=348, globalIndex=341]
14:55:21.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=349, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656521113] to log at index 349
14:55:21.120 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=349]
14:55:21.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=348, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521102]
14:55:21.145 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:21.145 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:21.146 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:21.147 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:21.504 [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=342, logTerm=3]
14:55:21.507 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Rejected PollRequest[term=3, candidate=2130712286, logIndex=342, logTerm=3]: candidate's last log entry (342) is at a lower index than the local log (349)
14:55:21.507 [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=false]
14:55:21.569 [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]]
14:55:21.576 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:21.580 [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]]
14:55:21.581 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:21.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:21.612 [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]]
14:55:21.613 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:21.671 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xe105341c, /127.0.0.1:37419 => /127.0.0.1:5000]
14:55:21.673 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:21.702 [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]]
14:55:21.705 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:21.715 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:22.008 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Heartbeat timed out in PT0.887S
14:55:22.011 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
14:55:22.012 [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
14:55:22.016 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 4
14:55:22.026 [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]
14:55:22.028 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received rejected poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]
14:55:22.045 [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
14:55:22.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=348, logTerm=3, entries=[0], commitIndex=372, globalIndex=348]
14:55:22.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=349]
14:55:22.054 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=349, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656521113]
14:55:22.054 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=349, logTerm=3, entries=[24], commitIndex=372, globalIndex=348]
14:55:22.055 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=350, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521122] to log at index 350
14:55:22.055 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=352, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521583] to log at index 352
14:55:22.056 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=353, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521584] to log at index 353
14:55:22.056 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=354, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521594] to log at index 354
14:55:22.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=355, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656521602] to log at index 355
14:55:22.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=356, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656521615] to log at index 356
14:55:22.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=357, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521621] to log at index 357
14:55:22.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=358, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521625] to log at index 358
14:55:22.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=359, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521633] to log at index 359
14:55:22.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=360, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656521643] to log at index 360
14:55:22.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=361, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521653] to log at index 361
14:55:22.059 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=362, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521661] to log at index 362
14:55:22.059 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=363, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521665] to log at index 363
14:55:22.059 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=364, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656521676] to log at index 364
14:55:22.060 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=365, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521700] to log at index 365
14:55:22.060 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=366, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521706] to log at index 366
14:55:22.060 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=367, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521721] to log at index 367
14:55:22.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=368, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656521725] to log at index 368
14:55:22.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=369, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521733] to log at index 369
14:55:22.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=370, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521747] to log at index 370
14:55:22.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=371, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521755] to log at index 371
14:55:22.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=372, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656521764] to log at index 372
14:55:22.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=373, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521774] to log at index 373
14:55:22.065 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=374, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521782] to log at index 374
14:55:22.065 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=374]
14:55:22.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=350, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521122]
14:55:22.078 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:22.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=352, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521583]
14:55:22.078 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:22.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=353, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521584]
14:55:22.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=354, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521594]
14:55:22.079 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:22.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=355, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656521602]
14:55:22.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=356, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656521615]
14:55:22.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=357, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521621]
14:55:22.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=358, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521625]
14:55:22.081 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:22.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=359, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521633]
14:55:22.081 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:22.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=360, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656521643]
14:55:22.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=361, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521653]
14:55:22.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=362, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521661]
14:55:22.087 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:22.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=363, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521665]
14:55:22.088 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:22.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=364, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656521676]
14:55:22.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=365, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521700]
14:55:22.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=366, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521706]
14:55:22.089 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:22.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=367, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521721]
14:55:22.090 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:22.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=368, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656521725]
14:55:22.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=369, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521733]
14:55:22.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=370, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521747]
14:55:22.092 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:22.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=371, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656521755]
14:55:22.092 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:22.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=372, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656521764]
14:55:22.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=374, logTerm=3, entries=[1], commitIndex=374, globalIndex=372]
14:55:22.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=375, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656522074] to log at index 375
14:55:22.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=375]
14:55:22.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=373, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656521774]
14:55:22.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=374, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656521782]
14:55:22.098 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:22.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=375, logTerm=3, entries=[1], commitIndex=375, globalIndex=372]
14:55:22.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=376, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656522076] to log at index 376
14:55:22.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=376]
14:55:22.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=375, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656522074]
14:55:22.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=376, logTerm=3, entries=[1], commitIndex=376, globalIndex=372]
14:55:22.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=377, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656522097] to log at index 377
14:55:22.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=377]
14:55:22.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=376, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656522076]
14:55:22.107 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:22.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=377, logTerm=3, entries=[1], commitIndex=377, globalIndex=372]
14:55:22.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=378, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656522110] to log at index 378
14:55:22.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=378]
14:55:22.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=377, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656522097]
14:55:22.114 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:22.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=378, logTerm=3, entries=[1], commitIndex=378, globalIndex=372]
14:55:22.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=379, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656522119] to log at index 379
14:55:22.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=379]
14:55:22.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=378, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656522110]
14:55:22.578 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xdde24767, /127.0.0.1:37426 => /127.0.0.1:5000]
14:55:22.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:22.590 [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]]
14:55:22.595 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:22.604 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:22.636 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xf64bb507, /127.0.0.1:37428 => /127.0.0.1:5000]
14:55:22.637 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:22.920 [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.797S
14:55:22.932 [copycat-server-localhost/127.0.0.1:5000] INFO i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling members [Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5001, clientAddress=localhost/127.0.0.1:5001], Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]]
14:55:22.933 [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
14:55:22.933 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Polling Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002] for next term 4
14:55:22.936 [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]
14:55:22.938 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received rejected poll from Member[type=ACTIVE, status=AVAILABLE, serverAddress=localhost/127.0.0.1:5002, clientAddress=localhost/127.0.0.1:5002]
14:55:23.046 [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
14:55:23.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=378, logTerm=3, entries=[0], commitIndex=388, globalIndex=378]
14:55:23.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=379]
14:55:23.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=379, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656522119]
14:55:23.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=379, logTerm=3, entries=[11], commitIndex=388, globalIndex=378]
14:55:23.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=380, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656522120] to log at index 380
14:55:23.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=381, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656522566] to log at index 381
14:55:23.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=382, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656522571] to log at index 382
14:55:23.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=383, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656522581] to log at index 383
14:55:23.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=384, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656522589] to log at index 384
14:55:23.059 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=385, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656522596] to log at index 385
14:55:23.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=386, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656522609] to log at index 386
14:55:23.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=387, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656522610] to log at index 387
14:55:23.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=388, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656522624] to log at index 388
14:55:23.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=389, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656522629] to log at index 389
14:55:23.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=390, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656522641] to log at index 390
14:55:23.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=390]
14:55:23.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=380, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656522120]
14:55:23.064 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:23.066 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=381, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656522566]
14:55:23.066 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:23.067 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=382, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656522571]
14:55:23.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=383, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656522581]
14:55:23.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=384, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656522589]
14:55:23.073 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:23.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=385, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656522596]
14:55:23.073 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:23.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=386, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656522609]
14:55:23.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=387, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656522610]
14:55:23.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=388, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656522624]
14:55:23.073 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:23.074 [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]]
14:55:23.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:23.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=390, logTerm=3, entries=[1], commitIndex=390, globalIndex=388]
14:55:23.078 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=391, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523071] to log at index 391
14:55:23.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=391]
14:55:23.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=389, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656522629]
14:55:23.079 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:23.079 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=390, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656522641]
14:55:23.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=391, logTerm=3, entries=[1], commitIndex=391, globalIndex=388]
14:55:23.081 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=392, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523076] to log at index 392
14:55:23.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=392]
14:55:23.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=391, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523071]
14:55:23.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:23.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=392, logTerm=3, entries=[1], commitIndex=392, globalIndex=388]
14:55:23.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=393, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523091] to log at index 393
14:55:23.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=393]
14:55:23.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=392, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523076]
14:55:23.102 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:23.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=393, logTerm=3, entries=[1], commitIndex=393, globalIndex=388]
14:55:23.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=394, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656523094] to log at index 394
14:55:23.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=394]
14:55:23.108 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=393, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523091]
14:55:23.108 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:23.108 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=394, logTerm=3, entries=[1], commitIndex=394, globalIndex=388]
14:55:23.110 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=395, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523101] to log at index 395
14:55:23.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=395]
14:55:23.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=394, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656523094]
14:55:23.117 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=395, logTerm=3, entries=[1], commitIndex=395, globalIndex=388]
14:55:23.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=396, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523109] to log at index 396
14:55:23.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=396]
14:55:23.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=395, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523101]
14:55:23.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=396, logTerm=3, entries=[1], commitIndex=396, globalIndex=388]
14:55:23.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=397, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523115] to log at index 397
14:55:23.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=397]
14:55:23.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=396, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523109]
14:55:23.129 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:23.132 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=397, logTerm=3, entries=[1], commitIndex=397, globalIndex=388]
14:55:23.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=398, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656523127] to log at index 398
14:55:23.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=398]
14:55:23.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=397, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523115]
14:55:23.133 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:23.593 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x88a7cc0e, /127.0.0.1:37431 => /127.0.0.1:5000]
14:55:23.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:23.618 [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]]
14:55:23.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:23.632 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:23.732 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x53bf59d7, /127.0.0.1:37434 => /127.0.0.1:5000]
14:55:23.735 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:23.747 [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]]
14:55:23.749 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:23.762 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:24.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=397, logTerm=3, entries=[0], commitIndex=416, globalIndex=397]
14:55:24.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=398]
14:55:24.048 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=398, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656523127]
14:55:24.067 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=398, logTerm=3, entries=[20], commitIndex=416, globalIndex=397]
14:55:24.067 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=399, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523135] to log at index 399
14:55:24.068 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=400, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523578] to log at index 400
14:55:24.068 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=401, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523594] to log at index 401
14:55:24.068 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=402, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656523600] to log at index 402
14:55:24.069 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=403, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523612] to log at index 403
14:55:24.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=404, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523622] to log at index 404
14:55:24.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=405, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523630] to log at index 405
14:55:24.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=406, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656523640] to log at index 406
14:55:24.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=407, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523649] to log at index 407
14:55:24.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=408, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523655] to log at index 408
14:55:24.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=409, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523672] to log at index 409
14:55:24.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=410, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656523675] to log at index 410
14:55:24.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=411, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523697] to log at index 411
14:55:24.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=412, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523709] to log at index 412
14:55:24.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=413, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523724] to log at index 413
14:55:24.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=414, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656523737] to log at index 414
14:55:24.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=415, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523750] to log at index 415
14:55:24.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=416, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523753] to log at index 416
14:55:24.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=417, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523777] to log at index 417
14:55:24.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=418, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656523780] to log at index 418
14:55:24.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=418]
14:55:24.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=399, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523135]
14:55:24.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=400, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523578]
14:55:24.073 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:24.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=401, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523594]
14:55:24.073 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:24.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=402, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656523600]
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=403, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523612]
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=404, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523622]
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=405, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523630]
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=406, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656523640]
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=407, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523649]
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:24.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=408, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523655]
14:55:24.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=409, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523672]
14:55:24.075 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:24.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=410, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656523675]
14:55:24.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=411, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523697]
14:55:24.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=412, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523709]
14:55:24.075 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:24.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=413, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523724]
14:55:24.075 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:24.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=414, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656523737]
14:55:24.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=415, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656523750]
14:55:24.076 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:24.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=416, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656523753]
14:55:24.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=418, logTerm=3, entries=[1], commitIndex=418, globalIndex=416]
14:55:24.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=419, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656524082] to log at index 419
14:55:24.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=419]
14:55:24.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=417, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656523777]
14:55:24.087 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:24.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=418, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656523780]
14:55:24.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=419, logTerm=3, entries=[1], commitIndex=419, globalIndex=416]
14:55:24.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=420, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656524084] to log at index 420
14:55:24.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=420]
14:55:24.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=419, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656524082]
14:55:24.114 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:24.114 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:24.114 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:24.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:24.563 [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]]
14:55:24.565 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:24.573 [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]]
14:55:24.573 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:25.047 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=419, logTerm=3, entries=[0], commitIndex=429, globalIndex=419]
14:55:25.049 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=420]
14:55:25.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=420, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656524084]
14:55:25.050 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:25.060 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=420, logTerm=3, entries=[10], commitIndex=429, globalIndex=419]
14:55:25.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=421, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656524092] to log at index 421
14:55:25.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=423, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656524566] to log at index 423
14:55:25.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=424, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656524574] to log at index 424
14:55:25.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=425, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656524581] to log at index 425
14:55:25.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=426, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656524581] to log at index 426
14:55:25.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=427, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656524591] to log at index 427
14:55:25.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=428, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656524596] to log at index 428
14:55:25.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=429, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656524604] to log at index 429
14:55:25.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=430, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656524607] to log at index 430
14:55:25.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=431, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656524612] to log at index 431
14:55:25.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=431]
14:55:25.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=421, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656524092]
14:55:25.064 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:25.065 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=423, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656524566]
14:55:25.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=424, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656524574]
14:55:25.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=425, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656524581]
14:55:25.074 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:25.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=426, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656524581]
14:55:25.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=427, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656524591]
14:55:25.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=428, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656524596]
14:55:25.076 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:25.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=429, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656524604]
14:55:25.078 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:25.809 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=420, logTerm=3, entries=[12], commitIndex=429, globalIndex=419]
14:55:25.812 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=432, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525320] to log at index 432
14:55:25.813 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=433, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656525365] to log at index 433
14:55:25.813 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=433]
14:55:25.831 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=433, logTerm=3, entries=[1], commitIndex=433, globalIndex=429]
14:55:25.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=434, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525828] to log at index 434
14:55:25.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=434]
14:55:25.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=430, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656524607]
14:55:25.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=431, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656524612]
14:55:25.832 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=432, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525320]
14:55:25.833 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=433, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656525365]
14:55:25.836 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=434, logTerm=3, entries=[1], commitIndex=434, globalIndex=429]
14:55:25.838 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=435, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656525829] to log at index 435
14:55:25.838 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=435]
14:55:25.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=434, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525828]
14:55:25.841 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:25.845 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xf0cf64b7, /127.0.0.1:37439 => /127.0.0.1:5000]
14:55:25.846 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:25.846 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=435, logTerm=3, entries=[1], commitIndex=435, globalIndex=429]
14:55:25.847 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=436, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525842] to log at index 436
14:55:25.847 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=436]
14:55:25.847 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=435, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656525829]
14:55:25.848 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:25.859 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=436, logTerm=3, entries=[1], commitIndex=436, globalIndex=429]
14:55:25.860 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=437, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656525848] to log at index 437
14:55:25.860 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=437]
14:55:25.861 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=436, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525842]
14:55:25.863 [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]]
14:55:25.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:25.868 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=437, logTerm=3, entries=[1], commitIndex=437, globalIndex=429]
14:55:25.869 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=438, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656525867] to log at index 438
14:55:25.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=438]
14:55:25.872 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=437, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656525848]
14:55:25.874 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:25.881 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x05e58aa9, /127.0.0.1:37440 => /127.0.0.1:5000]
14:55:25.894 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=438, logTerm=3, entries=[1], commitIndex=438, globalIndex=429]
14:55:25.894 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=439, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525875] to log at index 439
14:55:25.895 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=439]
14:55:25.895 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=438, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656525867]
14:55:25.896 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:25.898 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:25.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=439, logTerm=3, entries=[1], commitIndex=439, globalIndex=429]
14:55:25.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=440, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525900] to log at index 440
14:55:25.902 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=440]
14:55:25.903 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=439, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525875]
14:55:25.903 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:25.907 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=440, logTerm=3, entries=[1], commitIndex=440, globalIndex=429]
14:55:25.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=441, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656525905] to log at index 441
14:55:25.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=441]
14:55:25.910 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=440, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525900]
14:55:25.912 [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]]
14:55:25.913 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=441, logTerm=3, entries=[1], commitIndex=441, globalIndex=429]
14:55:25.914 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=442, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525909] to log at index 442
14:55:25.914 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=442]
14:55:25.914 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:25.915 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=441, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656525905]
14:55:25.920 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=442, logTerm=3, entries=[1], commitIndex=442, globalIndex=429]
14:55:25.921 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=443, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525918] to log at index 443
14:55:25.921 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=443]
14:55:25.925 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=442, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525909]
14:55:25.926 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:25.928 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=443, logTerm=3, entries=[1], commitIndex=443, globalIndex=429]
14:55:25.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=444, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656525919] to log at index 444
14:55:25.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=444]
14:55:25.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=443, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525918]
14:55:25.936 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:25.936 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=444, logTerm=3, entries=[1], commitIndex=444, globalIndex=429]
14:55:25.937 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=445, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525932] to log at index 445
14:55:25.937 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=445]
14:55:25.938 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=444, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656525919]
14:55:25.938 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:25.945 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x5c2184ba, /127.0.0.1:37441 => /127.0.0.1:5000]
14:55:25.946 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:25.956 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=445, logTerm=3, entries=[1], commitIndex=445, globalIndex=429]
14:55:25.957 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=446, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656525948] to log at index 446
14:55:25.957 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=446]
14:55:25.957 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=445, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525932]
14:55:25.957 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:25.965 [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]]
14:55:25.967 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:25.968 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=446, logTerm=3, entries=[1], commitIndex=446, globalIndex=429]
14:55:25.969 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=447, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525955] to log at index 447
14:55:25.969 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=447]
14:55:25.970 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=446, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656525948]
14:55:25.974 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=447, logTerm=3, entries=[1], commitIndex=447, globalIndex=429]
14:55:25.975 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=448, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656525971] to log at index 448
14:55:25.975 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=448]
14:55:25.976 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=447, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525955]
14:55:25.989 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:25.989 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=448, logTerm=3, entries=[1], commitIndex=448, globalIndex=429]
14:55:25.989 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=449, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525977] to log at index 449
14:55:25.989 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=449]
14:55:25.989 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=448, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656525971]
14:55:25.989 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.001 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=449, logTerm=3, entries=[1], commitIndex=449, globalIndex=429]
14:55:26.002 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=450, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656525997] to log at index 450
14:55:26.002 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=450]
14:55:26.002 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=449, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656525977]
14:55:26.002 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:26.009 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=450, logTerm=3, entries=[1], commitIndex=450, globalIndex=429]
14:55:26.009 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=451, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525999] to log at index 451
14:55:26.010 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=451]
14:55:26.010 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=450, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656525997]
14:55:26.012 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=451, logTerm=3, entries=[1], commitIndex=451, globalIndex=429]
14:55:26.013 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=452, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526008] to log at index 452
14:55:26.013 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=452]
14:55:26.014 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=451, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656525999]
14:55:26.020 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=452, logTerm=3, entries=[1], commitIndex=452, globalIndex=429]
14:55:26.020 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=453, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526017] to log at index 453
14:55:26.021 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=453]
14:55:26.021 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=452, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526008]
14:55:26.021 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.037 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=453, logTerm=3, entries=[1], commitIndex=453, globalIndex=429]
14:55:26.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=454, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526019] to log at index 454
14:55:26.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=454]
14:55:26.038 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=453, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526017]
14:55:26.038 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:26.044 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=454, logTerm=3, entries=[1], commitIndex=454, globalIndex=429]
14:55:26.044 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=455, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526042] to log at index 455
14:55:26.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=455]
14:55:26.045 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=454, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526019]
14:55:26.061 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xb0427148, /127.0.0.1:37444 => /127.0.0.1:5000]
14:55:26.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=455, logTerm=3, entries=[1], commitIndex=455, globalIndex=429]
14:55:26.065 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=456, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526061] to log at index 456
14:55:26.068 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=456]
14:55:26.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=455, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526042]
14:55:26.070 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=456, logTerm=3, entries=[1], commitIndex=456, globalIndex=429]
14:55:26.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=457, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526064] to log at index 457
14:55:26.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=457]
14:55:26.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=456, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526061]
14:55:26.073 [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]]
14:55:26.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=457, logTerm=3, entries=[1], commitIndex=457, globalIndex=429]
14:55:26.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=458, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526077] to log at index 458
14:55:26.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=458]
14:55:26.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=457, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526064]
14:55:26.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:26.102 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=458, logTerm=3, entries=[1], commitIndex=458, globalIndex=429]
14:55:26.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=459, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526100] to log at index 459
14:55:26.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=459]
14:55:26.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=458, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526077]
14:55:26.104 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=459, logTerm=3, entries=[1], commitIndex=459, globalIndex=429]
14:55:26.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=460, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526101] to log at index 460
14:55:26.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=460]
14:55:26.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=459, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526100]
14:55:26.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:26.212 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=460, logTerm=3, entries=[1], commitIndex=460, globalIndex=460]
14:55:26.213 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=461, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526207] to log at index 461
14:55:26.213 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=461]
14:55:26.213 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=460, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526101]
14:55:26.222 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=461, logTerm=3, entries=[1], commitIndex=461, globalIndex=460]
14:55:26.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=462, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526210] to log at index 462
14:55:26.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=462]
14:55:26.224 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=461, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526207]
14:55:26.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=462, logTerm=3, entries=[1], commitIndex=462, globalIndex=460]
14:55:26.246 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=463, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526242] to log at index 463
14:55:26.247 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=463]
14:55:26.247 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=462, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526210]
14:55:26.251 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.251 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=463, logTerm=3, entries=[1], commitIndex=463, globalIndex=461]
14:55:26.253 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=464, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526244] to log at index 464
14:55:26.253 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=464]
14:55:26.253 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=463, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526242]
14:55:26.259 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=464, logTerm=3, entries=[1], commitIndex=464, globalIndex=461]
14:55:26.259 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=465, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526250] to log at index 465
14:55:26.260 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=465]
14:55:26.261 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=464, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526244]
14:55:26.267 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x92ecaa57, /127.0.0.1:37447 => /127.0.0.1:5000]
14:55:26.269 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:26.270 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.274 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=465, logTerm=3, entries=[1], commitIndex=465, globalIndex=461]
14:55:26.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=466, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526271] to log at index 466
14:55:26.277 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=466]
14:55:26.280 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=465, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526250]
14:55:26.281 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.281 [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]]
14:55:26.283 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=466, logTerm=3, entries=[1], commitIndex=466, globalIndex=463]
14:55:26.285 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=467, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526272] to log at index 467
14:55:26.285 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=467]
14:55:26.287 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.292 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=466, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526271]
14:55:26.302 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=467, logTerm=3, entries=[0], commitIndex=467, globalIndex=466]
14:55:26.303 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=467]
14:55:26.304 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=467, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526272]
14:55:26.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=467, logTerm=3, entries=[1], commitIndex=467, globalIndex=466]
14:55:26.326 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=468, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526298] to log at index 468
14:55:26.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=468]
14:55:26.330 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:26.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=468, logTerm=3, entries=[1], commitIndex=468, globalIndex=467]
14:55:26.339 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=469, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526324] to log at index 469
14:55:26.340 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=469]
14:55:26.340 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=468, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526298]
14:55:26.341 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=469, logTerm=3, entries=[1], commitIndex=469, globalIndex=469]
14:55:26.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=470, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526348] to log at index 470
14:55:26.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=470]
14:55:26.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=469, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526324]
14:55:26.370 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:26.370 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=470, logTerm=3, entries=[1], commitIndex=470, globalIndex=469]
14:55:26.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=471, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526350] to log at index 471
14:55:26.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=471]
14:55:26.371 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=470, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526348]
14:55:26.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=471, logTerm=3, entries=[1], commitIndex=471, globalIndex=470]
14:55:26.375 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=472, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526373] to log at index 472
14:55:26.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=472]
14:55:26.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=471, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526350]
14:55:26.390 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=472, logTerm=3, entries=[1], commitIndex=472, globalIndex=471]
14:55:26.390 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=473, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526388] to log at index 473
14:55:26.391 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=473]
14:55:26.391 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=472, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526373]
14:55:26.392 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.418 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=473, logTerm=3, entries=[1], commitIndex=473, globalIndex=472]
14:55:26.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=474, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526409] to log at index 474
14:55:26.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=474]
14:55:26.419 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=473, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526388]
14:55:26.420 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:26.438 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=474, logTerm=3, entries=[1], commitIndex=474, globalIndex=473]
14:55:26.439 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=475, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526412] to log at index 475
14:55:26.439 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=475]
14:55:26.439 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=474, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526409]
14:55:26.445 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=475, logTerm=3, entries=[1], commitIndex=475, globalIndex=475]
14:55:26.446 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=476, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526444] to log at index 476
14:55:26.446 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=476]
14:55:26.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=475, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526412]
14:55:26.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=476, logTerm=3, entries=[1], commitIndex=476, globalIndex=475]
14:55:26.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=477, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526445] to log at index 477
14:55:26.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=477]
14:55:26.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=476, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526444]
14:55:26.455 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:26.476 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=477, logTerm=3, entries=[1], commitIndex=477, globalIndex=477]
14:55:26.477 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=478, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526471] to log at index 478
14:55:26.478 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=478]
14:55:26.478 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=477, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526445]
14:55:26.478 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=478, logTerm=3, entries=[1], commitIndex=478, globalIndex=477]
14:55:26.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=479, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526472] to log at index 479
14:55:26.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=479]
14:55:26.483 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=478, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526471]
14:55:26.490 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=479, logTerm=3, entries=[1], commitIndex=479, globalIndex=479]
14:55:26.491 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=480, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526489] to log at index 480
14:55:26.491 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=480]
14:55:26.492 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=479, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526472]
14:55:26.501 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=480, logTerm=3, entries=[1], commitIndex=480, globalIndex=480]
14:55:26.502 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=481, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526495] to log at index 481
14:55:26.502 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=481]
14:55:26.503 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=480, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526489]
14:55:26.503 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:26.510 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x3cf9e27a, /127.0.0.1:37451 => /127.0.0.1:5000]
14:55:26.512 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.515 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=481, logTerm=3, entries=[1], commitIndex=481, globalIndex=481]
14:55:26.515 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=482, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526506] to log at index 482
14:55:26.515 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=482]
14:55:26.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=481, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526495]
14:55:26.516 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:26.525 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=482, logTerm=3, entries=[1], commitIndex=482, globalIndex=482]
14:55:26.526 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=483, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526517] to log at index 483
14:55:26.526 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=483]
14:55:26.526 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=482, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526506]
14:55:26.532 [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]]
14:55:26.540 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.544 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=483, logTerm=3, entries=[1], commitIndex=483, globalIndex=482]
14:55:26.545 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=484, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526524] to log at index 484
14:55:26.546 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=484]
14:55:26.547 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=483, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526517]
14:55:26.563 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:26.681 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xc1a25a2e, /127.0.0.1:37455 => /127.0.0.1:5000]
14:55:26.683 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.689 [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]]
14:55:26.692 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.701 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:26.704 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x63850896, /127.0.0.1:37456 => /127.0.0.1:5000]
14:55:26.708 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.720 [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]]
14:55:26.723 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.730 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:26.732 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xd983ddf4, /127.0.0.1:37457 => /127.0.0.1:5000]
14:55:26.733 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.743 [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]]
14:55:26.745 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.756 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:26.855 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x227fa35a, /127.0.0.1:37460 => /127.0.0.1:5000]
14:55:26.857 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.868 [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]]
14:55:26.870 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.891 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:26.956 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x89cfba63, /127.0.0.1:37463 => /127.0.0.1:5000]
14:55:26.957 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.968 [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]]
14:55:26.971 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:26.981 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:26.984 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x8568f0fb, /127.0.0.1:37464 => /127.0.0.1:5000]
14:55:26.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:26.996 [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]]
14:55:26.998 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:27.010 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:27.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=483, logTerm=3, entries=[0], commitIndex=542, globalIndex=483]
14:55:27.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=484]
14:55:27.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=484, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526524]
14:55:27.062 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.074 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:27.074 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:27.074 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:27.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:27.083 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x5c7c1072, /127.0.0.1:37466 => /127.0.0.1:5000]
14:55:27.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:27.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=484, logTerm=3, entries=[59], commitIndex=542, globalIndex=483]
14:55:27.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=485, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526543] to log at index 485
14:55:27.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=486, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526562] to log at index 486
14:55:27.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=487, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526571] to log at index 487
14:55:27.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=488, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526573] to log at index 488
14:55:27.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=489, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526588] to log at index 489
14:55:27.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=490, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526591] to log at index 490
14:55:27.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=491, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526605] to log at index 491
14:55:27.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=492, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526613] to log at index 492
14:55:27.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=493, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526620] to log at index 493
14:55:27.101 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=494, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526623] to log at index 494
14:55:27.101 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=495, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526628] to log at index 495
14:55:27.101 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=496, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526641] to log at index 496
14:55:27.101 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=497, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526644] to log at index 497
14:55:27.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=498, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526652] to log at index 498
14:55:27.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=499, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526669] to log at index 499
14:55:27.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=500, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526684] to log at index 500
14:55:27.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=501, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526685] to log at index 501
14:55:27.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=502, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526693] to log at index 502
14:55:27.105 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=503, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526711] to log at index 503
14:55:27.105 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=504, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526712] to log at index 504
14:55:27.105 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=505, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526724] to log at index 505
14:55:27.105 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=506, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526726] to log at index 506
14:55:27.107 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=507, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526735] to log at index 507
14:55:27.107 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=508, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526745] to log at index 508
14:55:27.108 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=509, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526754] to log at index 509
14:55:27.108 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=510, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526763] to log at index 510
14:55:27.109 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=511, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526767] to log at index 511
14:55:27.111 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=512, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526778] to log at index 512
14:55:27.111 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=513, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526788] to log at index 513
14:55:27.111 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=514, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526806] to log at index 514
14:55:27.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=515, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526809] to log at index 515
14:55:27.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=516, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526820] to log at index 516
14:55:27.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=517, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526828] to log at index 517
14:55:27.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=518, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526850] to log at index 518
14:55:27.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=519, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526859] to log at index 519
14:55:27.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=520, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526863] to log at index 520
14:55:27.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=521, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526871] to log at index 521
14:55:27.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=522, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526888] to log at index 522
14:55:27.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=523, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526893] to log at index 523
14:55:27.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=524, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526904] to log at index 524
14:55:27.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=525, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526912] to log at index 525
14:55:27.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=526, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526922] to log at index 526
14:55:27.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=527, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526929] to log at index 527
14:55:27.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=528, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526935] to log at index 528
14:55:27.116 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=529, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526943] to log at index 529
14:55:27.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=530, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526946] to log at index 530
14:55:27.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=531, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526958] to log at index 531
14:55:27.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=532, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526959] to log at index 532
14:55:27.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=533, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526968] to log at index 533
14:55:27.118 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=534, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526973] to log at index 534
14:55:27.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=535, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526988] to log at index 535
14:55:27.119 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=536, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526989] to log at index 536
14:55:27.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=537, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526997] to log at index 537
14:55:27.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=538, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526999] to log at index 538
14:55:27.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=539, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527008] to log at index 539
14:55:27.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=540, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527019] to log at index 540
14:55:27.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=541, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656527024] to log at index 541
14:55:27.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=542, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527047] to log at index 542
14:55:27.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=543, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527057] to log at index 543
14:55:27.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=543]
14:55:27.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=485, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526543]
14:55:27.123 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=486, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526562]
14:55:27.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=487, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526571]
14:55:27.124 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=488, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526573]
14:55:27.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=489, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526588]
14:55:27.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=490, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526591]
14:55:27.125 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=491, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526605]
14:55:27.125 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.125 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=492, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526613]
14:55:27.126 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=493, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526620]
14:55:27.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=494, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526623]
14:55:27.128 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=495, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526628]
14:55:27.128 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.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=496, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526641]
14:55:27.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=497, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526644]
14:55:27.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=498, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526652]
14:55:27.129 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=499, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526669]
14:55:27.129 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=500, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526684]
14:55:27.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=501, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526685]
14:55:27.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=502, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526693]
14:55:27.130 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=503, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526711]
14:55:27.130 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.131 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=504, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526712]
14:55:27.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=505, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526724]
14:55:27.131 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.131 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=506, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526726]
14:55:27.131 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=507, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526735]
14:55:27.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=508, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526745]
14:55:27.131 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.132 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=509, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526754]
14:55:27.132 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.132 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=510, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526763]
14:55:27.132 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=511, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526767]
14:55:27.132 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=512, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526778]
14:55:27.133 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=513, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526788]
14:55:27.136 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=514, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526806]
14:55:27.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=515, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526809]
14:55:27.142 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=516, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526820]
14:55:27.142 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.142 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=517, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526828]
14:55:27.142 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.142 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=518, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526850]
14:55:27.143 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=519, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526859]
14:55:27.143 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=520, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526863]
14:55:27.143 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.143 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=521, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526871]
14:55:27.143 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.144 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=522, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526888]
14:55:27.146 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=523, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526893]
14:55:27.152 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=524, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656526904]
14:55:27.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=525, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526912]
14:55:27.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=526, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526922]
14:55:27.153 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=527, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526929]
14:55:27.154 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=528, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656526935]
14:55:27.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=529, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526943]
14:55:27.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=530, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526946]
14:55:27.154 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=531, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526958]
14:55:27.154 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=532, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526959]
14:55:27.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=533, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526968]
14:55:27.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=534, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526973]
14:55:27.155 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.155 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=535, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656526988]
14:55:27.156 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.165 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=536, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656526989]
14:55:27.165 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=537, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656526997]
14:55:27.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=538, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656526999]
14:55:27.166 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.166 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=539, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527008]
14:55:27.166 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.167 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=540, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527019]
14:55:27.168 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=541, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656527024]
14:55:27.168 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=542, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527047]
14:55:27.168 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.168 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=543, logTerm=3, entries=[4], commitIndex=545, globalIndex=543]
14:55:27.169 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=544, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527075] to log at index 544
14:55:27.169 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=545, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527094] to log at index 545
14:55:27.169 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=546, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656527114] to log at index 546
14:55:27.169 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=547, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656527127] to log at index 547
14:55:27.170 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=547]
14:55:27.172 [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]]
14:55:27.173 [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]]
14:55:27.175 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=543, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527057]
14:55:27.175 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.175 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=544, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527075]
14:55:27.175 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=545, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527094]
14:55:27.176 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.176 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=547, logTerm=3, entries=[2], commitIndex=548, globalIndex=547]
14:55:27.176 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=548, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527134] to log at index 548
14:55:27.176 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=549, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527161] to log at index 549
14:55:27.176 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=549]
14:55:27.177 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:27.177 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:27.177 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=546, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656527114]
14:55:27.178 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=547, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656527127]
14:55:27.192 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=548, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527134]
14:55:27.206 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=549, logTerm=3, entries=[1], commitIndex=549, globalIndex=549]
14:55:27.206 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=550, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527187] to log at index 550
14:55:27.206 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=550]
14:55:27.207 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=549, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527161]
14:55:27.207 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.221 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=550, logTerm=3, entries=[2], commitIndex=550, globalIndex=549]
14:55:27.222 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=551, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656527202] to log at index 551
14:55:27.222 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=552, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527203] to log at index 552
14:55:27.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=552]
14:55:27.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=550, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527187]
14:55:27.225 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:27.226 [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]]
14:55:27.227 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=552, logTerm=3, entries=[1], commitIndex=552, globalIndex=550]
14:55:27.227 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:27.228 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=553, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527218] to log at index 553
14:55:27.228 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=553]
14:55:27.228 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=551, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656527202]
14:55:27.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=552, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527203]
14:55:27.229 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.249 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=553, logTerm=3, entries=[1], commitIndex=553, globalIndex=552]
14:55:27.250 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=554, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656527239] to log at index 554
14:55:27.250 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=554]
14:55:27.250 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=553, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527218]
14:55:27.251 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.265 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=554, logTerm=3, entries=[1], commitIndex=554, globalIndex=554]
14:55:27.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=555, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527262] to log at index 555
14:55:27.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=555]
14:55:27.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=554, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656527239]
14:55:27.805 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=554, logTerm=3, entries=[4], commitIndex=556, globalIndex=554]
14:55:27.807 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=556, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527277] to log at index 556
14:55:27.808 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=557, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656527287] to log at index 557
14:55:27.809 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=558, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527298] to log at index 558
14:55:27.809 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=558]
14:55:27.810 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=555, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527262]
14:55:27.810 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.811 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=556, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527277]
14:55:27.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=558, logTerm=3, entries=[1], commitIndex=558, globalIndex=556]
14:55:27.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=559, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527821] to log at index 559
14:55:27.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=559]
14:55:27.826 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=557, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656527287]
14:55:27.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=558, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527298]
14:55:27.827 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.835 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=559, logTerm=3, entries=[1], commitIndex=559, globalIndex=556]
14:55:27.837 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=560, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527824] to log at index 560
14:55:27.838 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=560]
14:55:27.840 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=559, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527821]
14:55:27.841 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.883 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=560, logTerm=3, entries=[1], commitIndex=560, globalIndex=556]
14:55:27.885 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=561, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656527878] to log at index 561
14:55:27.885 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=561]
14:55:27.886 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=560, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527824]
14:55:27.889 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=561, logTerm=3, entries=[1], commitIndex=561, globalIndex=556]
14:55:27.890 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=562, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527882] to log at index 562
14:55:27.890 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=562]
14:55:27.891 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=561, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656527878]
14:55:27.893 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=562, logTerm=3, entries=[1], commitIndex=562, globalIndex=557]
14:55:27.900 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=563, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527889] to log at index 563
14:55:27.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=563]
14:55:27.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=562, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527882]
14:55:27.910 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xb861947c, /127.0.0.1:37470 => /127.0.0.1:5000]
14:55:27.911 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:27.911 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=563, logTerm=3, entries=[2], commitIndex=564, globalIndex=563]
14:55:27.912 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=564, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527903] to log at index 564
14:55:27.912 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=565, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527908] to log at index 565
14:55:27.912 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=565]
14:55:27.913 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=563, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527889]
14:55:27.914 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:27.914 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=564, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527903]
14:55:27.916 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:27.927 [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]]
14:55:27.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:27.987 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:28.556 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=563, logTerm=3, entries=[10], commitIndex=571, globalIndex=563]
14:55:28.558 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=566, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656527920] to log at index 566
14:55:28.559 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=567, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527924] to log at index 567
14:55:28.559 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=568, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527983] to log at index 568
14:55:28.560 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=569, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527990] to log at index 569
14:55:28.561 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=570, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527999] to log at index 570
14:55:28.561 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=571, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656528008] to log at index 571
14:55:28.562 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=572, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656528011] to log at index 572
14:55:28.562 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=573, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656528026] to log at index 573
14:55:28.562 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=573]
14:55:28.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=565, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527908]
14:55:28.563 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:28.564 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=566, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656527920]
14:55:28.564 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=567, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527924]
14:55:28.564 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=568, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656527983]
14:55:28.564 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:28.564 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=569, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656527990]
14:55:28.565 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:28.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=570, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656527999]
14:55:28.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=571, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656528008]
14:55:28.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=573, logTerm=3, entries=[1], commitIndex=573, globalIndex=571]
14:55:28.574 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=574, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656528573] to log at index 574
14:55:28.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=574]
14:55:28.575 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=572, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656528011]
14:55:28.577 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:28.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=573, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656528026]
14:55:28.577 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:28.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=574, logTerm=3, entries=[1], commitIndex=574, globalIndex=571]
14:55:28.582 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=575, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656528580] to log at index 575
14:55:28.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=575]
14:55:28.582 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=574, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656528573]
14:55:28.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=575, logTerm=3, entries=[1], commitIndex=575, globalIndex=571]
14:55:28.590 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=576, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656528587] to log at index 576
14:55:28.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=576]
14:55:28.593 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=575, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656528580]
14:55:28.596 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:28.611 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=576, logTerm=3, entries=[1], commitIndex=576, globalIndex=572]
14:55:28.612 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=577, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656528599] to log at index 577
14:55:28.612 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=577]
14:55:28.613 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=576, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656528587]
14:55:28.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=577, logTerm=3, entries=[1], commitIndex=577, globalIndex=576]
14:55:28.620 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=578, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656528610] to log at index 578
14:55:28.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=578]
14:55:28.621 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=577, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656528599]
14:55:28.699 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xa9995dc6, /127.0.0.1:37475 => /127.0.0.1:5000]
14:55:28.701 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:29.312 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=577, logTerm=3, entries=[10], commitIndex=585, globalIndex=577]
14:55:29.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=579, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656528617] to log at index 579
14:55:29.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=580, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656528636] to log at index 580
14:55:29.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=581, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656528644] to log at index 581
14:55:29.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=582, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656528661] to log at index 582
14:55:29.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=583, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656528670] to log at index 583
14:55:29.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=584, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656528678] to log at index 584
14:55:29.313 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=585, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656528682] to log at index 585
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=586, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656528697] to log at index 586
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=587, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656528701] to log at index 587
14:55:29.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=3, succeeded=true, logIndex=587]
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=578, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656528610]
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=579, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656528617]
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=580, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656528636]
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=581, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656528644]
14:55:29.314 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.315 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=582, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656528661]
14:55:29.315 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=583, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656528670]
14:55:29.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=584, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656528678]
14:55:29.315 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.316 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=585, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656528682]
14:55:29.317 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.321 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=587, logTerm=3, entries=[1], commitIndex=587, globalIndex=585]
14:55:29.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=588, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529317] to log at index 588
14:55:29.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=588]
14:55:29.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=586, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656528697]
14:55:29.325 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=587, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656528701]
14:55: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=588, logTerm=3, entries=[1], commitIndex=588, globalIndex=585]
14:55:29.330 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=589, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529319] to log at index 589
14:55:29.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=589]
14:55:29.336 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=588, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529317]
14:55:29.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=589, logTerm=3, entries=[1], commitIndex=589, globalIndex=585]
14:55:29.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=590, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529329] to log at index 590
14:55:29.338 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=590]
14:55:29.341 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=589, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529319]
14:55:29.344 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=590, logTerm=3, entries=[1], commitIndex=590, globalIndex=585]
14:55:29.346 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=591, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529334] to log at index 591
14:55:29.348 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=591]
14:55:29.350 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=590, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529329]
14:55:29.357 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.358 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=591, logTerm=3, entries=[1], commitIndex=592, globalIndex=591]
14:55:29.359 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=592, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529342] to log at index 592
14:55:29.360 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=592]
14:55:29.361 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=591, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529334]
14:55:29.362 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=592, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529342]
14:55:29.363 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=592, logTerm=3, entries=[1], commitIndex=592, globalIndex=592]
14:55:29.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=593, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529354] to log at index 593
14:55:29.364 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=593]
14:55:29.373 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=593, logTerm=3, entries=[1], commitIndex=593, globalIndex=593]
14:55:29.376 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=594, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656529371] to log at index 594
14:55:29.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=594]
14:55:29.387 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=593, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529354]
14:55:29.391 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.392 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=594, logTerm=3, entries=[1], commitIndex=595, globalIndex=594]
14:55:29.393 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=595, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529373] to log at index 595
14:55:29.393 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=595]
14:55:29.395 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=594, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656529371]
14:55:29.408 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x72b10d43, /127.0.0.1:37478 => /127.0.0.1:5000]
14:55:29.412 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=595, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529373]
14:55:29.412 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=595, logTerm=3, entries=[2], commitIndex=595, globalIndex=595]
14:55:29.413 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=596, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529389] to log at index 596
14:55:29.415 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=597, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529390] to log at index 597
14:55:29.417 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=597]
14:55:29.430 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:29.431 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=597, logTerm=3, entries=[2], commitIndex=598, globalIndex=597]
14:55:29.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=598, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529409] to log at index 598
14:55:29.434 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=599, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529428] to log at index 599
14:55:29.435 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=599]
14:55:29.436 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=596, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529389]
14:55:29.439 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.439 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=597, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529390]
14:55:29.439 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.440 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=598, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529409]
14:55:29.449 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=599, logTerm=3, entries=[1], commitIndex=599, globalIndex=599]
14:55:29.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=600, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529436] to log at index 600
14:55:29.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=600]
14:55:29.456 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=599, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529428]
14:55:29.457 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.467 [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]]
14:55:29.470 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=600, logTerm=3, entries=[3], commitIndex=602, globalIndex=600]
14:55:29.472 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=601, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656529437] to log at index 601
14:55:29.472 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=602, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529452] to log at index 602
14:55:29.472 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=603, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529457] to log at index 603
14:55:29.472 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=603]
14:55:29.473 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=600, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529436]
14:55:29.473 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=601, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656529437]
14:55:29.473 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=602, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529452]
14:55:29.473 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.476 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:29.481 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=603, logTerm=3, entries=[1], commitIndex=603, globalIndex=603]
14:55:29.481 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=604, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529478] to log at index 604
14:55:29.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=604]
14:55:29.482 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=603, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529457]
14:55:29.488 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=604, logTerm=3, entries=[1], commitIndex=604, globalIndex=603]
14:55:29.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=605, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529481] to log at index 605
14:55:29.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=605]
14:55:29.489 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=604, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529478]
14:55:29.490 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.498 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:29.507 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=605, logTerm=3, entries=[1], commitIndex=605, globalIndex=604]
14:55:29.507 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=606, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529497] to log at index 606
14:55:29.508 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=606]
14:55:29.508 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=605, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529481]
14:55:29.508 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.522 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=606, logTerm=3, entries=[1], commitIndex=606, globalIndex=605]
14:55:29.522 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=607, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529510] to log at index 607
14:55:29.522 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=607]
14:55:29.523 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=606, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529497]
14:55:29.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=607, logTerm=3, entries=[1], commitIndex=607, globalIndex=606]
14:55:29.535 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=608, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529519] to log at index 608
14:55:29.536 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=608]
14:55:29.536 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=607, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529510]
14:55:29.543 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=608, logTerm=3, entries=[1], commitIndex=608, globalIndex=608]
14:55:29.544 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=609, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529532] to log at index 609
14:55:29.544 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=609]
14:55:29.544 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=608, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529519]
14:55:29.544 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.565 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=609, logTerm=3, entries=[1], commitIndex=609, globalIndex=609]
14:55:29.566 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=610, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529549] to log at index 610
14:55:29.566 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=610]
14:55:29.566 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=609, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529532]
14:55:29.566 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.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=610, logTerm=3, entries=[1], commitIndex=610, globalIndex=609]
14:55:29.584 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=611, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529567] to log at index 611
14:55:29.585 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=611]
14:55:29.585 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=610, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529549]
14:55:29.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=611, logTerm=3, entries=[1], commitIndex=611, globalIndex=611]
14:55:29.597 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=612, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529576] to log at index 612
14:55:29.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=612]
14:55:29.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=611, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529567]
14:55:29.607 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=612, logTerm=3, entries=[1], commitIndex=612, globalIndex=612]
14:55:29.607 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=613, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529593] to log at index 613
14:55:29.608 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=613]
14:55:29.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=612, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529576]
14:55:29.608 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=613, logTerm=3, entries=[1], commitIndex=613, globalIndex=613]
14:55:29.622 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=614, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529607] to log at index 614
14:55:29.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=614]
14:55:29.623 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=613, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529593]
14:55:29.625 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.633 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=614, logTerm=3, entries=[1], commitIndex=614, globalIndex=614]
14:55:29.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=615, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656529617] to log at index 615
14:55:29.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=615]
14:55:29.634 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=614, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529607]
14:55:29.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=615, logTerm=3, entries=[1], commitIndex=615, globalIndex=615]
14:55:29.648 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=616, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529632] to log at index 616
14:55:29.649 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=616]
14:55:29.649 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=615, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656529617]
14:55:29.659 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=616, logTerm=3, entries=[1], commitIndex=616, globalIndex=616]
14:55:29.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=617, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529644] to log at index 617
14:55:29.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=617]
14:55:29.660 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=616, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529632]
14:55:29.660 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.669 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=617, logTerm=3, entries=[1], commitIndex=617, globalIndex=616]
14:55:29.669 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=618, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529659] to log at index 618
14:55:29.669 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=618]
14:55:29.669 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=617, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529644]
14:55:29.670 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.679 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=618, logTerm=3, entries=[1], commitIndex=618, globalIndex=616]
14:55:29.680 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=619, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529669] to log at index 619
14:55:29.680 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=619]
14:55:29.681 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=618, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529659]
14:55:29.685 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=619, logTerm=3, entries=[1], commitIndex=619, globalIndex=616]
14:55:29.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=620, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529678] to log at index 620
14:55:29.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=620]
14:55:29.686 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=619, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529669]
14:55:29.692 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=620, logTerm=3, entries=[1], commitIndex=620, globalIndex=616]
14:55:29.692 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=621, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529684] to log at index 621
14:55:29.692 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=621]
14:55:29.693 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=620, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529678]
14:55:29.693 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.701 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x663c5067, /127.0.0.1:37483 => /127.0.0.1:5000]
14:55:29.702 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:29.703 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=621, logTerm=3, entries=[1], commitIndex=621, globalIndex=616]
14:55:29.704 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=622, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529692] to log at index 622
14:55:29.704 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=622]
14:55:29.704 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=621, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529684]
14:55:29.704 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.714 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=622, logTerm=3, entries=[1], commitIndex=622, globalIndex=616]
14:55:29.714 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=623, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656529705] to log at index 623
14:55:29.715 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=623]
14:55:29.715 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=622, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529692]
14:55:29.717 [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]]
14:55:29.718 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=623, logTerm=3, entries=[1], commitIndex=623, globalIndex=616]
14:55:29.718 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=624, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529711] to log at index 624
14:55:29.719 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=624]
14:55:29.719 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=623, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656529705]
14:55:29.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=42, commandSequence=0, eventIndex=42]
14:55:29.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=624, logTerm=3, entries=[1], commitIndex=624, globalIndex=616]
14:55:29.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=625, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529722] to log at index 625
14:55:29.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=625]
14:55:29.728 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=624, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529711]
14:55:29.728 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:29.728 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.728 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:29.729 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:29.729 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:29.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=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:29.740 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=625, logTerm=3, entries=[1], commitIndex=625, globalIndex=616]
14:55:29.741 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=626, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529726] to log at index 626
14:55:29.741 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=626]
14:55:29.741 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=625, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529722]
14:55:29.742 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=626, logTerm=3, entries=[1], commitIndex=626, globalIndex=616]
14:55:29.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=627, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656529732] to log at index 627
14:55:29.758 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=627]
14:55:29.759 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=626, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529726]
14:55:29.762 [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]]
14:55:29.763 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:29.766 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=627, logTerm=3, entries=[2], commitIndex=627, globalIndex=616]
14:55:29.767 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=628, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529753] to log at index 628
14:55:29.767 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=629, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529755] to log at index 629
14:55:29.767 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=629]
14:55:29.768 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=627, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656529732]
14:55:29.778 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=629, logTerm=3, entries=[1], commitIndex=629, globalIndex=616]
14:55:29.778 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=630, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656529764] to log at index 630
14:55:29.779 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=630]
14:55:29.779 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=628, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529753]
14:55:29.779 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=629, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529755]
14:55:29.780 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.783 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=630, logTerm=3, entries=[2], commitIndex=630, globalIndex=616]
14:55:29.784 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=631, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529773] to log at index 631
14:55:29.784 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=632, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529777] to log at index 632
14:55:29.784 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=632]
14:55:29.784 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=630, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656529764]
14:55:29.786 [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]]
14:55:29.787 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:29.794 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xea7293e8, /127.0.0.1:37485 => /127.0.0.1:5000]
14:55:29.795 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:29.799 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=632, logTerm=3, entries=[1], commitIndex=632, globalIndex=616]
14:55:29.799 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=633, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529795] to log at index 633
14:55:29.799 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=633]
14:55:29.800 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=631, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529773]
14:55:29.800 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.800 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=632, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529777]
14:55:29.812 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=633, logTerm=3, entries=[1], commitIndex=633, globalIndex=616]
14:55:29.812 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=634, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656529796] to log at index 634
14:55:29.813 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=634]
14:55:29.813 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=633, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529795]
14:55:29.813 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.816 [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]]
14:55:29.824 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=634, logTerm=3, entries=[1], commitIndex=634, globalIndex=616]
14:55:29.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=635, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529806] to log at index 635
14:55:29.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=635]
14:55:29.825 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=634, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656529796]
14:55:29.827 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:29.841 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=635, logTerm=3, entries=[1], commitIndex=635, globalIndex=616]
14:55:29.841 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=636, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529830] to log at index 636
14:55:29.841 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=636]
14:55:29.842 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=635, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529806]
14:55:29.845 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:29.848 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=636, logTerm=3, entries=[1], commitIndex=636, globalIndex=616]
14:55:29.848 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=637, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529833] to log at index 637
14:55:29.849 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=637]
14:55:29.849 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=636, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529830]
14:55:29.849 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=637, logTerm=3, entries=[1], commitIndex=637, globalIndex=616]
14:55:29.864 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=638, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656529859] to log at index 638
14:55:29.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=638]
14:55:29.865 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=637, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529833]
14:55:29.865 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.880 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=638, logTerm=3, entries=[1], commitIndex=638, globalIndex=616]
14:55:29.881 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=639, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529860] to log at index 639
14:55:29.881 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=639]
14:55:29.881 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=638, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656529859]
14:55:29.886 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=639, logTerm=3, entries=[1], commitIndex=639, globalIndex=616]
14:55:29.886 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=640, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529879] to log at index 640
14:55:29.886 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=640]
14:55:29.887 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=639, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529860]
14:55:29.896 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=640, logTerm=3, entries=[1], commitIndex=640, globalIndex=616]
14:55:29.896 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=641, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529895] to log at index 641
14:55:29.896 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=641]
14:55:29.897 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=640, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529879]
14:55:29.897 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.900 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=641, logTerm=3, entries=[1], commitIndex=641, globalIndex=616]
14:55:29.900 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=642, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529899] to log at index 642
14:55:29.900 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=642]
14:55:29.901 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=641, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529895]
14:55:29.902 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.908 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=642, logTerm=3, entries=[1], commitIndex=642, globalIndex=616]
14:55:29.909 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=643, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529906] to log at index 643
14:55:29.909 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=643]
14:55:29.912 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=642, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656529899]
14:55:29.914 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=643, logTerm=3, entries=[1], commitIndex=643, globalIndex=616]
14:55:29.915 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=644, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529908] to log at index 644
14:55:29.915 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=644]
14:55:29.915 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=643, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656529906]
14:55:29.916 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:29.929 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=644, logTerm=3, entries=[1], commitIndex=644, globalIndex=616]
14:55:29.932 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=645, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529928] to log at index 645
14:55:29.932 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=645]
14:55:29.933 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=644, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529908]
14:55:29.934 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xb684a1b7, /127.0.0.1:37488 => /127.0.0.1:5000]
14:55:29.935 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:29.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=645, logTerm=3, entries=[1], commitIndex=645, globalIndex=616]
14:55:29.953 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=646, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529940] to log at index 646
14:55:29.953 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=646]
14:55:29.953 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=645, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529928]
14:55:29.954 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:29.968 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=646, logTerm=3, entries=[1], commitIndex=646, globalIndex=616]
14:55:29.969 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=647, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656529943] to log at index 647
14:55:29.969 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=647]
14:55:29.969 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=646, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529940]
14:55:29.978 [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]]
14:55:29.979 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=647, logTerm=3, entries=[1], commitIndex=647, globalIndex=616]
14:55:29.980 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=648, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529960] to log at index 648
14:55:29.980 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=648]
14:55:29.980 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=647, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656529943]
14:55:30.002 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.003 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=648, logTerm=3, entries=[1], commitIndex=648, globalIndex=616]
14:55:30.003 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=649, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529990] to log at index 649
14:55:30.004 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=649]
14:55:30.004 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=648, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656529960]
14:55:30.004 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.012 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=649, logTerm=3, entries=[1], commitIndex=649, globalIndex=616]
14:55:30.013 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=650, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530007] to log at index 650
14:55:30.013 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=650]
14:55:30.013 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=649, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656529990]
14:55:30.016 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:30.017 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=650, logTerm=3, entries=[1], commitIndex=650, globalIndex=616]
14:55:30.017 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=651, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530011] to log at index 651
14:55:30.017 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=651]
14:55:30.018 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=650, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530007]
14:55:30.018 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.029 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=651, logTerm=3, entries=[1], commitIndex=651, globalIndex=616]
14:55:30.029 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=652, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530023] to log at index 652
14:55:30.029 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=652]
14:55:30.030 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=651, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530011]
14:55:30.030 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.040 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=652, logTerm=3, entries=[1], commitIndex=652, globalIndex=616]
14:55:30.041 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=653, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530028] to log at index 653
14:55:30.041 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=653]
14:55:30.041 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=652, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530023]
14:55:30.050 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=653, logTerm=3, entries=[1], commitIndex=653, globalIndex=616]
14:55:30.051 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=654, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530035] to log at index 654
14:55:30.051 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=654]
14:55:30.051 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=653, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530028]
14:55:30.060 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=654, logTerm=3, entries=[1], commitIndex=654, globalIndex=616]
14:55:30.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=655, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530046] to log at index 655
14:55:30.061 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xa9727050, /127.0.0.1:37490 => /127.0.0.1:5000]
14:55:30.061 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=655]
14:55:30.062 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=654, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530035]
14:55:30.062 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:30.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=655, logTerm=3, entries=[1], commitIndex=655, globalIndex=616]
14:55:30.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=656, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530074] to log at index 656
14:55:30.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=656]
14:55:30.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=655, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530046]
14:55:30.078 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.078 [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]]
14:55:30.080 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.082 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=656, logTerm=3, entries=[1], commitIndex=656, globalIndex=616]
14:55:30.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=657, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530081] to log at index 657
14:55:30.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=657]
14:55:30.083 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=656, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530074]
14:55:30.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:30.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=657, logTerm=3, entries=[1], commitIndex=657, globalIndex=616]
14:55:30.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=658, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530085] to log at index 658
14:55:30.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=658]
14:55:30.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=657, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530081]
14:55:30.094 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=658, logTerm=3, entries=[1], commitIndex=658, globalIndex=616]
14:55:30.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=659, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530101] to log at index 659
14:55:30.103 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=659]
14:55:30.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=658, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530085]
14:55:30.109 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=659, logTerm=3, entries=[1], commitIndex=659, globalIndex=616]
14:55:30.110 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=660, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530108] to log at index 660
14:55:30.110 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=660]
14:55:30.110 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=659, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530101]
14:55:30.120 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x39422c9f, /127.0.0.1:37492 => /127.0.0.1:5000]
14:55:30.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:30.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=660, logTerm=3, entries=[1], commitIndex=660, globalIndex=616]
14:55:30.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=661, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530111] to log at index 661
14:55:30.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=661]
14:55:30.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=660, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530108]
14:55:30.124 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=661, logTerm=3, entries=[1], commitIndex=661, globalIndex=616]
14:55:30.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=662, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530123] to log at index 662
14:55:30.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=662]
14:55:30.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=661, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530111]
14:55:30.129 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.131 [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]]
14:55:30.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=662, logTerm=3, entries=[1], commitIndex=662, globalIndex=616]
14:55:30.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=663, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530134] to log at index 663
14:55:30.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=663]
14:55:30.136 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=662, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530123]
14:55:30.143 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:30.150 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=663, logTerm=3, entries=[1], commitIndex=663, globalIndex=616]
14:55:30.150 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=664, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530142] to log at index 664
14:55:30.150 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=664]
14:55:30.151 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=663, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530134]
14:55:30.151 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.171 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=664, logTerm=3, entries=[1], commitIndex=664, globalIndex=616]
14:55:30.172 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=665, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530162] to log at index 665
14:55:30.172 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=665]
14:55:30.172 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=664, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530142]
14:55:30.183 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=665, logTerm=3, entries=[1], commitIndex=665, globalIndex=616]
14:55:30.183 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=666, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530176] to log at index 666
14:55:30.184 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=666]
14:55:30.184 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=665, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530162]
14:55:30.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=666, logTerm=3, entries=[1], commitIndex=666, globalIndex=616]
14:55:30.187 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=667, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530182] to log at index 667
14:55:30.187 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=667]
14:55:30.187 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=666, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530176]
14:55:30.187 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.202 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=667, logTerm=3, entries=[1], commitIndex=667, globalIndex=616]
14:55:30.203 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=668, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530196] to log at index 668
14:55:30.203 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=668]
14:55:30.203 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=667, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530182]
14:55:30.204 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.208 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=668, logTerm=3, entries=[1], commitIndex=668, globalIndex=616]
14:55:30.208 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=669, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530197] to log at index 669
14:55:30.209 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=669]
14:55:30.209 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=668, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530196]
14:55:30.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=669, logTerm=3, entries=[1], commitIndex=669, globalIndex=616]
14:55:30.224 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=670, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530215] to log at index 670
14:55:30.224 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=670]
14:55:30.225 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=669, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530197]
14:55:30.234 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=670, logTerm=3, entries=[1], commitIndex=670, globalIndex=616]
14:55:30.235 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=671, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530222] to log at index 671
14:55:30.236 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=671]
14:55:30.236 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=670, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530215]
14:55:30.239 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.243 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xea421cfa, /127.0.0.1:37495 => /127.0.0.1:5000]
14:55:30.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:30.250 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=671, logTerm=3, entries=[1], commitIndex=671, globalIndex=616]
14:55:30.250 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=672, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530247] to log at index 672
14:55:30.251 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=672]
14:55:30.251 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=671, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530222]
14:55:30.255 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.255 [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]]
14:55:30.255 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=672, logTerm=3, entries=[1], commitIndex=672, globalIndex=616]
14:55:30.256 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=673, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530249] to log at index 673
14:55:30.257 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=673]
14:55:30.257 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=672, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530247]
14:55:30.259 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.263 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=673, logTerm=3, entries=[1], commitIndex=673, globalIndex=616]
14:55:30.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=674, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530261] to log at index 674
14:55:30.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=674]
14:55:30.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=673, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530249]
14:55:30.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:30.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=674, logTerm=3, entries=[1], commitIndex=674, globalIndex=616]
14:55:30.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=675, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530276] to log at index 675
14:55:30.278 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=675]
14:55:30.279 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=674, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530261]
14:55:30.282 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.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=3, leader=2130712285, logIndex=675, logTerm=3, entries=[1], commitIndex=675, globalIndex=616]
14:55:30.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=676, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530277] to log at index 676
14:55:30.284 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=676]
14:55:30.284 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=675, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530276]
14:55:30.287 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=676, logTerm=3, entries=[1], commitIndex=676, globalIndex=616]
14:55:30.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=677, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530288] to log at index 677
14:55:30.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=677]
14:55:30.297 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=676, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530277]
14:55:30.300 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=677, logTerm=3, entries=[1], commitIndex=677, globalIndex=616]
14:55:30.301 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=678, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530293] to log at index 678
14:55:30.302 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=678]
14:55:30.302 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=677, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530288]
14:55:30.308 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=678, logTerm=3, entries=[1], commitIndex=678, globalIndex=616]
14:55:30.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=679, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530303] to log at index 679
14:55:30.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=679]
14:55:30.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=678, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530293]
14:55:30.310 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.317 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=679, logTerm=3, entries=[1], commitIndex=679, globalIndex=616]
14:55:30.318 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=680, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530316] to log at index 680
14:55:30.318 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=680]
14:55:30.318 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=679, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530303]
14:55:30.319 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.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=680, logTerm=3, entries=[1], commitIndex=680, globalIndex=616]
14:55:30.328 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=681, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530323] to log at index 681
14:55:30.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=681]
14:55:30.329 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=680, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530316]
14:55:30.341 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=681, logTerm=3, entries=[1], commitIndex=681, globalIndex=616]
14:55:30.343 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=682, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530332] to log at index 682
14:55:30.343 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=682]
14:55:30.343 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=681, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530323]
14:55:30.344 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.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=682, logTerm=3, entries=[1], commitIndex=682, globalIndex=616]
14:55:30.355 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=683, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530348] to log at index 683
14:55:30.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=683]
14:55:30.355 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=682, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530332]
14:55:30.385 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=683, logTerm=3, entries=[1], commitIndex=683, globalIndex=616]
14:55:30.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=684, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530353] to log at index 684
14:55:30.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=684]
14:55:30.386 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=683, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530348]
14:55:30.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=684, logTerm=3, entries=[1], commitIndex=684, globalIndex=617]
14:55:30.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=685, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530384] to log at index 685
14:55:30.408 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=685]
14:55:30.409 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=684, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530353]
14:55:30.409 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:30.450 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x4e18b30a, /127.0.0.1:37499 => /127.0.0.1:5000]
14:55:30.453 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:30.457 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=685, logTerm=3, entries=[1], commitIndex=685, globalIndex=684]
14:55:30.457 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=686, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530454] to log at index 686
14:55:30.457 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=686]
14:55:30.458 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=685, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530384]
14:55:30.458 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.461 [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]]
14:55:30.463 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.466 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=686, logTerm=3, entries=[1], commitIndex=686, globalIndex=684]
14:55:30.466 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=687, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530464] to log at index 687
14:55:30.466 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=687]
14:55:30.467 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=686, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530454]
14:55:30.470 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:30.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=687, logTerm=3, entries=[1], commitIndex=687, globalIndex=687]
14:55:30.517 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=688, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530511] to log at index 688
14:55:30.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=688]
14:55:30.518 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=687, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530464]
14:55:30.519 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:30.521 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=688, logTerm=3, entries=[1], commitIndex=688, globalIndex=688]
14:55:30.521 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=689, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530513] to log at index 689
14:55:30.521 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=689]
14:55:30.522 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=688, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530511]
14:55:30.580 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x5e1acb98, /127.0.0.1:37502 => /127.0.0.1:5000]
14:55:30.580 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:30.586 [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]]
14:55:30.589 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:30.598 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:31.057 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=688, logTerm=3, entries=[16], commitIndex=702, globalIndex=688]
14:55:31.058 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=690, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530534] to log at index 690
14:55:31.063 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=691, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530546] to log at index 691
14:55:31.064 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=692, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530558] to log at index 692
14:55:31.065 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=693, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530561] to log at index 693
14:55:31.066 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=694, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530566] to log at index 694
14:55:31.067 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=695, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530580] to log at index 695
14:55:31.067 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=696, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530583] to log at index 696
14:55:31.069 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=697, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530588] to log at index 697
14:55:31.069 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=698, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530590] to log at index 698
14:55:31.070 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=699, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530597] to log at index 699
14:55:31.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=700, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530617] to log at index 700
14:55:31.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=701, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530627] to log at index 701
14:55:31.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=702, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530636] to log at index 702
14:55:31.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=703, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530647] to log at index 703
14:55:31.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=704, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530665] to log at index 704
14:55:31.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=704]
14:55:31.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=689, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530513]
14:55:31.084 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=690, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530534]
14:55:31.084 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.085 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=691, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530546]
14:55:31.085 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=692, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530558]
14:55:31.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=693, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530561]
14:55:31.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=694, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530566]
14:55:31.088 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=695, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530580]
14:55:31.090 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=696, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656530583]
14:55:31.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=697, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530588]
14:55:31.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=698, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530590]
14:55:31.091 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=699, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530597]
14:55:31.091 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=700, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656530617]
14:55:31.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=701, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656530627]
14:55:31.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=702, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656530636]
14:55:31.093 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.093 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=704, logTerm=3, entries=[1], commitIndex=704, globalIndex=702]
14:55:31.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=705, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531076] to log at index 705
14:55:31.094 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=705]
14:55:31.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=703, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656530647]
14:55:31.095 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.095 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=704, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656530665]
14:55:31.100 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=705, logTerm=3, entries=[1], commitIndex=705, globalIndex=702]
14:55:31.101 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=706, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531079] to log at index 706
14:55:31.101 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=706]
14:55:31.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=705, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531076]
14:55:31.102 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.102 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xe0160696, /127.0.0.1:37505 => /127.0.0.1:5000]
14:55:31.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:31.111 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=706, logTerm=3, entries=[1], commitIndex=706, globalIndex=702]
14:55:31.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=707, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531108] to log at index 707
14:55:31.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=707]
14:55:31.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=706, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531079]
14:55:31.114 [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]]
14:55:31.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=707, logTerm=3, entries=[1], commitIndex=707, globalIndex=702]
14:55:31.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=708, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531110] to log at index 708
14:55:31.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=708]
14:55:31.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=707, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531108]
14:55:31.121 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:31.122 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=708, logTerm=3, entries=[1], commitIndex=708, globalIndex=702]
14:55:31.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=709, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531120] to log at index 709
14:55:31.123 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=709]
14:55:31.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=708, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531110]
14:55:31.128 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.129 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=709, logTerm=3, entries=[1], commitIndex=709, globalIndex=702]
14:55:31.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=710, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531125] to log at index 710
14:55:31.130 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=710]
14:55:31.131 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=709, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531120]
14:55:31.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:31.134 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=710, logTerm=3, entries=[1], commitIndex=710, globalIndex=702]
14:55:31.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=711, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531127] to log at index 711
14:55:31.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=711]
14:55:31.138 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=710, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531125]
14:55:31.143 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.144 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=711, logTerm=3, entries=[1], commitIndex=711, globalIndex=702]
14:55:31.145 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=712, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531137] to log at index 712
14:55:31.146 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=712]
14:55:31.146 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=711, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531127]
14:55:31.150 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.151 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=712, logTerm=3, entries=[1], commitIndex=712, globalIndex=702]
14:55:31.152 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=713, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531142] to log at index 713
14:55:31.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=713]
14:55:31.154 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=712, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531137]
14:55:31.157 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=713, logTerm=3, entries=[1], commitIndex=713, globalIndex=702]
14:55:31.158 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=714, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531148] to log at index 714
14:55:31.158 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=714]
14:55:31.159 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=713, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531142]
14:55:31.160 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=714, logTerm=3, entries=[1], commitIndex=714, globalIndex=702]
14:55:31.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=715, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531157] to log at index 715
14:55:31.165 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=715]
14:55:31.170 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=714, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531148]
14:55:31.171 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.171 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=715, logTerm=3, entries=[1], commitIndex=715, globalIndex=702]
14:55:31.172 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=716, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656531164] to log at index 716
14:55:31.173 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=716]
14:55:31.174 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=715, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531157]
14:55:31.178 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.178 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=716, logTerm=3, entries=[1], commitIndex=716, globalIndex=702]
14:55:31.179 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=717, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531169] to log at index 717
14:55:31.179 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=717]
14:55:31.180 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=716, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656531164]
14:55:31.184 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=717, logTerm=3, entries=[1], commitIndex=717, globalIndex=702]
14:55:31.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=718, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531180] to log at index 718
14:55:31.185 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=718]
14:55:31.186 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=717, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531169]
14:55:31.188 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=718, logTerm=3, entries=[1], commitIndex=718, globalIndex=702]
14:55:31.190 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0xf58b1ee1, /127.0.0.1:37508 => /127.0.0.1:5000]
14:55:31.191 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=719, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531183] to log at index 719
14:55:31.191 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=719]
14:55:31.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=718, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531180]
14:55:31.192 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.203 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:31.204 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=719, logTerm=3, entries=[1], commitIndex=719, globalIndex=702]
14:55:31.205 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=720, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531198] to log at index 720
14:55:31.208 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=720]
14:55:31.212 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=719, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531183]
14:55:31.214 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.214 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=720, logTerm=3, entries=[1], commitIndex=720, globalIndex=702]
14:55:31.215 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=721, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531210] to log at index 721
14:55:31.215 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=721]
14:55:31.216 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=720, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531198]
14:55:31.220 [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]]
14:55:31.221 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=721, logTerm=3, entries=[1], commitIndex=721, globalIndex=702]
14:55:31.226 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=722, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531211] to log at index 722
14:55:31.226 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=722]
14:55:31.227 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:31.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=721, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531210]
14:55:31.233 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=722, logTerm=3, entries=[1], commitIndex=722, globalIndex=702]
14:55:31.238 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=723, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531231] to log at index 723
14:55:31.239 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=723]
14:55:31.239 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=722, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531211]
14:55:31.240 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.242 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=723, logTerm=3, entries=[1], commitIndex=723, globalIndex=702]
14:55:31.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=724, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531234] to log at index 724
14:55:31.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=724]
14:55:31.244 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=723, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531231]
14:55:31.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:31.246 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=724, logTerm=3, entries=[1], commitIndex=724, globalIndex=702]
14:55:31.246 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x3db58889, /127.0.0.1:37509 => /127.0.0.1:5000]
14:55:31.248 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=725, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531241] to log at index 725
14:55:31.252 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=725]
14:55:31.252 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=724, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531234]
14:55:31.253 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.254 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:31.258 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=725, logTerm=3, entries=[1], commitIndex=725, globalIndex=702]
14:55:31.258 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=726, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531255] to log at index 726
14:55:31.258 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=726]
14:55:31.259 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=725, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531241]
14:55:31.261 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.261 [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]]
14:55:31.261 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=726, logTerm=3, entries=[1], commitIndex=726, globalIndex=702]
14:55:31.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=727, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531257] to log at index 727
14:55:31.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=727]
14:55:31.264 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:31.265 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=726, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531255]
14:55:31.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=727, logTerm=3, entries=[1], commitIndex=727, globalIndex=702]
14:55:31.266 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=728, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531265] to log at index 728
14:55:31.267 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=728]
14:55:31.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=727, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531257]
14:55:31.268 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:31.268 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=728, logTerm=3, entries=[1], commitIndex=728, globalIndex=702]
14:55:31.270 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=729, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531267] to log at index 729
14:55:31.270 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=729]
14:55:31.271 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=728, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531265]
14:55:31.271 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=729, logTerm=3, entries=[1], commitIndex=729, globalIndex=702]
14:55:31.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=730, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656531283] to log at index 730
14:55:31.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=730]
14:55:31.288 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=729, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531267]
14:55:31.289 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.290 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=730, logTerm=3, entries=[1], commitIndex=730, globalIndex=702]
14:55:31.290 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=731, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531285] to log at index 731
14:55:31.290 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=731]
14:55:31.290 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=730, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656531283]
14:55:31.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=731, logTerm=3, entries=[1], commitIndex=731, globalIndex=702]
14:55:31.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=732, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531293] to log at index 732
14:55:31.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=732]
14:55:31.295 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=731, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531285]
14:55:31.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=732, logTerm=3, entries=[1], commitIndex=732, globalIndex=702]
14:55:31.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=733, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531294] to log at index 733
14:55:31.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=733]
14:55:31.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=732, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531293]
14:55:31.297 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=733, logTerm=3, entries=[1], commitIndex=733, globalIndex=702]
14:55:31.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=734, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531301] to log at index 734
14:55:31.309 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=734]
14:55:31.310 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=733, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531294]
14:55:31.310 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.323 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=734, logTerm=3, entries=[1], commitIndex=734, globalIndex=702]
14:55:31.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=735, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531309] to log at index 735
14:55:31.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=735]
14:55:31.324 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=734, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531301]
14:55:31.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=735, logTerm=3, entries=[1], commitIndex=735, globalIndex=702]
14:55:31.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=736, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531322] to log at index 736
14:55:31.332 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=736]
14:55:31.333 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=735, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531309]
14:55:31.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=736, logTerm=3, entries=[1], commitIndex=736, globalIndex=702]
14:55:31.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=737, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531332] to log at index 737
14:55:31.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=737]
14:55:31.337 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=736, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531322]
14:55:31.337 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:31.347 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=737, logTerm=3, entries=[1], commitIndex=737, globalIndex=702]
14:55:31.347 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=738, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531343] to log at index 738
14:55:31.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=738]
14:55:31.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=737, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531332]
14:55:31.348 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:31.365 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=738, logTerm=3, entries=[1], commitIndex=738, globalIndex=703]
14:55:31.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=739, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656531346] to log at index 739
14:55:31.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=739]
14:55:31.366 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=738, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531343]
14:55:31.401 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x28662da5, /127.0.0.1:37513 => /127.0.0.1:5000]
14:55:31.402 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:31.411 [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]]
14:55:31.416 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:31.428 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:31.539 [catalyst-event-loop-1] DEBUG i.n.handler.logging.LoggingHandler - [id: 0x47af6208, /127.0.0.1:5000] RECEIVED: [id: 0x27873501, /127.0.0.1:37518 => /127.0.0.1:5000]
14:55:31.540 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=560ea2e9-522a-4424-8449-82f5093f0988]
14:55:31.563 [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]]
14:55:31.567 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=42, commandSequence=0, eventIndex=42]
14:55:32.071 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=738, logTerm=3, entries=[25], commitIndex=761, globalIndex=738]
14:55:32.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=740, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531363] to log at index 740
14:55:32.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=741, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531394] to log at index 741
14:55:32.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=742, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531399] to log at index 742
14:55:32.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=743, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531403] to log at index 743
14:55:32.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=744, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531416] to log at index 744
14:55:32.072 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=745, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531420] to log at index 745
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=746, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531432] to log at index 746
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=747, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531434] to log at index 747
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=748, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531445] to log at index 748
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=749, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531446] to log at index 749
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=750, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531455] to log at index 750
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=751, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656531464] to log at index 751
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=752, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531470] to log at index 752
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=753, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531476] to log at index 753
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=754, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531482] to log at index 754
14:55:32.073 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=755, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531490] to log at index 755
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=756, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531502] to log at index 756
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=757, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531503] to log at index 757
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=758, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531510] to log at index 758
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=759, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531523] to log at index 759
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=760, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531534] to log at index 760
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=761, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531542] to log at index 761
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=762, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531564] to log at index 762
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=763, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531568] to log at index 763
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=763]
14:55:32.074 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=739, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656531346]
14:55:32.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=740, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531363]
14:55:32.075 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:32.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=741, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531394]
14:55:32.075 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:32.075 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=742, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531399]
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=743, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531403]
14:55:32.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=744, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531416]
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:32.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=745, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531420]
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=746, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531432]
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=747, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531434]
14:55:32.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=748, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531445]
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:32.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=749, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531446]
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=750, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531455]
14:55:32.076 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=751, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5002, timestamp=1451656531464]
14:55:32.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=752, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531470]
14:55:32.077 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:32.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=753, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531476]
14:55:32.077 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:32.077 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=754, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531482]
14:55:32.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=755, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531490]
14:55:32.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=756, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531502]
14:55:32.087 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:32.087 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=757, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531503]
14:55:32.087 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:32.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=758, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5001, timestamp=1451656531510]
14:55:32.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=759, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531523]
14:55:32.088 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:32.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=760, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656531534]
14:55:32.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=761, term=3, client=560ea2e9-522a-4424-8449-82f5093f0988, address=localhost/127.0.0.1:5000, timestamp=1451656531542]
14:55:32.089 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent KeepAliveResponse[status=ERROR, leader=localhost/127.0.0.1:5001, members=null]
14:55:32.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=763, logTerm=3, entries=[1], commitIndex=763, globalIndex=761]
14:55:32.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=764, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656532070] to log at index 764
14:55:32.090 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=764]
14:55:32.091 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=762, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656531564]
14:55:32.092 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:32.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=763, term=3, session=42, commandSequence=0, eventIndex=42, timestamp=1451656531568]
14:55:32.094 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 42
14:55:32.098 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=764, logTerm=3, entries=[1], commitIndex=764, globalIndex=761]
14:55:32.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=765, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656532094] to log at index 765
14:55:32.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=765]
14:55:32.099 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=764, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656532070]
14:55:32.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=765, logTerm=3, entries=[1], commitIndex=765, globalIndex=765]
14:55:32.127 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=766, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656532125] to log at index 766
14:55:32.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=766]
14:55:32.128 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=765, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656532094]
14:55:32.130 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:32.139 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=766, logTerm=3, entries=[1], commitIndex=766, globalIndex=766]
14:55:32.140 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=767, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656532137] to log at index 767
14:55:32.140 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=767]
14:55:32.141 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=766, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656532125]
14:55:32.288 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:32.288 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:32.289 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:32.289 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:32.294 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=767, logTerm=3, entries=[1], commitIndex=767, globalIndex=767]
14:55:32.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=768, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656532290] to log at index 768
14:55:32.296 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=768]
14:55:32.297 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=767, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656532137]
14:55:32.297 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:32.299 [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]]
14:55:32.302 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:32.311 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=768, logTerm=3, entries=[1], commitIndex=768, globalIndex=768]
14:55:32.311 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=769, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656532303] to log at index 769
14:55:32.311 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=769]
14:55:32.312 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=768, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656532290]
14:55:32.546 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=769, logTerm=3, entries=[0], commitIndex=769, globalIndex=769]
14:55:32.546 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=769]
14:55:32.547 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=769, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656532303]
14:55:33.039 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Failed to connect to the cluster
14:55:33.044 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - Sending KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:33.044 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Connecting to localhost/127.0.0.1:5000
14:55:33.045 [copycat-client-3] DEBUG i.a.c.client.util.ClientConnection - Setting up connection to localhost/127.0.0.1:5000
14:55:33.046 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received ConnectRequest[client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d]
14:55:33.086 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=769, logTerm=3, entries=[0], commitIndex=769, globalIndex=769]
14:55:33.088 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=769]
14:55:33.091 [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]]
14:55:33.092 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received KeepAliveRequest[session=18, commandSequence=2, eventIndex=154]
14:55:33.102 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=769, logTerm=3, entries=[2], commitIndex=771, globalIndex=769]
14:55:33.104 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=770, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656532819] to log at index 770
14:55:33.105 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=771, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656533048] to log at index 771
14:55:33.106 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=771]
14:55:33.107 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=770, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656532819]
14:55:33.107 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=771, term=3, client=3e4bbf87-7ffd-4969-a63a-faa3ad46cf6d, address=localhost/127.0.0.1:5000, timestamp=1451656533048]
14:55:33.111 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=771, logTerm=3, entries=[2], commitIndex=772, globalIndex=771]
14:55:33.112 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=772, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533093] to log at index 772
14:55:33.113 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=773, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656533098] to log at index 773
14:55:33.114 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=773]
14:55:33.115 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=772, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533093]
14:55:33.116 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:33.118 [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]]
14:55:33.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=773, logTerm=3, entries=[1], commitIndex=773, globalIndex=773]
14:55:33.124 [copycat-client-3] DEBUG i.a.c.client.session.ClientSession - 18 - 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]]
14:55:33.124 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=774, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533117] to log at index 774
14:55:33.133 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=774]
14:55:33.135 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=773, term=3, session=18, commandSequence=2, eventIndex=154, timestamp=1451656533098]
14:55:33.139 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=774, logTerm=3, entries=[1], commitIndex=774, globalIndex=774]
14:55:33.144 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=775, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533135] to log at index 775
14:55:33.145 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=775]
14:55:33.146 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=774, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533117]
14:55:33.147 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=775, logTerm=3, entries=[1], commitIndex=775, globalIndex=775]
14:55:33.148 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=776, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533143] to log at index 776
14:55:33.150 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=776]
14:55:33.153 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=775, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533135]
14:55:33.155 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:33.156 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=776, logTerm=3, entries=[1], commitIndex=776, globalIndex=776]
14:55:33.162 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=777, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533151] to log at index 777
14:55:33.162 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=777]
14:55:33.164 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=776, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533143]
14:55:33.165 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=777, logTerm=3, entries=[1], commitIndex=777, globalIndex=777]
14:55:33.167 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=778, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533156] to log at index 778
14:55:33.176 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=778]
14:55:33.181 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=777, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533151]
14:55:33.188 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:33.189 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=778, logTerm=3, entries=[3], commitIndex=780, globalIndex=778]
14:55:33.195 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=779, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533167] to log at index 779
14:55:33.196 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=780, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533171] to log at index 780
14:55:33.196 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=781, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533180] to log at index 781
14:55:33.203 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=781]
14:55:33.204 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=778, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533156]
14:55:33.209 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=779, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533167]
14:55:33.210 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:33.211 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=780, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533171]
14:55:33.220 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=781, logTerm=3, entries=[2], commitIndex=783, globalIndex=781]
14:55:33.221 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=782, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533193] to log at index 782
14:55:33.221 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=783, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533208] to log at index 783
14:55:33.222 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=783]
14:55:33.223 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=781, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533180]
14:55:33.226 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:33.231 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=782, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533193]
14:55:33.232 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying KeepAliveEntry[index=783, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533208]
14:55:33.236 [copycat-server-localhost/127.0.0.1:5000] WARN i.a.c.s.state.ServerStateMachine - Unknown session: 10
14:55:33.241 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=783, logTerm=3, entries=[1], commitIndex=783, globalIndex=783]
14:55:33.244 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=784, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533216] to log at index 784
14:55:33.245 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=784]
14:55:33.256 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Received AppendRequest[term=3, leader=2130712285, logIndex=784, logTerm=3, entries=[2], commitIndex=785, globalIndex=784]
14:55:33.256 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended KeepAliveEntry[index=785, term=3, session=10, commandSequence=2, eventIndex=10, timestamp=1451656533230] to log at index 785
14:55:33.257 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Appended ConnectEntry[index=786, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp=1451656533243] to log at index 786
14:55:33.257 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.server.state.FollowerState - localhost/127.0.0.1:5000 - Sent AppendResponse[status=OK, term=3, succeeded=true, logIndex=786]
14:55:33.257 [copycat-server-localhost/127.0.0.1:5000] DEBUG i.a.c.s.state.ServerStateMachine - localhost/127.0.0.1:5000 - Applying ConnectEntry[index=784, term=3, client=980f3aca-3ecb-4486-bdac-f82669296093, address=localhost/127.0.0.1:5002, timestamp
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