Re: SolrCloud leaders using more disk space

2014-06-30 Thread Greg Pendlebury
ponsibilities > for leader nodes is quite minimal (mainly per-doc version management > and then distributing updates to replicas). The segment merging all > happens at the Lucene level, which has no knowledge of SolrCloud > leaders / replicas. Since this is SolrCloud, all nodes pull the con

Re: SolrCloud leaders using more disk space

2014-06-27 Thread Timothy Potter
then distributing updates to replicas). The segment merging all happens at the Lucene level, which has no knowledge of SolrCloud leaders / replicas. Since this is SolrCloud, all nodes pull the config from ZooKeeper so should be running the same settings. Can you diff the listings of the index data directori

SolrCloud leaders using more disk space

2014-06-03 Thread Greg Pendlebury
Hi all, We launched our new production instance of SolrCloud last week and since then have noticed a trend with regards to disk usage. The non-leader replicas all seem to be self-optimizing their index segments as expected, but the leaders have (on average) around 33% more data on disk. My assumpt

Re: SolrCloud Leaders

2013-04-22 Thread Jack Krupansky
M To: solr-user@lucene.apache.org Subject: Re: SolrCloud Leaders Hi Jack; You said: "An hour from now some other replica may be the leader" What is the criteria to change a leader of a shard? 2013/4/15 Jack Krupansky All nodes are replicas in SolrCloud since there are no masters. It

Re: SolrCloud Leaders

2013-04-22 Thread Otis Gospodnetic
for the shard(s) to which it belongs. >> >> >> -- Jack Krupansky >> >> -Original Message- From: Furkan KAMACI >> Sent: Monday, April 15, 2013 9:38 AM >> To: solr-user@lucene.apache.org >> Subject: Re: SolrCloud Leaders >> >> He

Re: SolrCloud Leaders

2013-04-22 Thread Furkan KAMACI
only index > documents for the shard(s) to which it belongs. > > > -- Jack Krupansky > > -Original Message- From: Furkan KAMACI > Sent: Monday, April 15, 2013 9:38 AM > To: solr-user@lucene.apache.org > Subject: Re: SolrCloud Leaders > > Here writes something: > >

Re: SolrCloud Leaders

2013-04-15 Thread Jack Krupansky
g. Although we do need to be clear that a given replica will only index documents for the shard(s) to which it belongs. -- Jack Krupansky -Original Message- From: Furkan KAMACI Sent: Monday, April 15, 2013 9:38 AM To: solr-user@lucene.apache.org Subject: Re: SolrCloud Leaders

Re: SolrCloud Leaders

2013-04-15 Thread Furkan KAMACI
ex on disk that continue to exist even if >> the code is not running. So, in the extreme, the number of leaders can be >> zero while the number of shards is non-zero on disk. >> >> -- Jack Krupansky >> >> -Original Message- From: Furkan KAMACI >>

Re: SolrCloud Leaders

2013-04-15 Thread Furkan KAMACI
8:21 AM > To: solr-user@lucene.apache.org > Subject: SolrCloud Leaders > > > Does number of leaders at a SolrCloud is equal to number of shards? >

Re: SolrCloud Leaders

2013-04-15 Thread Jack Krupansky
Krupansky -Original Message- From: Furkan KAMACI Sent: Monday, April 15, 2013 8:21 AM To: solr-user@lucene.apache.org Subject: SolrCloud Leaders Does number of leaders at a SolrCloud is equal to number of shards?

Re: SolrCloud Leaders

2013-04-15 Thread Upayavira
It is supposed to be one leader per shard, yes. Upayavira On Mon, Apr 15, 2013, at 01:21 PM, Furkan KAMACI wrote: > Does number of leaders at a SolrCloud is equal to number of shards?

SolrCloud Leaders

2013-04-15 Thread Furkan KAMACI
Does number of leaders at a SolrCloud is equal to number of shards?