nabarunnag commented on a change in pull request #6598:
URL: https://github.com/apache/geode/pull/6598#discussion_r651197222
##########
File path:
geode-membership/src/main/java/org/apache/geode/distributed/internal/membership/gms/GMSMembership.java
##########
@@ -479,6 +476,9 @@ public void processView(final MembershipView<ID> newView) {
// the view is complete - let's install it
latestView = newlatestView;
+ for (ID newMember : newMembers) {
Review comment:
I was just wondering if the listner code to trigger view installed be
called before the new members connected event?
--
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:
[email protected]