jinmeiliao commented on code in PR #7639:
URL: https://github.com/apache/geode/pull/7639#discussion_r865293177


##########
geode-core/src/main/java/org/apache/geode/distributed/internal/ClusterDistributionManager.java:
##########
@@ -1867,6 +1877,12 @@ void shutdownMessageReceived(InternalDistributedMember 
theId, String reason) {
     handleManagerDeparture(theId, false, reason);
   }
 
+  long getNonLocatorViewMembers() {
+    return getViewMembers().stream()

Review Comment:
   thanks for pointing out those methods. updated the PR to use that instead



-- 
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: notifications-unsubscr...@geode.apache.org

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

Reply via email to