Re: SOLR data on ECS problem with write lock files

2024-01-22 Thread matthew sporleder
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

Re: SOLR data on ECS problem with write lock files

2024-01-22 Thread Shawn Heisey
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

Re: SOLR data on ECS problem with write lock files

2024-01-18 Thread uyil...@vivaldi.net.INVALID
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

Re: SOLR data on ECS problem with write lock files

2024-01-18 Thread uyil...@vivaldi.net.INVALID
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.