Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0D534D7A7 for ; Wed, 28 Nov 2012 14:29:04 +0000 (UTC) Received: (qmail 96283 invoked by uid 500); 28 Nov 2012 14:29:02 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 96187 invoked by uid 500); 28 Nov 2012 14:29:02 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 96157 invoked by uid 99); 28 Nov 2012 14:29:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2012 14:29:01 +0000 Date: Wed, 28 Nov 2012 14:29:01 +0000 (UTC) From: "Per Steffensen (JIRA)" To: dev@lucene.apache.org Message-ID: <1518927563.32535.1354112941754.JavaMail.jiratomcat@arcas> In-Reply-To: <2007386328.27566.1354021803562.JavaMail.jiratomcat@arcas> Subject: [jira] [Comment Edited] (SOLR-4114) Collection API: Allow multiple shards from one collection on the same Solr server MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13505472#comment-13505472 ] Per Steffensen edited comment on SOLR-4114 at 11/28/12 2:28 PM: ---------------------------------------------------------------- bq. This fix belongs with the issue that fixed delete and reload - I'm going to fix it there. Yes of course, it is just hard for me to split up the patch, because it is all needed for the tests to be green - and I really want to give you a patch fitting on top of a certain revision where all tests are green if you add the patch. But commit-wise it belongs to the other issue. was (Author: steff1193): bq. This fix belongs with the issue that fixed delete and reload - I'm going to fix it there. Yes of course, it is just hard for me to split up the patch, because it is all needed for the tests to be green. But commit-wise it belongs to the other issue. > Collection API: Allow multiple shards from one collection on the same Solr server > --------------------------------------------------------------------------------- > > Key: SOLR-4114 > URL: https://issues.apache.org/jira/browse/SOLR-4114 > Project: Solr > Issue Type: New Feature > Components: multicore, SolrCloud > Affects Versions: 4.0 > Environment: Solr 4.0.0 release > Reporter: Per Steffensen > Assignee: Per Steffensen > Labels: collection-api, multicore, shard, shard-allocation > Attachments: SOLR-4114.patch > > > We should support running multiple shards from one collection on the same Solr server - the run a collection with 8 shards on a 4 Solr server cluster (each Solr server running 2 shards). > Performance tests at our side has shown that this is a good idea, and it is also a good idea for easy elasticity later on - it is much easier to move an entire existing shards from one Solr server to another one that just joined the cluter than it is to split an exsiting shard among the Solr that used to run it and the new Solr. > See dev mailing list discussion "Multiple shards for one collection on the same Solr server" -- 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