smiklosovic commented on code in PR #4691:
URL: https://github.com/apache/cassandra/pull/4691#discussion_r2992824418
##########
src/java/org/apache/cassandra/utils/JVMStabilityInspector.java:
##########
@@ -186,7 +191,17 @@ else if (t instanceof UnrecoverableIllegalStateException)
inspectThrowable(t.getCause(), fn, isUncaughtException);
}
- private static final Set<String> FORCE_HEAP_OOM_IGNORE_SET =
ImmutableSet.of("Java heap space", "GC Overhead limit exceeded");
+ public static final Set<String> FORCE_HEAP_OOM_IGNORE_SET =
ImmutableSet.of("Java heap space", "GC Overhead limit exceeded");
Review Comment:
@Shanzita annotate this with `@VisibleForTesting`. You might additionally
make it package protected as both test and this class are in the same package.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]