Hello, I was testing Solr to see if a query which would cause OOM and would limit the OOM issue to only the replica set's which gets hit first.
But the behavior I see that after all set of first replica's went down due to OOM (gone on cloud view) other replica's starts also getting down. Total 6 shards I have with each shard having 2 replica's and on separate machines The expected behavior is that all shards replica which gets hit first should go down due to OOM and then other replica's should survive and provide High Availability. The setup I am testing with is Solr 6.0 and wondering if this is would remain same with 6.6 or there has been some known improvements made to avoid spreading OOM to second/third set of replica's and causing whole cluster to down. Any info on this is appreciated. Thanks, Susheel