-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solr: load balancing, fault tolerance, and high availability #2322
Comments
I just realized that http://lucene.apache.org/solr/quickstart.html is totally new for Solr 5 vs. Solr 4.
So maybe it will be easier to us SolrCloud as part of an upgrade from Solr 4.6.0 (#456). It seem like they don't guide you to use |
@bionary just wrote to the mailing list with a nice writeup having do with SolrCloud, and I just copied and pasted his list of issues to think about into a Google Doc called Integrating Dataverse 4.x with SolrCloud. |
As I wrote at #2985 (comment) I still feel bad for encouraging @bionary to create pull request #2985 and then being unable to follow up on it and shepard it through completion. No one else seems to have expressed much interest in load balancing, fault tolerance, and high availability for Solr as it's used in Dataverse, so I'm closing this issue. Please get in touch if you're interested after all. |
As of Dataverse 4.0 it is assumed that Solr is only running on a single host. In #1083 we added a configuration option so that Solr doesn't have to run on localhost but there are several problems with our current approach:
Ideally, this ticket would encompass the following deliverables:
From a quick look it seems like SolrCloud is what we want: https://cwiki.apache.org/confluence/display/solr/SolrCloud . It makes use of ZooKeeper, which we previously wrote briefly about at #1083 (comment) .
The text was updated successfully, but these errors were encountered: