Hi Team We are getting continous replication errors on our slaves . The stack trace of which is the following :
Index fetch failed :org.apache.solr.common.SolrException: openNewSearcher called on closed core at org.apache.solr.core.SolrCore.openNewSearcher(SolrCore.java:1516) at org.apache.solr.core.SolrCore.getSearcher(SolrCore.java:1753) at org.apache.solr.handler.IndexFetcher.openNewSearcherAndUpdateCommitPoint(IndexFetcher.java:734) at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:511) at org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:251) at org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:388) at org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$62(ReplicationHandler.java:1089) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run( Replication settings on slave is with poll interval of 60 secs. there are hardly more than 6k docs and we are not having any frequent queries also but still memory consumption is going very high. please help Regards Rubi Hali