Bill commented on a change in pull request #5306:
URL: https://github.com/apache/geode/pull/5306#discussion_r445836429



##########
File path: 
geode-wan/src/main/java/org/apache/geode/cache/client/internal/locator/wan/LocatorMembershipListenerImpl.java
##########
@@ -328,6 +331,7 @@ public void run() {
                   Thread.currentThread().interrupt();
                   logger.warn(
                       "Locator Membership listener permanently failed to 
exchange locator information due to interruption.");
+                  return;

Review comment:
       If a sleep is interrupted we now bail out of `run()` entirely, rather 
than continuing on to attempt delivering the message to the next target. Why 
the change?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to