Well, the explanation is very simple. When I started using solr the routing for 
data was implicit and automatic. Therefore, I did the sharding manually to have 
control of distribution of data. I wanted data sharding by client and month.

I have 160 clients (and is expected grows) with 7 years of data, sharding by 
client and month this equals to 13440 (160 * 7 * 12) collections without 
replication and distributed in 4 nodes.

And I don't have loaded all data yet, and I need to create all replication for 
collections ...


-- 
Yago Riveiro
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)


On Saturday, March 30, 2013 at 6:59 PM, Vaillancourt, Tim wrote:

> Wow. I'm guessing we may have a new "Largest SolrCloud" winner ;).
> 
> Tim
> 
> -----Original Message-----
> From: svamb...@gmail.com [mailto:svamb...@gmail.com] 
> Sent: Saturday, March 30, 2013 11:56 AM
> To: solr-user@lucene.apache.org (mailto:solr-user@lucene.apache.org)
> Cc: solr-user@lucene.apache.org (mailto:solr-user@lucene.apache.org)
> Subject: Re: clusterstate.json size
> 
> You can zip the file and send it to ZK 
> 
> Sent from my iPhone
> 
> On 30-Mar-2013, at 1:47 PM, Mark Miller <markrmil...@gmail.com 
> (mailto:markrmil...@gmail.com)> wrote:
> 
> > 4.2.1 *should* return a decent response. 
> > 
> > How many nodes!? I didn't even see that size at 1000 shards!
> > 
> > It's a zk sys prop to raise it - on the road now, so I'd try google. 
> > 
> > - mark
> > 
> > Sent from my iPhone
> > 
> > On Mar 30, 2013, at 1:49 PM, yriveiro <yago.rive...@gmail.com 
> > (mailto:yago.rive...@gmail.com)> wrote:
> > 
> > > Hi,
> > > 
> > > Is there a size limitation for the clusterstate file?
> > > 
> > > I can't create more collections for my cluster I have no error but 
> > > the CREATE command not return any response.
> > > 
> > > I read in the past that the max size for a file in zookeeper was 1MB, 
> > > my clusterstate file has 1.1MB. It's possible be this the problem?
> > > 
> > > If it's, how I can increase this limit?
> > > 
> > > 
> > > 
> > > -----
> > > Best regards
> > > --
> > > View this message in context: 
> > > http://lucene.472066.n3.nabble.com/clusterstate-json-size-tp4052598.h
> > > tml Sent from the Solr - User mailing list archive at Nabble.com 
> > > (http://Nabble.com).
> > > 
> > 
> > 
> 
> 
> 


Reply via email to