Re: Too many updates received since start

2015-08-23 Thread Yago Riveiro
Indeed, I don't understand the caveat too, but I can imagine that is related with some algorithm to trigger a full sync if necessary. I will waiting for 5.3 to do the upgrade and have this configuration available. —/Yago Riveiro On Sun, Aug 23, 2015 at 3:37 AM, Shawn Heisey wrote: > On 8/

Re: Too many updates received since start

2015-08-22 Thread Shawn Heisey
On 8/22/2015 3:50 PM, Yago Riveiro wrote: > I'm using java 7u25 oracle version with Solr 4.6.1 > > It work well with > 98% of throughput but in some full GC the issue arises. A > full sync for one shard is more than 50G. > > There is any configuration to configurate the number of docs behind lea

Re: Too many updates received since start

2015-08-22 Thread Yago Riveiro
I'm using java 7u25 oracle version with Solr 4.6.1 It work well with > 98% of throughput but in some full GC the issue arises. A full sync for one shard is more than 50G. There is any configuration to configurate the number of docs behind leader that a replica can be? On Sat, Aug 22, 201

Re: Too many updates received since start

2015-08-22 Thread Shawn Heisey
On 8/22/2015 11:51 AM, Yago Riveiro wrote: > My heap is about 24G an I tuned it using this link > https://wiki.apache.org/solr/ShawnHeisey#GC_Tuning_for_Solr > > Shawn updated since I use it and some configuration are not in this document > any more. > > I see on my GC logs pauses about 6s, my in

Re: Too many updates received since start

2015-08-22 Thread Yago Riveiro
My heap is about 24G an I tuned it using this link https://wiki.apache.org/solr/ShawnHeisey#GC_Tuning_for_Solr Shawn updated since I use it and some configuration are not in this document any more. I see on my GC logs pauses about 6s, my index has a high index rate > 1000 docs/s. I'm running jav

Re: Too many updates received since start

2015-08-22 Thread Susheel Kumar
You can try to follow the suggestions at below link which had similar issued and see if that helps. http://lucene.472066.n3.nabble.com/ColrCloud-IOException-occured-when-talking-to-server-at-td4061831.html Thnx On Sat, Aug 22, 2015 at 9:05 AM, Yago Riveiro wrote: > Hi, > > Can anyone explain