Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.4
-
None
-
None
Description
The goal is to give Solr server clusters self-healing attributes
where if a server fails, indexing and searching don't stop and
all of the partitions remain searchable. For configuration, the
ability to centrally deploy a new configuration without servers
going offline.
We can start with basic failover and start from there?
Features:
- Automatic failover (i.e. when a server fails, clients stop
trying to index to or search it)
- Centralized configuration management (i.e. new solrconfig.xml
or schema.xml propagates to a live Solr cluster)
- Optionally allow shards of a partition to be moved to another
server (i.e. if a server gets hot, move the hot segments out to
cooler servers). Ideally we'd have a way to detect hot segments
and move them seamlessly. With NRT this becomes somewhat more
difficult but not impossible?
Attachments
Attachments
Issue Links
- depends upon
-
SOLR-1621 Allow current single core deployments to be specified by solr.xml
- Closed
-
SOLR-1585 Refactor shards handling out of QueryComponent and into ShardsComponent
- Closed
- is blocked by
-
SOLR-1431 CommComponent abstracted
- Closed
-
SOLR-1237 firstSearcher and newSearcher should identify themselves via the parameter set passed in
- Closed
- is related to
-
SOLR-1663 Add numRequests to SolrCore statistics to make it easier to track load
- Resolved
-
SOLR-1698 load balanced distributed search
- Closed