Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
main (10.0), 9.2
-
None
-
None
Description
In SOLR-8803 I changed OOME handling from a shell script to Java's CrashOnOutOfMemoryError feature.
It was revealed that this breaks automatic restarting of Solr inside the docker container.
This issue will change OOME handling from CrashOnOutOfMemoryError to ExitOnOutOfMemoryError. With that option, the cause of the OOME is logged by Java to the console. There were two primary motivations behind changing the behavior in SOLR-8803: 1) Cross-platform OOME handling. 2) Always having the cause of any OOME available. This change will preserve both of those.
Attachments
Attachments
Issue Links
- is caused by
-
SOLR-8803 Generalize OOME handling to work for any OS
- Closed