Re: Handling OOM error

2023-05-09 Thread Shawn Heisey
On 5/8/23 18:36, Anjali Maurya wrote: In solr cloud cluster, we got OOM error for 3 node. When I checked the logs, oom_solr script was executed for only 2 nodes. I want to ask why it was executed for 2 nodes and not for 3rd node when we got OOM error for 3 node. How can we be sure about the oom

Re: Handling OOM error

2023-05-09 Thread Anjali Maurya
In solr cloud cluster, we got OOM error for 3 node. When I checked the logs, oom_solr script was executed for only 2 nodes. I want to ask why it was executed for 2 nodes and not for 3rd node when we got OOM error for 3 node. How can we be sure about the oom_solr script or it there any setting we

Handling OOM error

2023-05-09 Thread Anjali Maurya
Hi all, We faced an out-of-memory error on 3 nodes of a Solr cloud cluster. There is an oom_solr script in the solr binary to kill the solr on out-of-memory error. How this script works and is there any setting we need to do for this?