Re: SolrCloud shows cluster still healthy even the node data directory is deleted

2020-11-20 Thread Radar Lei
Hi Erick, I understand this is how the file handler works. But for the SolrCloud users, they didn't see the expected replica failover happens, then we can not say SolrCloud is totally HA enabled. Do we have plan to handle the HA for disk failures? Thanks. Regards, Radar From: Amy Bai Date: W

Re: How can shards distributed evenly among nodes

2020-02-06 Thread Radar Lei
This is weird, when we creating an index, Solr will make sure shards of an index be distributed to all the existing nodes evenly. But after you used 'UTILIZENODE' of AutoScale, Solr will try to put all the shards of an index to one or several nodes. Is this intentional or a bug? For example, we ha