mirror of https://github.com/apache/cassandra
Merge da943add35 into 10557d7ffe
This commit is contained in:
commit
6d27ee1b25
|
|
@ -200,7 +200,7 @@ public final class JVMStabilityInspector
|
||||||
{
|
{
|
||||||
if (FORCE_HEAP_OOM_IGNORE_SET.contains(oom.getMessage()))
|
if (FORCE_HEAP_OOM_IGNORE_SET.contains(oom.getMessage()))
|
||||||
return;
|
return;
|
||||||
logger.error("Force heap space OutOfMemoryError in the presence of", oom);
|
logger.error("Non-heap OutOfMemoryError detected, forcing a heap OutOfMemoryError to trigger standard JVM OOM handling:", oom);
|
||||||
// Start to produce heap space OOM forcibly.
|
// Start to produce heap space OOM forcibly.
|
||||||
List<long[]> ignored = new ArrayList<>();
|
List<long[]> ignored = new ArrayList<>();
|
||||||
while (true)
|
while (true)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue