mirror of https://github.com/apache/cassandra
CASSANDRA-19831: Off-heap -> Non-heap
Changed wording of "Off-heap" to "Non-heap" to be more generic and match the contract defined in the comments of the method Patch by Isaac Liu; reviewed by TBD for CASSANDRA-19831
This commit is contained in:
parent
1ca922b108
commit
7a5e3d3cc9
|
|
@ -200,7 +200,7 @@ public final class JVMStabilityInspector
|
|||
{
|
||||
if (FORCE_HEAP_OOM_IGNORE_SET.contains(oom.getMessage()))
|
||||
return;
|
||||
logger.error("Off-heap OutOfMemoryError detected, forcing a heap OutOfMemoryError to trigger standard JVM OOM handling:", 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.
|
||||
List<long[]> ignored = new ArrayList<>();
|
||||
while (true)
|
||||
|
|
|
|||
Loading…
Reference in New Issue