You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2013/07/01 18:52:20 UTC

[jira] [Updated] (SOLR-4808) Persist and use replication factor and maxShardsPerNode at Collection and Shard level

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

Shalin Shekhar Mangar updated SOLR-4808:
----------------------------------------

    Attachment: SOLR-4808.patch

Patch builds over Noble's work.

Changes:
# New mandatory "collectionApiMode" parameter during create collection command (we can think of a better name)
# When api mode is enabled, zk is used as truth and shardId is always looked up from cluster state
# replicationFactor is persisted at slice level
# maxShardsPerNode is persisted at collection level
# Basic testing in CollectionAPIDistributedZkTest

I'm working on more tests and a modifyCollection API which can be used to change these values.
                
> Persist and use replication factor and maxShardsPerNode at Collection and Shard level
> -------------------------------------------------------------------------------------
>
>                 Key: SOLR-4808
>                 URL: https://issues.apache.org/jira/browse/SOLR-4808
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>            Reporter: Anshum Gupta
>            Assignee: Shalin Shekhar Mangar
>              Labels: solrcloud
>         Attachments: SOLR-4808.patch, SOLR-4808.patch
>
>
> The replication factor for a collection as of now is not persisted and used while adding replicas.
> We should save the replication factor at collection factor as well as shard level.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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