Hi I am using solr 6.1 version. Getting A continous warning in both master slaves as *Performance Warning: Overlapping on DeckSearchers=2 *
*Analyzed after the same warning on slaves replication starts throwing index fetch failed error as not able to open a new searcher* *went through some online blogs or posts , where it says to not have frequent commits or increase warming searchers* *But increasing the warming searchers doesnt seem to be a good idea as that will impact my query performance* *Commits are explicity made by my application. I have disabled any soft commit and autocommit in my solrconfig.xml by assigning value as -1 to the same.* *Please help if any good suggestions to resolve the same* *Thanks in advance!*