mkevo commented on a change in pull request #6225:
URL: https://github.com/apache/geode/pull/6225#discussion_r618159171



##########
File path: 
geode-core/src/main/java/org/apache/geode/distributed/internal/ClusterDistributionManager.java
##########
@@ -350,13 +350,13 @@ static ClusterDistributionManager 
create(InternalDistributedSystem system,
               }
             }
           }
+        } else {
+          distributionManager.addNewMember(id); // add ourselves

Review comment:
       In the method, _create_(ClusterDistributionManager.java) it adds itself 
twice(ClusterDistributionManager constructor and there again). So it increments 
this attribute for both _addNewMember()_ call.




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


Reply via email to