Re: Supporting multiple indexes in one collection

2020-06-30 Thread Raji N
How many documents ? > The real difference was only a couple of ms? > > > Am 01.07.2020 um 07:34 schrieb Raji N : > > > > Had 2 indexes in 2 separate shards in one collection and had exact same > > data published with composite router with a prefix. Disabled all caches

Re: Supporting multiple indexes in one collection

2020-06-30 Thread Raji N
6.2020 um 22:47 schrieb Raji N : > > > > Hi , > > > > > > Trying to place multiple smaller indexes in one collection (as we read > > solrcloud performance degrades as number of collections increase). We are > > exploring two ways > > > > > >

Supporting multiple indexes in one collection

2020-06-30 Thread Raji N
Hi , Trying to place multiple smaller indexes in one collection (as we read solrcloud performance degrades as number of collections increase). We are exploring two ways 1) Placing each index on a single shard of a collection In this case placing documents for a single index is manual and au

Re: off-heap OOM

2020-05-01 Thread Raji N
this case reducing heap size, frees native thread > and app is able to recycle them. But you are right, it's rather better to > disable it. > Also, check docker host log, there's a specific error message for java > under docker. > > On Fri, May 1, 2020 at 3:55 AM Raji N wr

Re: off-heap OOM

2020-04-30 Thread Raji N
> Raji, how that "OOM for solr occur in every 5 days." exactly looks like? > What is the error message? Where it's occurring exactly? > > On Thu, Apr 30, 2020 at 1:30 AM Raji N wrote: > > > Thanks so much Jan. Will try your suggestions , yes we are also running &g

Re: off-heap OOM

2020-04-29 Thread Raji N
nterested in this thread. > > Jan > > > 29. apr. 2020 kl. 19:26 skrev Raji N : > > > > Thank you for your reply. When OOM happens somehow it doesn't generate > > dump file. So we have hourly heaps running to diagnose this issue. Heap > is &

Re: off-heap OOM

2020-04-29 Thread Raji N
uild 25.211-b12, mixed mode) Thanks much for taking a look at it. Raji On Wed, Apr 29, 2020 at 10:04 AM Shawn Heisey wrote: > On 4/29/2020 2:07 AM, Raji N wrote: > > Has anyone encountered off-heap OOM. We are thinking of reducing heap > > further and increasing the h

Re: IdleTimeout setting in Jetty (Solr 7.7.1)

2020-04-29 Thread Raji N
Try starting like this. bin/solr start -Dsolr.jetty.threads.idle.timeout=2000 -z localhost:2181 Hope this helps Raji On Sun, Apr 26, 2020 at 11:24 PM Kommu, Vinodh K. wrote: > Can someone shed some idea on below requirement? > > Thanks & Regards, > Vinodh > > From: Kommu, Vinodh K. > S

off-heap OOM

2020-04-29 Thread Raji N
Hi, We are using solrcloud 7.6.0 and we have containerized solr. We have around 30 collections and 7 solr nodes in the cluster. Though we have containerized , we have one zookeeper container and one solr container running in a host. We have 24GB heap and total container has memory 49GB , which

Re: Solrcloud 7.6 OOM due to unable to create native threads

2020-03-30 Thread Raji N
to see if you have lots of > >> threads that are running. Any by “lots” here, I mean 100s of threads > >> that reference the same component, in this case that have cdcr in > >> the stack trace. > >> > >> CDCR is not getting active work at this poi

Re: Solrcloud 7.6 OOM due to unable to create native threads

2020-03-30 Thread Raji N
in > the stack trace. > > CDCR is not getting active work at this point, you might want to > consider another replication strategy if you’re not willing to fix > the code. > > Best, > Erick > > > On Mar 29, 2020, at 4:17 AM, Raji N wrote: > > > > Hi All

Solrcloud 7.6 OOM due to unable to create native threads

2020-03-29 Thread Raji N
Hi All, We running solrcloud 7.6 (with the patch # https://issues.apache.org/jira/secure/attachment/12969150)/SOLR-11724.patchon production on 7 hosts in containers. The container memory is 48GB , heap is 24GB. ulimit -v unlimited ulimit -m unlimited We don't have any custom code in solr. We