You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
nddipiazza
changed the title
Add fine grained retry ability
When doing writes to solr, add retry controls with backoff
Apr 16, 2021
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.
The text was updated successfully, but these errors were encountered: