mhansonp commented on code in PR #7554:
URL: https://github.com/apache/geode/pull/7554#discussion_r854389384
##########
geode-core/src/main/java/org/apache/geode/distributed/internal/ClusterDistributionManager.java:
##########
@@ -2345,7 +2368,9 @@ public void newMemberConnected(InternalDistributedMember
member) {
// subsequent deadlock (#45566). Elder selection is now done when a view
// is installed.
try {
+ // if (!dm.getViewMembers().contains(member)) {
Review Comment:
probably should remove this test code.
--
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]