Hi we are using Solr 6.1.0 version. We have done a Master/Slave Setup where in Slaves we have enabled replication polling after 300 seconds
But after every replication poll, we are getting an error : Index Fetch Failed: opening NewSearcher called on closed core. We have enabled softcommit after 300000 ms and hardcommit with 25000 docs and 60000 secs In slaves we have kept opensearcher true in case of hardcommit. we are really not sure if this issue has anything to do with our commit strategy. Please let me know if there is any possible explanation for why this is happening. >From logs analysis , I observerd Caching Directory Factory is closing the core and after that Replication Handler starts throwing this exception. Does this exception will have any impact on memory consumption on slaves?? -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html