Re: Solr Restarting frequently.

2023-01-19 Thread Rohit Walecha
We have multiple collections inside our cluster(3 node), but we have some collections having replication factor 1 and some collections having replication factor 2..should this be impacting our nodes..and sending them in recovery state..and restart !! On Wed, Jan 18, 2023 at 7:07 PM Rohit Walecha

Re: Core reload timeout on Solr 9

2023-01-19 Thread Nick Vladiceanu
Thanks Kevin for looking into it. I’ll answer the questions in the original order: * Pod volume has the correct permissions. Basically, we use emptyDir provisioned by the solr-operator. All the nodes are having exactly the same setup. No pods are co-located on the same worker node. No more than

Re: Core reload timeout on Solr 9

2023-01-19 Thread Houston Putman
> > I was wondering, could it be something wrong with the solrconfig.xml > parameters? Perhaps, a combination of parameters does not behave stable? Do > you think it makes sense to go with a vanilla solrconfig.xml and introduce > all the custom options one-by-one (i.e. ShardHandlerFactory, etc.)?

Re: Core reload timeout on Solr 9

2023-01-19 Thread Gus Heck
Just read through this, and don't yet have any concrete ideas better than what's been given, but I'm interested to clarify one thing you said: We are having 6 shards spread across 96 replicas. Each replica is hosted on > a dedicated EC2 instance, no more than one replica present on the same > mach

What does "OK" mean in the status of the response of the ping handler?

2023-01-19 Thread Matthew Castrigno
Can I assume my index/core is not corrupt to the extent that SOLR can detect such condition? Is this the best heath indicator? https://solr.apache.org/guide/solr/latest/deployment-guide/ping.html#ping-api-examples Thank you for your insights. [cid:09f1b9bf-8835-4bba-91ed-60214c3f2c05] Matt

Re: Core reload timeout on Solr 9

2023-01-19 Thread Nick Vladiceanu
It’s the last. Total 96 machines. Collection has 6 shards. Each shard would have 16 replicas. There is no more than one replica on the same machine. I do not observe any issues with zookeeper, as per logs and metrics everything looks good. Should I look for something more specific? I have tried d

Re: What does "OK" mean in the status of the response of the ping handler?

2023-01-19 Thread Shawn Heisey
On 1/19/23 12:32, Matthew Castrigno wrote: Can I assume my index/core is not corrupt to the extent that SOLR can detect such condition? Is this the best heath indicator? https://solr.apache.org/guide/solr/latest/deployment-guide/ping.html#ping-api-examples

Re: Solr Restarting frequently.

2023-01-19 Thread Vincenzo D'Amore
Images were automatically removed by mailing list. On Wed, 18 Jan 2023 at 22:16, Rohit Walecha wrote: > [image: Screenshot from 2023-01-18 19-06-33.png] > > Restart pattern is above. > > On Wed, Jan 18, 2023 at 2:43 PM Rohit Walecha wrote: > >> Hi, >> >> We have a 3 node *solr(8.8.0)* cluster d