[
https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13446054#comment-13446054
]
Yonik Seeley edited comment on SOLR-3755 at 9/1/12 10:04 PM:
-------------------------------------------------------------
So we need to have new cores up and running, and then install the new indexes
in them.
We could either do it like replication and use a new index directory (and use a
property file to redirect to that latest index), or we could try and make sure
that there is no open writer on the new core and then split directly into the
normal core index directory.
edit: we could also simply use the existing writers on the new cores to "merge
in" the new indexes (we just need to ensure that they are empty)
was (Author: [email protected]):
So we need to have new cores up and running, and then install the new
indexes in them.
We could either do it like replication and use a new index directory (and use a
property file to redirect to that latest index), or we could try and make sure
that there is no open writer on the new core and then split directly into the
normal core index directory.
> shard splitting
> ---------------
>
> Key: SOLR-3755
> URL: https://issues.apache.org/jira/browse/SOLR-3755
> Project: Solr
> Issue Type: New Feature
> Components: SolrCloud
> Reporter: Yonik Seeley
> Attachments: SOLR-3755.patch, SOLR-3755.patch
>
>
> We can currently easily add replicas to handle increases in query volume, but
> we should also add a way to add additional shards dynamically by splitting
> existing shards.
--
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: [email protected]
For additional commands, e-mail: [email protected]