You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Sami Siren (Updated) (JIRA)" <ji...@apache.org> on 2011/12/02 17:23:40 UTC

[jira] [Updated] (SOLR-2821) Improve how cluster state is managed in ZooKeeper.

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

Sami Siren updated SOLR-2821:
-----------------------------

    Attachment: SOLR-2821.patch

Here's a patch that changes the serialization format to json for all the data types currently stored in ZK.

The cloudstate serialization code is awfully verbose but so is the current xml code too. If all the objects were maps or lists the ser/deser would be super simple as Yonik said.
                
> Improve how cluster state is managed in ZooKeeper.
> --------------------------------------------------
>
>                 Key: SOLR-2821
>                 URL: https://issues.apache.org/jira/browse/SOLR-2821
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrCloud
>            Reporter: Mark Miller
>             Fix For: 4.0
>
>         Attachments: SOLR-2821.patch
>
>
> Currently, we have issues supporting both incremental cluster state updates (needed because reading the state with many ZK requests does not scale) and allowing shard/node properties to change on the fly. We be nice to have a solution that allows faster cluster state reads and easy on the fly shard/node prop changes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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