Within Solr Cloud 4.6.0,I have a master core and indexing to it using
DIH.In the meantime,I also update indexes with solrJ.
Things go well until I create a replication of the master,Exception comes
out as [1].

When do I get this exception?


[1]---------------------------
org.apache.solr.common.SolrException: Internal Server Error request:
http://10.1.22.1:8082/solr/tv_201404_r1/update?update.distrib=FROMLEADER&distrib.from=http%3A%2F%2F10.1.22.1%3A8080%2Fsolr%2Ftv_201404%2F&wt=javabin&version=2
    at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrServer$Runner.run(ConcurrentUpdateSolrServer.java:240)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
    at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
    at java.lang.Thread.run(Thread.java:662)
4495502413 [http-bio-8080-exec-114] INFO
org.apache.solr.update.processor.LogUpdateProcessor  – [tv_201404]
webapp=/solr path=/update params={wt=javabin&version=2}
{add=[LKLPOSLK008354580025420424103438 (1466234083906420736)]} 0 2
4495502413 [updateExecutor-1-thread-234] INFO
org.apache.solr.update.processor.DistributedUpdateProcessor  – try and ask
http://10.1.22.1:8082/solr to recover

Reply via email to