Re: Solr 7.7 autoscaling trigger

2019-07-09 Thread zhenyuan wei
Hi, Maybe SOLR-12715&SOLR-12716 can help you. Mark Thill 于2019年7月9日周二 上午2:42写道: > My scenario is: > >- 60 GB collection >- 2 shards of ~30GB >- Each shard having 2 replicas so I have a backup >- So I have 4 nodes with each node holding a single core > > My goal is to have autosc

Solr 7.7 autoscaling trigger

2019-07-08 Thread Mark Thill
My scenario is: - 60 GB collection - 2 shards of ~30GB - Each shard having 2 replicas so I have a backup - So I have 4 nodes with each node holding a single core My goal is to have autoscaling handle when I lose a node. So upon loss of a node the nodeLost event deletes the node. The