06:13:07.724 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverSslTestIT-Server567339639242250757dir (mmap=false)
06:13:07.732 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverSslTestIT-Client1644832857668842735dir (mmap=false)
06:13:08.873 ERROR [nioEventLoopGroup-3-1] StandbyServerHandler.java:202 Exception occurred: not an SSL/TLS record: 5374616e6462792d434d444063653331376439312d626361322d346263632d613537652d6631393862303331383266363a680d0a
io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: 5374616e6462792d434d444063653331376439312d626361322d346263632d613537652d6631393862303331383266363a680d0a
	at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:860) ~[netty-handler-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:13:08.876 ERROR [nioEventLoopGroup-4-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.codec.DecoderException: java.io.IOException: Received unexpected empty frame. Maybe you have enabled secure transmission on only one endpoint of the connection.
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:213) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [netty-handler-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
Caused by: java.io.IOException: Received unexpected empty frame. Maybe you have enabled secure transmission on only one endpoint of the connection.
	at org.apache.jackrabbit.oak.plugins.segment.standby.codec.RecordIdDecoder.decode(RecordIdDecoder.java:51) ~[classes/:na]
	at io.netty.handler.codec.LengthFieldBasedFrameDecoder.decode(LengthFieldBasedFrameDecoder.java:343) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.decodeLast(ByteToMessageDecoder.java:304) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:208) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	... 16 common frames omitted
06:13:09.084 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverSslTestIT-Server567339639242250757dir
06:13:09.222 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverSslTestIT-Client1644832857668842735dir
06:13:09.233 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverSslTestIT-Server4850504445018251451dir (mmap=false)
06:13:09.235 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverSslTestIT-Client4636252259198271344dir (mmap=false)
06:13:09.617 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverSslTestIT-Server4850504445018251451dir
06:13:09.754 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverSslTestIT-Client4636252259198271344dir
06:13:09.757 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverSslTestIT-Server7336658981990176270dir (mmap=false)
06:13:09.758 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverSslTestIT-Client391805746385133828dir (mmap=false)
06:13:09.863 ERROR [nioEventLoopGroup-9-1] StandbyServerHandler.java:202 Exception occurred: null
java.lang.NullPointerException: null
	at org.apache.jackrabbit.oak.plugins.segment.standby.server.StandbyServerHandler.channelRead0(StandbyServerHandler.java:147) ~[classes/:na]
	at org.apache.jackrabbit.oak.plugins.segment.standby.server.StandbyServerHandler.channelRead0(StandbyServerHandler.java:42) ~[classes/:na]
	at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:13:09.864 ERROR [nioEventLoopGroup-9-1] StandbyServerHandler.java:202 Exception occurred: null
java.lang.NullPointerException: null
	at org.apache.jackrabbit.oak.plugins.segment.standby.server.StandbyServerHandler.channelRead0(StandbyServerHandler.java:147) ~[classes/:na]
	at org.apache.jackrabbit.oak.plugins.segment.standby.server.StandbyServerHandler.channelRead0(StandbyServerHandler.java:42) ~[classes/:na]
	at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:13:14.859 ERROR [nioEventLoopGroup-10-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.timeout.ReadTimeoutException: null
06:13:14.861 ERROR [nioEventLoopGroup-10-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.codec.DecoderException: java.io.IOException: Received unexpected empty frame. Maybe you have enabled secure transmission on only one endpoint of the connection.
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:213) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [netty-handler-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.ssl.SslHandler.channelInactive(SslHandler.java:606) [netty-handler-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
Caused by: java.io.IOException: Received unexpected empty frame. Maybe you have enabled secure transmission on only one endpoint of the connection.
	at org.apache.jackrabbit.oak.plugins.segment.standby.codec.RecordIdDecoder.decode(RecordIdDecoder.java:51) ~[classes/:na]
	at io.netty.handler.codec.LengthFieldBasedFrameDecoder.decode(LengthFieldBasedFrameDecoder.java:343) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.decodeLast(ByteToMessageDecoder.java:304) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:208) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	... 20 common frames omitted
06:13:14.957 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverSslTestIT-Server7336658981990176270dir
06:13:15.000 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverSslTestIT-Client391805746385133828dir
06:13:15.006 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverMultipleClientsTestIT-Server7717280912819395341dir (mmap=false)
06:13:15.009 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverMultipleClientsTestIT-Client8617700508357578045dir (mmap=false)
06:13:15.011 INFO  [main] FileStore.java:427                TarMK opened: target/FailoverMultipleClientsTestIT-Client22842021747801358219dir (mmap=false)
06:13:15.317 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverMultipleClientsTestIT-Server7717280912819395341dir
06:13:15.454 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverMultipleClientsTestIT-Client8617700508357578045dir
06:13:15.581 INFO  [main] FileStore.java:791                TarMK closed: target/FailoverMultipleClientsTestIT-Client22842021747801358219dir
06:13:15.611 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server8549625842317240938dir (mmap=false)
06:13:15.614 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client5138238404504145425dir (mmap=false)
06:13:15.902 ERROR [nioEventLoopGroup-21-1] SegmentLoaderHandler.java:82 Exception caught, closing channel.
io.netty.handler.codec.DecoderException: java.lang.IllegalArgumentException: minimumReadableBytes: -3932156 (expected: >= 0)
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:280) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
Caused by: java.lang.IllegalArgumentException: minimumReadableBytes: -3932156 (expected: >= 0)
	at io.netty.buffer.AbstractByteBuf.checkReadableBytes(AbstractByteBuf.java:1172) ~[netty-buffer-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.buffer.AbstractByteBuf.skipBytes(AbstractByteBuf.java:741) ~[netty-buffer-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:129) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	... 12 common frames omitted
06:13:20.898 ERROR [pool-6-thread-1] StandbyStore.java:165  could NOT read segment ff9029a6-b967-49ba-a965-18652e4d4c3d
06:13:21.330 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server8549625842317240938dir
06:13:21.450 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client5138238404504145425dir
06:13:21.460 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server5232914880166045363dir (mmap=false)
06:13:21.464 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client9092475607410559930dir (mmap=false)
06:13:22.485 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server5232914880166045363dir
06:13:22.591 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client9092475607410559930dir
06:13:22.603 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server7415027378810649361dir (mmap=false)
06:13:22.605 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client981315062491582806dir (mmap=false)
06:13:23.156 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server7415027378810649361dir
06:13:23.306 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client981315062491582806dir
06:13:23.318 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server3218386598744757191dir (mmap=false)
06:13:23.320 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client5989640759952529139dir (mmap=false)
06:13:23.648 INFO  [nioEventLoopGroup-37-1] NetworkErrorProxy.java:288 FlipHandler flips byte at offset 150000
06:13:23.660 ERROR [nioEventLoopGroup-36-1] SegmentLoaderHandler.java:82 Exception caught, closing channel.
io.netty.handler.codec.compression.DecompressionException: mismatching checksum: 824376a9 (expected: 49baf14f)
	at io.netty.handler.codec.compression.Snappy.validateChecksum(Snappy.java:654) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:178) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:13:24.102 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server3218386598744757191dir
06:13:24.253 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client5989640759952529139dir
06:13:24.262 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server1714937497349288490dir (mmap=false)
06:13:24.264 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client28273005173183193dir (mmap=false)
06:13:24.515 INFO  [nioEventLoopGroup-45-1] NetworkErrorProxy.java:288 FlipHandler flips byte at offset 150
06:13:24.516 ERROR [nioEventLoopGroup-44-1] SegmentLoaderHandler.java:82 Exception caught, closing channel.
io.netty.handler.codec.compression.DecompressionException: mismatching checksum: a282ac55 (expected: a282904a)
	at io.netty.handler.codec.compression.Snappy.validateChecksum(Snappy.java:654) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:178) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:13:24.972 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server1714937497349288490dir
06:13:25.116 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client28273005173183193dir
06:13:25.125 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server147305460380319287dir (mmap=false)
06:13:25.127 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client1180125770344590622dir (mmap=false)
06:13:29.514 ERROR [pool-13-thread-1] StandbyStore.java:165 could NOT read segment 247bb7dd-8a7a-4caa-a714-5fdd79157afc
06:13:30.345 ERROR [pool-15-thread-1] StandbyStore.java:165 could NOT read segment 6faf80bb-6c56-4999-a110-3c0a8a964cee
06:13:35.346 ERROR [pool-15-thread-1] StandbyStore.java:165 could NOT read segment 6faf80bb-6c56-4999-a110-3c0a8a964cee
06:13:40.347 ERROR [pool-15-thread-1] StandbyStore.java:165 could NOT read segment 6faf80bb-6c56-4999-a110-3c0a8a964cee
06:13:45.347 ERROR [pool-15-thread-1] StandbyStore.java:165 could NOT read segment 6faf80bb-6c56-4999-a110-3c0a8a964cee
06:13:50.348 ERROR [pool-15-thread-1] StandbyStore.java:165 could NOT read segment 6faf80bb-6c56-4999-a110-3c0a8a964cee
06:13:50.728 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server147305460380319287dir
06:13:50.882 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client1180125770344590622dir
06:13:50.900 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server2632795027497104541dir (mmap=false)
06:13:50.906 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client6923681437317695798dir (mmap=false)
06:13:51.121 INFO  [nioEventLoopGroup-61-1] NetworkErrorProxy.java:288 FlipHandler flips byte at offset 150
06:13:51.123 ERROR [nioEventLoopGroup-60-1] SegmentLoaderHandler.java:82 Exception caught, closing channel.
io.netty.handler.codec.compression.DecompressionException: mismatching checksum: a28244c8 (expected: a28228d7)
	at io.netty.handler.codec.compression.Snappy.validateChecksum(Snappy.java:654) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:178) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:13:56.120 ERROR [pool-17-thread-1] StandbyStore.java:165 could NOT read segment bc80fa85-4fef-48d1-aed1-b8302236f36b
06:13:56.492 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server2632795027497104541dir
06:13:56.662 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client6923681437317695798dir
06:13:56.673 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server6724643068715508145dir (mmap=false)
06:13:56.677 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client8467052795857096460dir (mmap=false)
06:13:57.029 INFO  [nioEventLoopGroup-69-1] NetworkErrorProxy.java:288 FlipHandler flips byte at offset 150000
06:13:57.034 ERROR [nioEventLoopGroup-68-1] SegmentLoaderHandler.java:82 Exception caught, closing channel.
io.netty.handler.codec.compression.DecompressionException: mismatching checksum: a282b4bb (expected: a2822f1d)
	at io.netty.handler.codec.compression.Snappy.validateChecksum(Snappy.java:654) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:178) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:13:57.375 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server6724643068715508145dir
06:13:57.512 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client8467052795857096460dir
06:13:57.523 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Server7127199145620595851dir (mmap=false)
06:13:57.526 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalPrivateStoreIT-Client6160342841271952491dir (mmap=false)
06:13:57.771 INFO  [nioEventLoopGroup-77-1] NetworkErrorProxy.java:288 FlipHandler flips byte at offset 0
06:13:57.773 ERROR [nioEventLoopGroup-76-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.codec.compression.DecompressionException: Received RESERVED_SKIPPABLE tag before STREAM_IDENTIFIER
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:121) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [netty-handler-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:14:02.773 ERROR [nioEventLoopGroup-76-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.timeout.ReadTimeoutException: null
06:14:02.774 ERROR [nioEventLoopGroup-76-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.codec.DecoderException: java.io.IOException: Received unexpected empty frame. Maybe you have enabled secure transmission on only one endpoint of the connection.
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:213) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [netty-handler-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
Caused by: java.io.IOException: Received unexpected empty frame. Maybe you have enabled secure transmission on only one endpoint of the connection.
	at org.apache.jackrabbit.oak.plugins.segment.standby.codec.RecordIdDecoder.decode(RecordIdDecoder.java:51) ~[classes/:na]
	at io.netty.handler.codec.LengthFieldBasedFrameDecoder.decode(LengthFieldBasedFrameDecoder.java:343) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.decodeLast(ByteToMessageDecoder.java:304) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:208) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	... 16 common frames omitted
06:14:03.176 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Server7127199145620595851dir
06:14:03.300 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalPrivateStoreIT-Client6160342841271952491dir
06:14:03.319 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server7669370960146600521dir (mmap=false)
06:14:03.321 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client2079884773516344299dir (mmap=false)
06:14:08.567 ERROR [pool-22-thread-1] StandbyStore.java:165 could NOT read segment 5bc9b9d6-68a0-48e5-a2f5-6cef67ede885
06:14:13.568 ERROR [pool-22-thread-1] StandbyStore.java:165 could NOT read segment 5bc9b9d6-68a0-48e5-a2f5-6cef67ede885
06:14:18.568 ERROR [pool-22-thread-1] StandbyStore.java:165 could NOT read segment 5bc9b9d6-68a0-48e5-a2f5-6cef67ede885
06:14:23.569 ERROR [pool-22-thread-1] StandbyStore.java:165 could NOT read segment 5bc9b9d6-68a0-48e5-a2f5-6cef67ede885
06:14:28.570 ERROR [pool-22-thread-1] StandbyStore.java:165 could NOT read segment 5bc9b9d6-68a0-48e5-a2f5-6cef67ede885
06:14:28.712 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server7669370960146600521dir
06:14:28.884 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client2079884773516344299dir
06:14:28.890 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server4555385217100630037dir (mmap=false)
06:14:28.899 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client2715374299723562633dir (mmap=false)
06:14:29.518 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server4555385217100630037dir
06:14:29.714 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client2715374299723562633dir
06:14:29.725 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server1428970986445367199dir (mmap=false)
06:14:29.727 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client3584926400957836621dir (mmap=false)
06:14:30.101 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server1428970986445367199dir
06:14:30.245 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client3584926400957836621dir
06:14:30.252 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server3477830740424107367dir (mmap=false)
06:14:30.254 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client7470049566456860324dir (mmap=false)
06:14:30.888 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server3477830740424107367dir
06:14:31.032 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client7470049566456860324dir
06:14:31.041 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server326601961095358320dir (mmap=false)
06:14:31.043 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client2071374186145906272dir (mmap=false)
06:14:31.297 INFO  [nioEventLoopGroup-108-1] NetworkErrorProxy.java:288 FlipHandler flips byte at offset 150
06:14:31.298 ERROR [nioEventLoopGroup-107-1] SegmentLoaderHandler.java:82 Exception caught, closing channel.
io.netty.handler.codec.compression.DecompressionException: mismatching checksum: 4935ba6 (expected: ae6eff99)
	at io.netty.handler.codec.compression.Snappy.validateChecksum(Snappy.java:654) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:178) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:14:31.632 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server326601961095358320dir
06:14:31.766 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client2071374186145906272dir
06:14:31.775 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server3040772549082139916dir (mmap=false)
06:14:31.777 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client3666776491007396939dir (mmap=false)
06:14:36.296 ERROR [pool-29-thread-1] StandbyStore.java:165 could NOT read segment fe213375-5bcd-4cf1-a261-60252f1637df
06:14:37.017 ERROR [pool-31-thread-1] StandbyStore.java:165 could NOT read segment d205e1aa-08ff-4857-ab08-3b8dceaeddf4
06:14:42.018 ERROR [pool-31-thread-1] StandbyStore.java:165 could NOT read segment d205e1aa-08ff-4857-ab08-3b8dceaeddf4
06:14:47.019 ERROR [pool-31-thread-1] StandbyStore.java:165 could NOT read segment d205e1aa-08ff-4857-ab08-3b8dceaeddf4
06:14:52.019 ERROR [pool-31-thread-1] StandbyStore.java:165 could NOT read segment d205e1aa-08ff-4857-ab08-3b8dceaeddf4
06:14:57.020 ERROR [pool-31-thread-1] StandbyStore.java:165 could NOT read segment d205e1aa-08ff-4857-ab08-3b8dceaeddf4
06:14:57.356 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server3040772549082139916dir
06:14:57.508 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client3666776491007396939dir
06:14:57.562 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server3257780468217908923dir (mmap=false)
06:14:57.565 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client6457499932341399497dir (mmap=false)
06:14:57.799 INFO  [nioEventLoopGroup-124-1] NetworkErrorProxy.java:288 FlipHandler flips byte at offset 150
06:14:57.801 ERROR [nioEventLoopGroup-123-1] SegmentLoaderHandler.java:82 Exception caught, closing channel.
io.netty.handler.codec.compression.DecompressionException: mismatching checksum: 7aa31362 (expected: 545f375d)
	at io.netty.handler.codec.compression.Snappy.validateChecksum(Snappy.java:654) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:178) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:14:57.822 WARN  [main] NetworkErrorProxy.java:79         Unable to start proxy on port 41398: Address already in use
java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method) ~[na:1.7.0_80]
	at sun.nio.ch.Net.bind(Net.java:463) ~[na:1.7.0_80]
	at sun.nio.ch.Net.bind(Net.java:455) ~[na:1.7.0_80]
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.7.0_80]
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.7.0_80]
	at io.netty.channel.socket.nio.NioServerSocketChannel.doBind(NioServerSocketChannel.java:125) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:475) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1021) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:455) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:844) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:194) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:340) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) ~[netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) ~[netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) ~[netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) ~[na:1.7.0_80]
06:14:57.827 ERROR [main] StandbyClient.java:185            Failed synchronizing state.
java.net.ConnectException: Connection refused: /127.0.0.1:41398
	at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.7.0_80]
	at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744) ~[na:1.7.0_80]
	at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:208) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:287) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:528) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) ~[netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) ~[netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) ~[netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) ~[na:1.7.0_80]
06:14:58.037 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server3257780468217908923dir
06:14:58.204 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client6457499932341399497dir
06:14:58.214 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server3455745315045044933dir (mmap=false)
06:14:58.216 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client2750270428741858000dir (mmap=false)
06:14:58.688 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server3455745315045044933dir
06:14:58.872 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client2750270428741858000dir
06:14:58.877 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Server7992249896904772392dir (mmap=false)
06:14:58.879 INFO  [main] FileStore.java:427                TarMK opened: target/ExternalSharedStoreIT-Client8154379238706325080dir (mmap=false)
06:14:59.096 INFO  [nioEventLoopGroup-139-1] NetworkErrorProxy.java:288 FlipHandler flips byte at offset 0
06:14:59.097 ERROR [nioEventLoopGroup-138-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.codec.compression.DecompressionException: Received RESERVED_SKIPPABLE tag before STREAM_IDENTIFIER
	at io.netty.handler.codec.compression.SnappyFramedDecoder.decode(SnappyFramedDecoder.java:121) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:249) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:149) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150) [netty-handler-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
06:15:02.798 ERROR [pool-33-thread-1] StandbyStore.java:165 could NOT read segment d630fc12-326d-48b5-a0ce-2978bf715729
06:15:04.097 ERROR [nioEventLoopGroup-138-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.timeout.ReadTimeoutException: null
06:15:04.098 ERROR [nioEventLoopGroup-138-1] StandbyClientHandler.java:92 Exception caught, closing channel.
io.netty.handler.codec.DecoderException: java.io.IOException: Received unexpected empty frame. Maybe you have enabled secure transmission on only one endpoint of the connection.
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:213) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:228) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.ChannelInboundHandlerAdapter.channelInactive(ChannelInboundHandlerAdapter.java:75) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.timeout.ReadTimeoutHandler.channelInactive(ReadTimeoutHandler.java:144) [netty-handler-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:233) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:219) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.DefaultChannelPipeline.fireChannelInactive(DefaultChannelPipeline.java:769) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.AbstractChannel$AbstractUnsafe$5.run(AbstractChannel.java:567) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357) [netty-transport-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:137) [netty-common-4.0.23.Final.jar:4.0.23.Final]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_80]
Caused by: java.io.IOException: Received unexpected empty frame. Maybe you have enabled secure transmission on only one endpoint of the connection.
	at org.apache.jackrabbit.oak.plugins.segment.standby.codec.RecordIdDecoder.decode(RecordIdDecoder.java:51) ~[classes/:na]
	at io.netty.handler.codec.LengthFieldBasedFrameDecoder.decode(LengthFieldBasedFrameDecoder.java:343) ~[netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.decodeLast(ByteToMessageDecoder.java:304) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	at io.netty.handler.codec.ByteToMessageDecoder.channelInactive(ByteToMessageDecoder.java:208) [netty-codec-4.0.23.Final.jar:4.0.23.Final]
	... 16 common frames omitted
06:15:04.229 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Server7992249896904772392dir
06:15:04.339 INFO  [main] FileStore.java:791                TarMK closed: target/ExternalSharedStoreIT-Client8154379238706325080dir
06:15:04.351 INFO  [main] FileStore.java:427                TarMK opened: target/StandbyTestIT-Server8055462017957846279dir (mmap=false)
06:15:04.353 INFO  [main] FileStore.java:427                TarMK opened: target/StandbyTestIT-Client3004707356978528078dir (mmap=false)
06:15:36.855 INFO  [main] FileStore.java:1066               TarMK revision cleanup started. Current repository size 5.1 MB
06:15:37.013 INFO  [main] TarReader.java:702                Cleaned segments from data00004a.tar: 
        5d70e5ab-e651-4009-a767-5c8e88be4f31, 3e226c52-d5cd-4588-a00d-94f876f301a6, c1f6549d-968e-4503-aaae-a21d7b2de8c2
06:15:37.013 INFO  [main] FileStore.java:1066               TarMK revision cleanup reclaiming data00004a.tar
06:15:37.014 INFO  [main] TarReader.java:702                Cleaned segments from data00003a.tar: 
        6a982fd9-df1f-4879-ac79-fb30d68ba35b, 5726a9f7-5cff-4f63-a326-ed08bc39c242, ea5adb21-93ad-430a-afb6-a9714f958fa6, dfbce584-8c63-4ea2-acd3-110b4e89a2c4
06:15:37.014 INFO  [main] FileStore.java:1066               TarMK revision cleanup reclaiming data00003a.tar
06:15:37.015 INFO  [main] TarReader.java:702                Cleaned segments from data00002a.tar: 
        0df4b02c-168e-45e6-aaf7-d1a55c924219, c4f4ccf6-3576-4534-a3d7-75f6eb303c9b, af4bd44b-7967-4024-a63d-934b9202a18b, 8ce04d37-45b5-4117-ad17-f007799d0139
06:15:37.015 INFO  [main] FileStore.java:1066               TarMK revision cleanup reclaiming data00002a.tar
06:15:37.017 INFO  [main] TarReader.java:702                Cleaned segments from data00001a.tar: 
        2cd76be5-e125-463b-a4f6-9c2446e8a8f6, 5c6ffc7c-9db0-4cab-acb0-6c83d70297fd, bfd945e1-849f-4198-ada1-f33717addd07, 000053e7-6d68-4e39-a8ef-d4ede9a8cf65
06:15:37.017 INFO  [main] FileStore.java:1066               TarMK revision cleanup reclaiming data00001a.tar
06:15:37.018 INFO  [main] FileStore.java:1066               TarMK revision cleanup completed in 163.2 ms. Post cleanup size is 1.1 MB and space reclaimed 3.9 MB. Compaction map weight/depth is 364 B/1.
06:15:37.132 INFO  [main] FileStore.java:1066               TarMK revision cleanup started. Current repository size 1.1 MB
06:15:37.293 INFO  [main] FileStore.java:1066               TarMK revision cleanup completed in 160.8 ms. Post cleanup size is 1.2 MB and space reclaimed 0. Compaction map weight/depth is 364 B/1.
06:15:37.401 INFO  [main] FileStore.java:1066               TarMK revision cleanup started. Current repository size 1.2 MB
06:15:37.482 INFO  [main] FileStore.java:1066               TarMK revision cleanup completed in 81.10 ms. Post cleanup size is 1.2 MB and space reclaimed 0. Compaction map weight/depth is 364 B/1.
06:15:37.572 INFO  [main] FileStore.java:1066               TarMK revision cleanup started. Current repository size 1.2 MB
06:15:37.656 INFO  [main] FileStore.java:1066               TarMK revision cleanup completed in 84.55 ms. Post cleanup size is 1.2 MB and space reclaimed 0. Compaction map weight/depth is 364 B/1.
06:15:37.830 INFO  [main] FileStore.java:1066               TarMK revision cleanup started. Current repository size 1.2 MB
06:15:38.033 INFO  [main] FileStore.java:1066               TarMK revision cleanup completed in 202.4 ms. Post cleanup size is 1.2 MB and space reclaimed 0. Compaction map weight/depth is 364 B/1.
06:15:38.180 INFO  [main] FileStore.java:791                TarMK closed: target/StandbyTestIT-Server8055462017957846279dir
06:15:38.345 INFO  [main] FileStore.java:791                TarMK closed: target/StandbyTestIT-Client3004707356978528078dir
06:15:38.352 INFO  [main] FileStore.java:427                TarMK opened: target/RecoverTestIT-Server1806354226248773274dir (mmap=false)
06:15:38.355 INFO  [main] FileStore.java:427                TarMK opened: target/RecoverTestIT-Client7188311497259302067dir (mmap=false)
06:15:43.443 ERROR [pool-42-thread-1] StandbyStore.java:165 could NOT read segment b5cc0376-abc2-4dab-ace8-79154f6f090b
06:15:48.444 ERROR [pool-42-thread-1] StandbyStore.java:165 could NOT read segment b5cc0376-abc2-4dab-ace8-79154f6f090b
06:15:53.445 ERROR [pool-42-thread-1] StandbyStore.java:165 could NOT read segment b5cc0376-abc2-4dab-ace8-79154f6f090b
06:15:58.445 ERROR [pool-42-thread-1] StandbyStore.java:165 could NOT read segment b5cc0376-abc2-4dab-ace8-79154f6f090b
06:16:03.446 ERROR [pool-42-thread-1] StandbyStore.java:165 could NOT read segment b5cc0376-abc2-4dab-ace8-79154f6f090b
06:16:03.572 INFO  [main] FileStore.java:791                TarMK closed: target/RecoverTestIT-Server1806354226248773274dir
06:16:03.740 INFO  [main] FileStore.java:791                TarMK closed: target/RecoverTestIT-Client7188311497259302067dir
06:16:03.743 INFO  [main] FileStore.java:427                TarMK opened: target/RecoverTestIT-Server1487165704159944263dir (mmap=false)
06:16:03.746 INFO  [main] FileStore.java:427                TarMK opened: target/RecoverTestIT-Client7978558786295237406dir (mmap=false)
06:16:03.953 INFO  [main] FileStore.java:791                TarMK closed: target/RecoverTestIT-Server1487165704159944263dir
06:16:04.077 INFO  [main] FileStore.java:791                TarMK closed: target/RecoverTestIT-Client7978558786295237406dir
