Shanzita commented on code in PR #4691:
URL: https://github.com/apache/cassandra/pull/4691#discussion_r2993373735


##########
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:
   Thank you so much for the review and feedback ! I have changed to 
package-protected with @VisibleForTesting.   



-- 
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]

Reply via email to