I have just tried this with 9.4.1, and I can confirm that it works as intended.
Thanks for fixing, much appreciated!
Best regards,
/Noah
--
Noah Torp-Smith (n...@dbc.dk)
Fra: Noah Torp-Smith
Sendt: 25. oktober 2023 09:59
Til: users@solr.apache.org
Emne: Sv:
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
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