[
https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13620192#comment-13620192
]
Yonik Seeley commented on SOLR-3755:
------------------------------------
Nice that this is on a git branch - no stale patches, and you can see the full
history!
Does anyone know an easy way to generate a diff?
I did the following:
{code}
git clone https://github.com/shalinmangar/lucene-solr.git lusolr_shardsplitting
cd lusolr_shardsplitting
git remote add upstream git://git.apache.org/lucene-solr.git
git diff remotes/upstream/trunk remotes/origin/trunk
{code}
But this does a diff with the current state of the trunk vs the branch. Any
tips from the git wizards out there?
> 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-combined.patch,
> SOLR-3755-combinedWithReplication.patch, SOLR-3755-CoreAdmin.patch,
> SOLR-3755.patch, SOLR-3755.patch, SOLR-3755.patch, SOLR-3755.patch,
> SOLR-3755.patch, SOLR-3755.patch, SOLR-3755.patch, SOLR-3755.patch,
> SOLR-3755-testSplitter.patch, SOLR-3755-testSplitter.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]