pivotal-jbarrett commented on code in PR #7721:
URL: https://github.com/apache/geode/pull/7721#discussion_r894035523
##########
geode-membership/src/main/java/org/apache/geode/distributed/internal/membership/gms/fd/GMSHealthMonitor.java:
##########
@@ -1425,6 +1425,16 @@ private void sendSuspectRequest(final
List<SuspectRequest<ID>> requests) {
processMessage(smm);
}
+ void doAndIgnoreRejectedExecutionExceptionIfStopping(final Checker checker) {
Review Comment:
Looks like `Runnable` would suffice rather than building our own interface.
--
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]