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
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

SOLR data on ECS problem with write lock files

2024-01-18 Thread Darren Kukulka
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