You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2010/01/06 20:45:54 UTC

[jira] Updated: (SOLR-1698) load balanced distributed search

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

Yonik Seeley updated SOLR-1698:
-------------------------------

    Attachment: SOLR-1698.patch

Draft patch to  LBHttpSolrServer that lays the groundwork for being able to more easily use it in distributed search.  This also removes much of the locking.

Next step will be to add a method that allows one to query an arbitrary server list in the given order.  This will involve the zombie list, but not the "alive" list.  We also need to avoid never-ending growth of the zombie list (and never-ending pinging of servers that are gone) by setting a ping limit.

> load balanced distributed search
> --------------------------------
>
>                 Key: SOLR-1698
>                 URL: https://issues.apache.org/jira/browse/SOLR-1698
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Yonik Seeley
>         Attachments: SOLR-1698.patch
>
>
> Provide syntax and implementation of load-balancing across shard replicas.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.