Re: Solr eats up all the memory

2022-07-05 Thread Ritvik Sharma
Just Add java memory parameters in solr config which should not be more than 75% of total RAM. and use G1GC. On Tue, 5 Jul 2022 at 4:59 PM, Deepak Goel wrote: > I would also suggest you look at which GC mechanism you use. Increasing RAM > and Heap-Size might result in the application freezed fo

Re: Solr - frequent OOM

2022-05-03 Thread Ritvik Sharma
Try to update with Latest version of solrcloud. Note: There are massive changes. On Wed, 4 May 2022 at 07:08, Shawn Heisey wrote: > On 5/3/2022 5:01 PM, Vincenzo D'Amore wrote: > > I'm tuning a solrcloud 5.4.1 deployment (3 nodes, 12 cores each, 18GB > ram) > > that is experiencing frequent Out

Re: Solr Cloud "Octet " issue

2021-03-23 Thread Ritvik Sharma
; Look on the server for non-200 responses. > > wunder > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > On Mar 23, 2021, at 4:33 AM, Ritvik Sharma > wrote: > > > > It seems tha

Re: Control tlog size in solr-6.6 cloud

2021-03-23 Thread Ritvik Sharma
ud 6.6 > has no problems with it, as I have a cloud with 5 shards and 2 replicas > each > on 5 nodes and a total of 260 mio. records. > Somewhere between 1 to 3 tlog files and up to 50MB of size each. > > Bernd > > Am 23.03.21 um 10:40 schrieb Ritvik Sharma: > > Hi > &

Solr Cloud "Octet " issue

2021-03-23 Thread Ritvik Sharma
It seems that there are some intermittent error is coming, *org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://x.x.x.x:8983/solr/solrcollection_shard2_replica2 : Expected mime type application/o

Control tlog size in solr-6.6 cloud

2021-03-23 Thread Ritvik Sharma
Hi I am facing an issue where the tlog size in each shard's replica is increasing ~150GB where as actual index is ~40GB. I have enabled HardCommit also and passed* commit=true* while indexing the data. Still no luck. Can you help in this regard?

Re: tlog size issue- solr cloud 6.6

2021-03-22 Thread Ritvik Sharma
read this article ? > > https://lucidworks.com/post/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ > > Regards > > Dominique > > > Le lun. 22 mars 2021 à 17:29, Ritvik Sharma a > écrit : > >> Hi Dominique >> >> Any suggestions? &

Re: tlog size issue- solr cloud 6.6

2021-03-22 Thread Ritvik Sharma
Hi Dominique Any suggestions? On Mon, 22 Mar 2021 at 10:23, Ritvik Sharma wrote: > HI Dominique > > softcommit=false is coming in logs, > > > INFO - 2021-03-22 07:40:58.129; [c:solrcollection s:shard2 r:core_node1 > x:solrcolle

Re: tlog size issue- solr cloud 6.6

2021-03-21 Thread Ritvik Sharma
olr/[collection_name]/update?commit=true > > Did you read this article ? > > https://lucidworks.com/post/understanding-transaction-logs-softcommit-and-commit-in-sorlcloud/ > > Regards > > Dominique > > > Le dim. 21 mars 2021 à 05:22, Ritvik Sharma a > écrit : >

Re: tlog size issue- solr cloud 6.6

2021-03-20 Thread Ritvik Sharma
ou have a high query rate and/or you need > index update be available fast after few seconds (NRT search) ? > > Do you see the hard commits in logs ? > Can you try to increase autoSoftCommit to 30 seconds or more ? > > Regards > > Dominique > > Le sam. 20 mars

Re: tlog size issue- solr cloud 6.6

2021-03-20 Thread Ritvik Sharma
1 false ${solr.autoSoftCommit.maxTime:15000} --> In every replica, tlog is increasing for more than 200GB which exhaust disk space. Please suggest someting On Fri, 19 Mar 2021 at 16:36, Ritvik Sharma wrote: > Hi Guys > > We have faced an

tlog size issue- solr cloud 6.6

2021-03-19 Thread Ritvik Sharma
Hi Guys We have faced an issue where tlog size is increasing unnecessarily. We are using a "heavy indexing, heavy query" approach. We enabled hard commit also, solr cloud: 6.6 zk: 3.4.10 shards: 2, replication factor= 2 solrconfig, ${solr.autoCommit.maxTime:15000} 1