On 6/8/2022 6:45 AM, Parag Ninawe wrote:
We are using Solr 7.7.3 We have observed that deleteByQuery parameter causing sudden spikes in JVM causing OOM.
What do you know about the OOM? Is it an OS-level OOM or a Java level OOM? If it's Java, have you seen the actual exception? A whole bunch of things can cause Java OOM, and it is not always memory.
What evidence do you have that OOM is occurring? Where is the problem seen, and what are the exact symptoms that led you to conclude that OOM was the problem?
Thanks, Shawn