ladyVader commented on pull request #5843: URL: https://github.com/apache/geode/pull/5843#issuecomment-775518895
It seems that DistributionLocatorId.equals() can return true if one of the two compared objects doesn't have the memberName and the other does ... but DistributionLocatorId.hashCode() will be different ... if we invoke contains() on a Set of DistributionLocatorIds ... contains() will return false in that case. I also found the logging a bit misleading once toString() didn't include the memberName. ---------------------------------------------------------------- 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]
