Im using SolrCloud with two solr instances in two separate tomcats and Zookeeper.
I have created a collection with 4 shards ( 2 in each solr) and was able to distribute data. Now I brought down solr2, then searched. 1. As expected solr2 was down. But solr1 was throwing <str name="msg">*no servers hosting shard:*</str> <int name="code">503</int> 2. When solr 2 was brought up again , i get this exception in solr1 SolrCore Initialization Failures java.nio.channels.OverlappingFileLockException:java.nio.channels.OverlappingFileLockException Am i missign anything.