Re: Indexing fails with partially done

2018-04-11 Thread Emir Arnautović
Hi Neo, My DIH knowledge is a bit rusty, but I think that in best case, depending on your queries you might be able to use delta update to “resume” indexing, but it is likely that you cannot do that. Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulti

Re: Indexing fails with partially done

2018-04-11 Thread Shawn Heisey
On 4/11/2018 6:46 AM, neotorand wrote: > with Solrcloud What happens if indexing is partially completed and ensemble > goes down.What are the ways to Resume.In one of the scenario i am using 3 ZK > Node in ensemble.Lets say i am indexing 5 million data and i have partially > indexed the data and

Re: Indexing fails with partially done

2018-04-11 Thread neotorand
Thanks Emir with context to DIH do we have any Resume mechanism? Regards Neo -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Indexing fails with partially done

2018-04-11 Thread Emir Arnautović
Hi, First of all, the purpose of having 3 ZK in ensemble is to minimise the chances of loosing quorum. With 3 ZK, you can loose one and still have operable ZK ensemble. You should monitor it and alert if you loose one ZK and react to alert before you loose the second one. If you are wondering ho