You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2014/07/03 15:50:24 UTC

[jira] [Updated] (SOLR-5656) Add SharedFS Failover option that allows surviving Solr instances to take over serving data for victim Solr instances.

     [ https://issues.apache.org/jira/browse/SOLR-5656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller updated SOLR-5656:
------------------------------

    Attachment: SOLR-5656.patch

Sorry, took me a while to get this patch up.

Here is a first patch for feed back. It's a git patch against trunk from a couple days ago.

I'll add a new patch that's converted to svn trunk shortly.

I'll also comment shortly with more details on the patch.

> Add SharedFS Failover option that allows surviving Solr instances to take over serving data for victim Solr instances.
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-5656
>                 URL: https://issues.apache.org/jira/browse/SOLR-5656
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>         Attachments: SOLR-5656.patch
>
>
> When using HDFS, the Overseer should have the ability to reassign the cores from failed nodes to running nodes.
> Given that the index and transaction logs are in hdfs, it's simple for surviving hardware to take over serving cores for failed hardware.
> There are some tricky issues around having the Overseer handle this for you, but seems a simple first pass is not too difficult.
> This will add another alternative to replicating both with hdfs and solr.
> It shouldn't be specific to hdfs, and would be an option for any shared file system Solr supports.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org