lucidworks/spark-solr

When doing writes to solr, add retry controls with backoff

nddipiazza opened this issue · 0 comments

When indexing to solr, it is very common to have the solr server hiccup while you are using spark-solr to bulk import huge amounts of data. Need the ability to control retries with detailed retry logging.

It should also support backoff algorithm as well to give the server a chance to recover.