[ 
https://issues.apache.org/jira/browse/SOLR-2765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13125285#comment-13125285
 ] 

Jamie Johnson edited comment on SOLR-2765 at 10/11/11 7:04 PM:
---------------------------------------------------------------

Definitely something worth considering.  Moving to JSON reduces the issue, but 
does not fix it.  My assumption is that the number of updates will be 
relatively low and infrequent.  Switching a nodes roles may occur a little more 
frequently, but still shouldn't happen on a regular basis.  My 1 shard with 2 
replicas is about 600 bytes, in JSON format this is about 300.  

Switching to storing this in JSON should be fairly straight forward to do, it's 
really just a matter of updating the load and store methods in ClusterState.

Ted,

Do you have any thoughts on the size of this file?
                
      was (Author: jej2003):
    Definitely something worth considering.  Moving to JSON reduces the issue, 
but does not fix it.  My assumption is that the number of updates will be 
relatively low and infrequent.  Switching a nodes roles may occur a little more 
frequently, but still shouldn't happen on a regular basis.  

Switching to storing this in JSON should be fairly straight forward to do, it's 
really just a matter of updating the load and store methods in ClusterState.

Ted,

Do you have any thoughts on the size of this file?
                  
> Shard/Node states
> -----------------
>
>                 Key: SOLR-2765
>                 URL: https://issues.apache.org/jira/browse/SOLR-2765
>             Project: Solr
>          Issue Type: Sub-task
>          Components: SolrCloud, update
>            Reporter: Yonik Seeley
>             Fix For: 4.0
>
>         Attachments: cluster_state-file.patch, combined.patch, 
> incremental_update.patch, scheduled_executors.patch, shard-roles.patch, 
> solrcloud.patch
>
>
> Need state for shards that indicate they are recovering, active/enabled, or 
> disabled.

--
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to