Re: Transaction logs not getting deleted

2015-02-08 Thread Nishanth S
Are you saying that you are not able index at ll for the past 2 days?.Can you tell me if leaders for all shards are up.There could be large tlog files when you set auto commit to a higher value.Check in the logs if tlog is getting replayed.I have used only 4.4 and with it the tlog replay was s

Re: Solr Logging files get high

2015-02-03 Thread Nishanth S
I feel the tlog size is perfectly fine since your hard commit interval is low.You can try increasing your hard commit and soft commit values.Soft commit of 1 sec is very low.Soft commit is about visibility of documents,so you can try and increase this as far your slas. -Nishanth On Mon, Feb 2,

Removing a stored field from solrcloud 4.4

2015-01-30 Thread Nishanth S
Hello, I have a field which is indexed and stored in the solr schema( 4.4.solr cloud).This field is relatively huge and I plan to only index the field and not to store.Is there a need to re-index the documents once this change is made?. Thanks, Nishanth

Re: Solr Recovery process

2015-01-26 Thread Nishanth S
og causes it to be less > efficient if the number is bumped up too much, but certainly worth > experimenting with. > On 22 Jan 2015 02:47, "Nishanth S" wrote: > > > Thank you Shalin.So in a system where the indexing rate is more than 5K > TPS > > or so the rep

Re: Replicas fall into recovery mode right after update

2015-01-23 Thread Nishanth S
Can you tell what version of solr you are using and what causes your replicas to go into recovery. On Fri, Jan 23, 2015 at 8:40 PM, gouthsmsimhadri wrote: > I'm working with a cluster of solr-cloud servers at a configration of 10 > shards and 4 replicas on each shard in stress environment. > Pla

Re: Solr Recovery process

2015-01-21 Thread Nishanth S
> There are some other details involved in this process too but probably not > worth going into here. > > On Wed, Jan 21, 2015 at 5:13 PM, Nishanth S > wrote: > > > Hello Everyone, > > > > I am hitting a few issues with solr replicas going into recovery and then

Solr Recovery process

2015-01-21 Thread Nishanth S
Hello Everyone, I am hitting a few issues with solr replicas going into recovery and then doing a full index copy.I am trying to understand the solr recovery process.I have read a few blogs on this and saw that when leader notifies a replica to recover(in my case it is due to connection resets)

Re: Connection Reset Errors with Solr 4.4

2015-01-20 Thread Nishanth S
help(where the replica would go for a tlog replay as the tlogs I see are not huge). Thanks, Nishanth On Tue, Jan 20, 2015 at 10:46 AM, Mike Drob wrote: > Are we sure this isn't SOLR-6931? > > On Tue, Jan 20, 2015 at 11:39 AM, Nishanth S > wrote: > > > Hello All, > &g

Connection Reset Errors with Solr 4.4

2015-01-20 Thread Nishanth S
Hello All, We are running solr cloud 4.4 with 30 shards and 3 replicas with real time indexing on rhel 6.5.The indexing rate is 3K Tps now.We are running into an issue with replicas going into recovery mode due to connection reset errors.Soft commit time is 2 min and auto commit is set as 5 minut

Re: Determining the Number of Solr Shards

2015-01-08 Thread Nishanth S
Jan 7, 2015 at 7:50 PM, Shawn Heisey wrote: > On 1/7/2015 7:14 PM, Nishanth S wrote: > > Thanks Shawn and Walter.Yes those are 12,000 writes/second.Reads for the > > moment would be in the 1000 reads/second. Guess finding out the right > > number of shards would be my s

Re: Determining the Number of Solr Shards

2015-01-07 Thread Nishanth S
ite heavy”, so I think that is 12,000 > writes/second, not queries. > > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ > > > On Jan 7, 2015, at 5:16 PM, Shawn Heisey wrote: > > > On 1/7/2015 3:29 PM, Nishanth S wrote: > >> I am

Determining the Number of Solr Shards

2015-01-07 Thread Nishanth S
Hi All, I am working on coming up with a solr architecture layout for my use case.We are a very write heavy application with no down time tolerance and have low SLAs on reads when compared with writes.I am looking at around 12K tps with average index size of solr document in the range of 6kB.I

Re: Running Multiple Solr Instances

2015-01-07 Thread Nishanth S
m is not found in the first index directory? > > 3. Or will the web app collect the result sequentially from all the > Index directories and will present the resulting collection to the user? > > > > Please share your thoughts > > > > Thanks > &g

Re: Running Multiple Solr Instances

2015-01-06 Thread Nishanth S
; -Dsolr.solr.home=/d/2 command line switch when launching Solr to do so. > > 2. RAID 10 the drives. If you expect the Solr instances to get uneven > traffic, pooling the drives will allow a given Solr instance to share the > capacity of all of them. > > > On 1/5/15 23:31, Nishanth

Running Multiple Solr Instances

2015-01-05 Thread Nishanth S
Hi folks, I am running multiple solr instances (Solr 4.10.3 on tomcat 8).There are 3 physical machines and I have 4 solr instances running on each machine on ports 8080,8081,8082 and 8083.The set up is well up to this point.Now I want to point each of these instance to a different index dir

Re: Pointing-solr-cloud-to-multiple-index-directories

2014-12-31 Thread Nishanth S
Hi folks, Can you help? -Nishanth On Tue, Dec 30, 2014 at 11:20 PM, Nishanth S wrote: > Thanks Eric and Shawn.Here is why I am trying to do so.I may be missing > something here since this is relatively new to me.Appreciate your help and > time.* I will elaborate on what I am

Pointing-solr-cloud-to-multiple-index-directories

2014-12-30 Thread Nishanth S
Thanks Eric and Shawn.Here is why I am trying to do so.I may be missing something here since this is relatively new to me.Appreciate your help and time.* I will elaborate on what I am trying to acheive here.* I am trying to install solr cloud and my machines typically have 5 drives which are mou

Pointing solr cloud to multiple index directories.

2014-12-22 Thread Nishanth S
Hey folks, I have 5 drives in my machine which are mounted to 5 different locations(/d/1 ,/d/2,/d/3).How can I point solr to write to all these directories?. Thanks, Nishanth

Substring and Case In sensitive Search

2014-08-19 Thread Nishanth S
Hi, I am very new to solr.How can I allow solr search on a string field case insensitive and substring?. Thanks, Nishanth