Re: Cannot Run Solr as the Solr User

2024-05-26 Thread Shawn Heisey
On 5/22/24 10:16, Lee Daniel wrote:  * Upon installing Apache Solr, a user */solr/* was automatically created. o Running Solr through from the root is not recommend and will    terminate unless `-force` is used.  * If I switch accounts `su solr`/*, */run `/opt/solr/bin/solr start`,

Re: Basic configuration of Solr with Docker on Plesk

2024-05-26 Thread Shawn Heisey
On 5/22/24 10:23, Jorge Sánchez Briantes wrote: Due to Plesk requirements, if you need Solr and Zookeeper in the same web server, they must be installed on a Docker container. I have deployed it and I have a fresh Solr 9.6, and Zookeeper 3.9.2., running. I have readthis page

Re: Memory tuning advice for small single-node Solr instance

2024-05-26 Thread Shawn Heisey
On 5/25/24 07:09, Imran Chaudhry wrote: Just a follow-up that since limiting my Solr QuerySet rows to 1000 like this: qs.get_results(rows=1000) ...I have not had a single OOM killer issue. I consider this resolved. Reducing rows can reduce the amount of heap memory that Solr needs because So

RE: Re: Cannot Run Solr as the Solr User

2024-05-26 Thread Lee Daniel
Hey Shawn, Thanks much for the reply. I have used this command * /sudo service solr start/stop/restart/ I have also run it by using: * /sudo systemctl start/stop/restart solr/ But I assumed that's how it should be ran because of the documentation for Apache Solr 9.5.. So my concern is

SolrCloud Collections with Helm

2024-05-26 Thread Christos Malliaridis
Hello everyone, I am a new adopter of Solr and I am working on a Kubernetes cluster setup where I run a helm chart for installing and configuring multiple components of a backend, including Apache Kafka, Flink and Solr. Most components come with their own operator and CRDs which I install with a