Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEODE-7358: Membership code should use InternalDistributedMember as the membership identifier #4230

Merged
merged 11 commits into from Oct 31, 2019

Conversation

bschuchardt
Copy link
Contributor

Thank you for submitting a contribution to Apache Geode.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

Note:

Please ensure that once the PR is submitted, check Concourse for build issues and
submit an update to your PR as soon as possible. If you need help, please send an
email to dev@geode.apache.org.

@lgtm-com
Copy link

lgtm-com bot commented Oct 25, 2019

This pull request introduces 1 alert when merging 02e8af4 into 30b35cd - view on LGTM.com

new alerts:

  • 1 for Equals method does not inspect argument type

@lgtm-com
Copy link

lgtm-com bot commented Oct 29, 2019

This pull request introduces 1 alert when merging bf99c0c into 7f29489 - view on LGTM.com

new alerts:

  • 1 for Equals method does not inspect argument type

@lgtm-com
Copy link

lgtm-com bot commented Oct 29, 2019

This pull request introduces 1 alert when merging 38646da into 850f6d9 - view on LGTM.com

new alerts:

  • 1 for Equals method does not inspect argument type

…he membership identifier

Initial refactor: removal of NetMember, MemberAttributes and other classes that subordinated GMS
identifiers.  Repurposing GMSMember as a data packet to hold information required in a membership
identifer.
these identifiers morph after the client's membership identifier has been formed
so the member ID needs to be updated before serializing it
@lgtm-com
Copy link

lgtm-com bot commented Oct 30, 2019

This pull request introduces 1 alert when merging db37e1d into d30e2e8 - view on LGTM.com

new alerts:

  • 1 for Equals method does not inspect argument type

@bschuchardt bschuchardt marked this pull request as ready for review October 30, 2019 19:24
@lgtm-com
Copy link

lgtm-com bot commented Oct 30, 2019

This pull request introduces 1 alert when merging ca001e1 into 0015532 - view on LGTM.com

new alerts:

  • 1 for Equals method does not inspect argument type

@upthewaterspout upthewaterspout changed the title Feature/geode 7358 GEODE-7358: Membership code should use InternalDistributedMember as the membership identifier Oct 30, 2019
@bschuchardt bschuchardt merged commit 77103d0 into develop Oct 31, 2019
@bschuchardt bschuchardt deleted the feature/GEODE-7358 branch November 4, 2019 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants