# Errors on replicated setup

**URL:** https://discuss.elastic.co/t/errors-on-replicated-setup/9153
**Category:** Elasticsearch
**Created:** [September 26, 2012, 8:51am UTC](https://discuss.elastic.co/t/errors-on-replicated-setup/9153 "2012-09-26T08:51:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![vibrant](https://avatars.discourse-cdn.com/v4/letter/v/f6c823/32.png) [@vibrant](https://discuss.elastic.co/u/vibrant)
#### Post date: [September 26, 2012, 8:51am UTC](https://discuss.elastic.co/t/errors-on-replicated-setup/9153/1 "2012-09-26T08:51:47Z")

</div>

I have a setup with 2 servers:

openjdk version "1.7.0\_06"  
OpenJDK Runtime Environment (build 1.7.0\_06-b24)  
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)

elasticsearch-0.19.9

I have the following config on both:

cluster.name: elasticsearch  
node.name: "death" (and on the other node.name "life")  
discovery.zen.ping.multicast.enabled: true  
discovery.zen.ping.unicast.hosts: ["10.24.233.196","10.17.57.4"]

So I start adding documents to the 'life' node, and everything seems to be  
going good except from time to time I get the below logs/exceptions on both  
machines. Please tell me what I could be doing wrong.

[2012-09-26 08:45:15,963][WARN][cluster.action.shard] [death]  
received shard failed for [prod\_threads][0], node[mu\_BJdkWRkyYewRElqxzaw],  
[R], s[STARTED], reason [  
Failed to perform [index] on replica, message  
[RemoteTransportException[Failed to deserialize exception response from  
stream]; nested: TransportSerializationException[F  
ailed to deserialize exception response from stream]; nested:  
StreamCorruptedException[unexpected end of block data]; ]]

[2012-09-26 08:45:15,942][WARN][action.index] [life] Failed  
to perform index on replica [prod\_threads][0]  
org.elasticsearch.transport.RemoteTransportException: Failed to deserialize  
exception response from stream  
Caused by: org.elasticsearch.transport.TransportSerializationException:  
Failed to deserialize exception response from stream  
at  
org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:171)  
at  
org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:125)  
at  
org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75)  
at  
org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:565)  
at  
org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:793)  
at  
org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296)  
at  
org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:458)  
at  
org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:439)  
at  
org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)  
at  
org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75)  
at  
org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:565)  
at  
org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)  
at  
org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268)  
at  
org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255)  
at  
org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:94)  
at  
org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.processSelectedKeys(AbstractNioWorker.java:390)  
at  
org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:261)  
at  
org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:35)  
at  
org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)  
at  
org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)  
at  
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)  
at  
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)  
at java.lang.Thread.run(Thread.java:722)

Caused by: java.io.StreamCorruptedException: unexpected end of block data  
at  
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1369)  
at  
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964)  
at  
java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:498)  
at java.lang.Throwable.readObject(Throwable.java:913)  
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)  
at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
at java.lang.reflect.Method.invoke(Method.java:601)  
at  
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1004)  
at  
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1866)  
at  
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)  
at  
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)  
at  
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964)  
at  
java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:498)  
at java.lang.Throwable.readObject(Throwable.java:913)  
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)  
at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
at java.lang.reflect.Method.invoke(Method.java:601)  
at  
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1004)  
at  
java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1866)  
at  
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)  
at  
java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)  
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)  
at  
org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)  
... 22 more  
[2012-09-26 08:45:15,943][WARN][cluster.action.shard] [life] sending  
failed shard for [prod\_threads][0], node[mu\_BJdkWRkyYewRElqxzaw], [R],  
s[STARTED], reason [Failed to perform [index] on replica, message [Remote  
TransportException[Failed to deserialize exception response from stream];  
nested: TransportSerializationException[Failed to deserialize exception  
response from stream]; nested: StreamCorruptedException[unexpected end of  
block data]; ]]  
[2012-09-26 08:45:15,943][WARN][transport.netty] [life] Message  
not fully read (response) for [6224] handler  
org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction$AsyncShardOpe  
rationAction$4@29a198c9, error [true], resetting

--

---

<div class="post-metadata">

### Author: ![Sapana\_Patel](https://avatars.discourse-cdn.com/v4/letter/s/df788c/32.png) [@Sapana\_Patel](https://discuss.elastic.co/u/Sapana_Patel)
#### Post date: [February 15, 2013, 10:50am UTC](https://discuss.elastic.co/t/errors-on-replicated-setup/9153/2 "2013-02-15T10:50:45Z")

</div>

Hi,

I am facing same issue in my application  
Have you found the solution? please share the solution with all

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Germain\_Maurice](https://avatars.discourse-cdn.com/v4/letter/g/e9bcb4/32.png) [@Germain\_Maurice](https://discuss.elastic.co/u/Germain_Maurice)
#### Post date: [March 7, 2013, 3:08pm UTC](https://discuss.elastic.co/t/errors-on-replicated-setup/9153/3 "2013-03-07T15:08:21Z")

</div>

I have the same kind of this problem.  
I have a 2 nodes cluster on version 0.20.5, but previously have the same  
problem with 0.19.11.

Le mercredi 26 septembre 2012 10:51:47 UTC+2, vibrant a écrit :

> I have a setup with 2 servers:
> 
> openjdk version "1.7.0\_06"  
> OpenJDK Runtime Environment (build 1.7.0\_06-b24)  
> OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
> 
> elasticsearch-0.19.9
> 
> I have the following config on both:
> 
> cluster.name: elasticsearch  
> node.name: "death" (and on the other node.name "life")  
> discovery.zen.ping.multicast.enabled: true  
> discovery.zen.ping.unicast.hosts: ["10.24.233.196","10.17.57.4"]
> 
> So I start adding documents to the 'life' node, and everything seems to be  
> going good except from time to time I get the below logs/exceptions on both  
> machines. Please tell me what I could be doing wrong.
> 
> [2012-09-26 08:45:15,963][WARN][cluster.action.shard] [death]  
> received shard failed for [prod\_threads][0], node[mu\_BJdkWRkyYewRElqxzaw],  
> [R], s[STARTED], reason [  
> Failed to perform [index] on replica, message  
> [RemoteTransportException[Failed to deserialize exception response from  
> stream]; nested: TransportSerializationException[F  
> ailed to deserialize exception response from stream]; nested:  
> StreamCorruptedException[unexpected end of block data]; ]]
> 
> [2012-09-26 08:45:15,942][WARN][action.index] [life] Failed  
> to perform index on replica [prod\_threads][0]  
> org.elasticsearch.transport.RemoteTransportException: Failed to  
> deserialize exception response from stream  
> Caused by: org.elasticsearch.transport.TransportSerializationException:  
> Failed to deserialize exception response from stream  
> at  
> org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:171)  
> at  
> org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:125)  
> at  
> org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75)  
> at  
> org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:565)  
> at  
> org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:793)  
> at  
> org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296)  
> at  
> org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:458)  
> at  
> org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:439)  
> at  
> org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)  
> at  
> org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75)  
> at  
> org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:565)  
> at  
> org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)  
> at  
> org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268)  
> at  
> org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:94)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.processSelectedKeys(AbstractNioWorker.java:390)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:261)  
> at  
> org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:35)  
> at  
> org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)  
> at  
> org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)  
> at  
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)  
> at  
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)  
> at java.lang.Thread.run(Thread.java:722)
> 
> Caused by: java.io.StreamCorruptedException: unexpected end of block data  
> at  
> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1369)  
> at  
> java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964)  
> at  
> java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:498)  
> at java.lang.Throwable.readObject(Throwable.java:913)  
> at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)  
> at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> at java.lang.reflect.Method.invoke(Method.java:601)  
> at  
> java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1004)  
> at  
> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1866)  
> at  
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)  
> at  
> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)  
> at  
> java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964)  
> at  
> java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:498)  
> at java.lang.Throwable.readObject(Throwable.java:913)  
> at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)  
> at  
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> at java.lang.reflect.Method.invoke(Method.java:601)  
> at  
> java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1004)  
> at  
> java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1866)  
> at  
> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)  
> at  
> java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)  
> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)  
> at  
> org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)  
> ... 22 more  
> [2012-09-26 08:45:15,943][WARN][cluster.action.shard] [life] sending  
> failed shard for [prod\_threads][0], node[mu\_BJdkWRkyYewRElqxzaw], [R],  
> s[STARTED], reason [Failed to perform [index] on replica, message [Remote  
> TransportException[Failed to deserialize exception response from stream];  
> nested: TransportSerializationException[Failed to deserialize exception  
> response from stream]; nested: StreamCorruptedException[unexpected end of  
> block data]; ]]  
> [2012-09-26 08:45:15,943][WARN][transport.netty] [life] Message  
> not fully read (response) for [6224] handler  
> org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction$AsyncShardOpe  
> rationAction$4@29a198c9, error [true], resetting

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![Mohammady\_Mahdy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mohammady_mahdy/32/2128_2.png) [@Mohammady\_Mahdy](https://discuss.elastic.co/u/Mohammady_Mahdy)
#### Post date: [March 8, 2013, 4:56am UTC](https://discuss.elastic.co/t/errors-on-replicated-setup/9153/4 "2013-03-08T04:56:26Z")

</div>

I've seen this before when your nodes are not the exact same version

On Thursday, March 7, 2013 5:08:21 PM UTC+2, Gmaurice wrote:

> I have the same kind of this problem.  
> I have a 2 nodes cluster on version 0.20.5, but previously have the same  
> problem with 0.19.11.
> 
> Le mercredi 26 septembre 2012 10:51:47 UTC+2, vibrant a écrit :
> 
> > I have a setup with 2 servers:
> > 
> > openjdk version "1.7.0\_06"  
> > OpenJDK Runtime Environment (build 1.7.0\_06-b24)  
> > OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)
> > 
> > elasticsearch-0.19.9
> > 
> > I have the following config on both:
> > 
> > cluster.name: elasticsearch  
> > node.name: "death" (and on the other node.name "life")  
> > discovery.zen.ping.multicast.enabled: true  
> > discovery.zen.ping.unicast.hosts: ["10.24.233.196","10.17.57.4"]
> > 
> > So I start adding documents to the 'life' node, and everything seems to  
> > be going good except from time to time I get the below logs/exceptions on  
> > both machines. Please tell me what I could be doing wrong.
> > 
> > [2012-09-26 08:45:15,963][WARN][cluster.action.shard] [death]  
> > received shard failed for [prod\_threads][0], node[mu\_BJdkWRkyYewRElqxzaw],  
> > [R], s[STARTED], reason [  
> > Failed to perform [index] on replica, message  
> > [RemoteTransportException[Failed to deserialize exception response from  
> > stream]; nested: TransportSerializationException[F  
> > ailed to deserialize exception response from stream]; nested:  
> > StreamCorruptedException[unexpected end of block data]; ]]
> > 
> > [2012-09-26 08:45:15,942][WARN][action.index] [life] Failed  
> > to perform index on replica [prod\_threads][0]  
> > org.elasticsearch.transport.RemoteTransportException: Failed to  
> > deserialize exception response from stream  
> > Caused by: org.elasticsearch.transport.TransportSerializationException:  
> > Failed to deserialize exception response from stream  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:171)  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:125)  
> > at  
> > org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:565)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:793)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:296)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:458)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.callDecode(FrameDecoder.java:439)  
> > at  
> > org.elasticsearch.common.netty.handler.codec.frame.FrameDecoder.messageReceived(FrameDecoder.java:303)  
> > at  
> > org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:75)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:565)  
> > at  
> > org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:560)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:268)  
> > at  
> > org.elasticsearch.common.netty.channel.Channels.fireMessageReceived(Channels.java:255)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.NioWorker.read(NioWorker.java:94)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.processSelectedKeys(AbstractNioWorker.java:390)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:261)  
> > at  
> > org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:35)  
> > at  
> > org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:102)  
> > at  
> > org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42)  
> > at  
> > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)  
> > at  
> > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)  
> > at java.lang.Thread.run(Thread.java:722)
> > 
> > Caused by: java.io.StreamCorruptedException: unexpected end of block data  
> > at  
> > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1369)  
> > at  
> > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964)  
> > at  
> > java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:498)  
> > at java.lang.Throwable.readObject(Throwable.java:913)  
> > at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)  
> > at  
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> > at java.lang.reflect.Method.invoke(Method.java:601)  
> > at  
> > java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1004)  
> > at  
> > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1866)  
> > at  
> > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)  
> > at  
> > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)  
> > at  
> > java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1964)  
> > at  
> > java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:498)  
> > at java.lang.Throwable.readObject(Throwable.java:913)  
> > at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)  
> > at  
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  
> > at java.lang.reflect.Method.invoke(Method.java:601)  
> > at  
> > java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1004)  
> > at  
> > java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1866)  
> > at  
> > java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1771)  
> > at  
> > java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1347)  
> > at  
> > java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)  
> > at  
> > org.elasticsearch.transport.netty.MessageChannelHandler.handlerResponseError(MessageChannelHandler.java:169)  
> > ... 22 more  
> > [2012-09-26 08:45:15,943][WARN][cluster.action.shard] [life]  
> > sending failed shard for [prod\_threads][0], node[mu\_BJdkWRkyYewRElqxzaw],  
> > [R], s[STARTED], reason [Failed to perform [index] on replica, message  
> > [Remote  
> > TransportException[Failed to deserialize exception response from stream];  
> > nested: TransportSerializationException[Failed to deserialize exception  
> > response from stream]; nested: StreamCorruptedException[unexpected end of  
> > block data]; ]]  
> > [2012-09-26 08:45:15,943][WARN][transport.netty] [life]  
> > Message not fully read (response) for [6224] handler  
> > org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction$AsyncShardOpe  
> > rationAction$4@29a198c9, error [true], resetting

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:47am UTC](https://discuss.elastic.co/t/errors-on-replicated-setup/9153/5 "2017-07-06T02:47:39Z")

</div>


