On 6/21/2022 4:54 AM, Poorna Murali wrote:
If we have an alerting mechanism which says if a solr node is down, is it
possible to configure the alert with some action which will restart that
solr node and recover automatically?
Please advise.
I agree with Dave.
When the environment is valid (OS and Java are working correctly and
there is plenty of disk space, memory, and other resources like
available file handles), Solr does not crash. If it HAS crashed, then
something is wrong that needs fixing, and simply restarting Solr is
almost certainly going to lead to it crashing again. Because of this,
Solr does not come with anything that will automatically restart it. If
you want that, you'll need to implement it as part of your monitoring
... and it's not something that we recommend.
Thanks,
Shawn