Hey guys, I've doing some tests sharing the same index between three Solr servers:
*SolrA*: is allowed to both read and index. The index is stored in a NFS. It has its own configuration files. *SolrB and SolrC*: they can only read from the shared index and each one has their own configuration files. Solrconfig.xml has been changed with the following parameters: <lockType>single</lockType> When all servers startup they all work perfectly executing search operations. The problem appears when SolrA index new documents (commiting itself afther that indexation operation). If I manually execute a commit or a softCommit to SolrB or SolrC, they are not able to see the new documents added even if it is suposed to reopen a new searcher when a commit occurs. I have noticed that a commit operation in SolrA shows different segments (the newest ones) compared with the logs that SorlB/SolrC has after a commit. In other words, SolrA shows newer segments and SolrB/SolrC appears to see just the old ones. Is that normal? Any idea or suggestion to solve this? Thank you in advance, :-) Best regards, -- - Luis Cappa