Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-06 Thread Erick Erickson
bq: where can i find all the items on the road map?

Well, you really can't G... There's no official roadmap. I happen to
know this since I follow the developer's list and I've seen references to
this being important to the folks doing SolrCloud development work and it's
been a recurring theme on the user's list. It's one of those things that
_everybody_ understands would be useful in certain circumstances, but
haven't had time to actually implement yet.

You can track this at: https://issues.apache.org/jira/browse/SOLR-2592

Best
Erick



On Mon, Nov 5, 2012 at 7:57 PM, Zeng Lames lezhi.z...@gmail.com wrote:

 btw, where can i find all the items in the road map? thanks!


 On Tue, Nov 6, 2012 at 8:55 AM, Zeng Lames lezhi.z...@gmail.com wrote:

  hi Erick, thanks for your kindly response. hv got the information from
 the
  SolrCloud wiki.
  think we may need to defined the shard numbers when we really rollout it.
 
  thanks again
 
 
  On Mon, Nov 5, 2012 at 8:40 PM, Erick Erickson erickerick...@gmail.com
 wrote:
 
  Not at present. What you're interested in is shard splitting which is
  certainly on the roadmap but not implemented yet. To expand the
  number of shards you'll have to reconfigure, then re-index.
 
  Best
  Erick
 
 
  On Mon, Nov 5, 2012 at 4:09 AM, Zeng Lames lezhi.z...@gmail.com
 wrote:
 
   Dear All,
  
   we have an existing solr collection, 2 shards, numOfShard is 2. and
  there
   are already records in the index files. now we start another solr
  instance
   with ShardId= shard3, and found that Solr treat it as replicas.
  
   check the zookeeper data, found the range of shard doesn't
   change correspondingly. shard 1 is 0-7fff, while shard 2 is
   8000-.
  
   is there any way to increase new shard for existing collection?
  
   thanks a lot!
   Lames
  
 
 
 



Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-06 Thread Zeng Lames
got it. thanks a lot


On Tue, Nov 6, 2012 at 8:43 PM, Erick Erickson erickerick...@gmail.comwrote:

 bq: where can i find all the items on the road map?

 Well, you really can't G... There's no official roadmap. I happen to
 know this since I follow the developer's list and I've seen references to
 this being important to the folks doing SolrCloud development work and it's
 been a recurring theme on the user's list. It's one of those things that
 _everybody_ understands would be useful in certain circumstances, but
 haven't had time to actually implement yet.

 You can track this at: https://issues.apache.org/jira/browse/SOLR-2592

 Best
 Erick



 On Mon, Nov 5, 2012 at 7:57 PM, Zeng Lames lezhi.z...@gmail.com wrote:

  btw, where can i find all the items in the road map? thanks!
 
 
  On Tue, Nov 6, 2012 at 8:55 AM, Zeng Lames lezhi.z...@gmail.com wrote:
 
   hi Erick, thanks for your kindly response. hv got the information from
  the
   SolrCloud wiki.
   think we may need to defined the shard numbers when we really rollout
 it.
  
   thanks again
  
  
   On Mon, Nov 5, 2012 at 8:40 PM, Erick Erickson 
 erickerick...@gmail.com
  wrote:
  
   Not at present. What you're interested in is shard splitting which
 is
   certainly on the roadmap but not implemented yet. To expand the
   number of shards you'll have to reconfigure, then re-index.
  
   Best
   Erick
  
  
   On Mon, Nov 5, 2012 at 4:09 AM, Zeng Lames lezhi.z...@gmail.com
  wrote:
  
Dear All,
   
we have an existing solr collection, 2 shards, numOfShard is 2. and
   there
are already records in the index files. now we start another solr
   instance
with ShardId= shard3, and found that Solr treat it as replicas.
   
check the zookeeper data, found the range of shard doesn't
change correspondingly. shard 1 is 0-7fff, while shard 2 is
8000-.
   
is there any way to increase new shard for existing collection?
   
thanks a lot!
Lames
   
  
  
  
 



Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-05 Thread Erick Erickson
Not at present. What you're interested in is shard splitting which is
certainly on the roadmap but not implemented yet. To expand the
number of shards you'll have to reconfigure, then re-index.

Best
Erick


On Mon, Nov 5, 2012 at 4:09 AM, Zeng Lames lezhi.z...@gmail.com wrote:

 Dear All,

 we have an existing solr collection, 2 shards, numOfShard is 2. and there
 are already records in the index files. now we start another solr instance
 with ShardId= shard3, and found that Solr treat it as replicas.

 check the zookeeper data, found the range of shard doesn't
 change correspondingly. shard 1 is 0-7fff, while shard 2 is
 8000-.

 is there any way to increase new shard for existing collection?

 thanks a lot!
 Lames



Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-05 Thread Zeng Lames
hi Erick, thanks for your kindly response. hv got the information from the
SolrCloud wiki.
think we may need to defined the shard numbers when we really rollout it.

thanks again


On Mon, Nov 5, 2012 at 8:40 PM, Erick Erickson erickerick...@gmail.comwrote:

 Not at present. What you're interested in is shard splitting which is
 certainly on the roadmap but not implemented yet. To expand the
 number of shards you'll have to reconfigure, then re-index.

 Best
 Erick


 On Mon, Nov 5, 2012 at 4:09 AM, Zeng Lames lezhi.z...@gmail.com wrote:

  Dear All,
 
  we have an existing solr collection, 2 shards, numOfShard is 2. and there
  are already records in the index files. now we start another solr
 instance
  with ShardId= shard3, and found that Solr treat it as replicas.
 
  check the zookeeper data, found the range of shard doesn't
  change correspondingly. shard 1 is 0-7fff, while shard 2 is
  8000-.
 
  is there any way to increase new shard for existing collection?
 
  thanks a lot!
  Lames
 



Re: Add new shard will be treated as replicas in Solr4.0?

2012-11-05 Thread Zeng Lames
btw, where can i find all the items in the road map? thanks!


On Tue, Nov 6, 2012 at 8:55 AM, Zeng Lames lezhi.z...@gmail.com wrote:

 hi Erick, thanks for your kindly response. hv got the information from the
 SolrCloud wiki.
 think we may need to defined the shard numbers when we really rollout it.

 thanks again


 On Mon, Nov 5, 2012 at 8:40 PM, Erick Erickson erickerick...@gmail.comwrote:

 Not at present. What you're interested in is shard splitting which is
 certainly on the roadmap but not implemented yet. To expand the
 number of shards you'll have to reconfigure, then re-index.

 Best
 Erick


 On Mon, Nov 5, 2012 at 4:09 AM, Zeng Lames lezhi.z...@gmail.com wrote:

  Dear All,
 
  we have an existing solr collection, 2 shards, numOfShard is 2. and
 there
  are already records in the index files. now we start another solr
 instance
  with ShardId= shard3, and found that Solr treat it as replicas.
 
  check the zookeeper data, found the range of shard doesn't
  change correspondingly. shard 1 is 0-7fff, while shard 2 is
  8000-.
 
  is there any way to increase new shard for existing collection?
 
  thanks a lot!
  Lames