Re: Two questions about solrcloud

2012-11-07 Thread Tomás Fernández Löbbe
A transaction log file is opened after a hard commit and it stays open until a new hard commit is issued. Old tlogs are deleted, but always with the premise of keeping enough updates "lines" of tlog to allow peer-sync (currently, hardcoded to 100 updates). The recovery is made using the last tlog (

Re: Two questions about solrcloud

2012-11-07 Thread Otis Gospodnetic
Hi On Wed, Nov 7, 2012 at 7:49 AM, Tomás Fernández Löbbe wrote: > > 1.If I have a solrcloud cluster with two shards and 0 replica on two > > different server. > > when one of server restarts will the solr instance on that server replay > > the transaction log to make sure these operations pers

Re: Two questions about solrcloud

2012-11-07 Thread Tomás Fernández Löbbe
> 1.If I have a solrcloud cluster with two shards and 0 replica on two > different server. > when one of server restarts will the solr instance on that server replay > the transaction log to make sure these operations persistent to the index > files(commit the transaction log)? > Yes, the Solr i

Re: Two questions about solrcloud

2012-11-07 Thread Otis Gospodnetic
Hi, Somebody else may answer 1. 2. Yes you can remove 4th server if you have only 3 shards. I'm not 100% certain if solr will never put 2 shards on the same server, so check what's on the server before shutting it down. Otis -- Performance Monitoring - http://sematext.com/spm On Nov 7, 2012 1:41

Two questions about solrcloud

2012-11-06 Thread SuoNayi
Hi all,sorry for questions about solrcloud from newbie. here is my two questions: 1.If I have a solrcloud cluster with two shards and 0 replica on two different server. when one of server restarts will the solr instance on that server replay the transaction log to make sure these operations pers