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
If the SolrClient throws a org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/netarchivebuilder then warc-indexer should exit immediately with a proper return code. so that calling scripts can act accordingly.
Bonus: If Solr runs out of disk space, this is stated in another exception. There should be a similar early termination for that, with another return code.
The text was updated successfully, but these errors were encountered:
If the SolrClient throws a
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://localhost:8983/solr/netarchivebuilder
thenwarc-indexer
should exit immediately with a proper return code. so that calling scripts can act accordingly.Bonus: If Solr runs out of disk space, this is stated in another exception. There should be a similar early termination for that, with another return code.
The text was updated successfully, but these errors were encountered: