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
ECS though.
-ufuk yilmaz
From: Darren Kukulka
Sent: Thursday, January 18, 2024 6:59 PM
To: users@solr.apache.org
Subject: SOLR data on ECS problem with write lock files
Hi Everybody!
Has anybody had issues with write.lock files on AWS ECS SOLR instances
where data is stored
Hi Everybody!
Has anybody had issues with write.lock files on AWS ECS SOLR instances
where data is stored on EFS? i.e. if the SOLR ECS task restarts SOLR
thinks another process is using the write.lock file to make updates.
But the truth is that the stopped ECS task has not been terminated before