Well, "it depends". If the tomcat that went down contains all the replicas (leader and follower) then indexing will halt, searching should continue with indications that you're getting partial results back.
If at least one node for each shard is still active, you should be fine. There may be some chatter while the new leader is elected, but the cluster should adjust and you should continue. Best, Erick On Fri, Aug 23, 2013 at 5:47 AM, Prasi S <prasi1...@gmail.com> wrote: > hi all, > Im running solr cloud with solr 4.4 . I have 2 tomcat instances with 4 > shards ( 2 in each). > > What will happen if one of the tomcats go down during indexing. The otehr > tomcat throws status as " Leader not active" in the logs. > > Regards, > Prasi >