On Mon, Jan 22, 2024 at 2:00 PM Shawn Heisey
wrote:
> On 1/18/24 09:08, uyil...@vivaldi.net.INVALID wrote:
> > I had a very similar problem when running Solr on EKS kubernetes
> cluster. The solution I found was to add a pre_stop shutdown hook to the
> kubernetes deployment, which runs the comman
On 1/18/24 09:08, uyil...@vivaldi.net.INVALID wrote:
I had a very similar problem when running Solr on EKS kubernetes cluster. The solution I found was
to add a pre_stop shutdown hook to the kubernetes deployment, which runs the command
"/opt/solr/bin/solr stop -k solrrocks -p 8983" to graceful
ry high availability.
-ufuk yilmaz
From: uyil...@vivaldi.net.INVALID
Sent: Thursday, January 18, 2024 7:08 PM
To: users@solr.apache.org
Subject: Re: SOLR data on ECS problem with write lock files
Hello Darren,
I had a very similar problem when running Solr on EK
Hello Darren,
I had a very similar problem when running Solr on EKS kubernetes cluster. The
solution I found was to add a pre_stop shutdown hook to the kubernetes
deployment, which runs the command "/opt/solr/bin/solr stop -k solrrocks -p
8983" to gracefully stop Solr before the pod is killed.