Does this log come from the worker node or from the shards? It would be good to see the error logs from the server that this node was talking to when the exception was thrown.
Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Jun 28, 2016 at 1:06 PM, Roshan Kamble < roshan.kam...@smartstreamrdu.com> wrote: > Hello, > > we are using Solr 6.0.0 in CloudMode with 3 physical nodes and 3 shards > per collection. > > > we are using ParallelStream for our join searches. > > > Below error is observed when while searching with join query. > > > java.util.concurrent.ExecutionException: java.io.IOException: --> > http://XX:XX:XX:XX:8983/solr/WORKER_shard3_replica2/:Truncated chunk ( > expected size: 32768; actual size: 11096) > at java.util.concurrent.FutureTask.report(FutureTask.java:122) > at java.util.concurrent.FutureTask.get(FutureTask.java:192) > at > org.apache.solr.client.solrj.io.stream.CloudSolrStream.openStreams(CloudSolrStream.java:355) > ... 70 more > Caused by: java.io.IOException: --> > http://XX:XX:XX:XX?:8983/solr/WORKER_shard3_replica2/:Truncated > chunk ( expected size: 32768; actual size: 11096) > at > org.apache.solr.client.solrj.io.stream.SolrStream.read(SolrStream.java:201) > at > org.apache.solr.client.solrj.io.stream.CloudSolrStream$TupleWrapper.next(CloudSolrStream.java:449) > at > org.apache.solr.client.solrj.io.stream.CloudSolrStream$StreamOpener.call(CloudSolrStream.java:472) > at > org.apache.solr.client.solrj.io.stream.CloudSolrStream$StreamOpener.call(CloudSolrStream.java:459) > at java.util.concurrent.FutureTask.run(FutureTask.java:266) > at > org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > ... 1 more > > > Regards, > Roshan Kamble > > > ________________________________ > The information in this email is confidential and may be legally > privileged. It is intended solely for the addressee. Access to this email > by anyone else is unauthorised. If you are not the intended recipient, any > disclosure, copying, distribution or any action taken or omitted to be > taken in reliance on it, is prohibited and may be unlawful. >