You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/10 00:51:00 UTC

[jira] [Commented] (GEODE-7479) Change Membership interface to use MemberIdentifier interface

    [ https://issues.apache.org/jira/browse/GEODE-7479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16992067#comment-16992067 ] 

ASF subversion and git services commented on GEODE-7479:
--------------------------------------------------------

Commit 6f247efc6c0e483af94f361418146a5b9a691548 in geode's branch refs/heads/develop from Ernie Burghardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=6f247ef ]

GEODE-7479: Change Membership interface to use MemberIdentifier interface (#4420)

Changing all classes in Membership to be parameterized by an ID type,
which extends MemberIdentifier. This allows core to create a membership
system that manages InternalDistributedMember objects in a type safe
way.

Removing all uses of InternalDistributedMember, DistributedMember, and
friends from within the membership code.


> Change Membership interface to use MemberIdentifier interface
> -------------------------------------------------------------
>
>                 Key: GEODE-7479
>                 URL: https://issues.apache.org/jira/browse/GEODE-7479
>             Project: Geode
>          Issue Type: Improvement
>          Components: membership
>            Reporter: Ernest Burghardt
>            Assignee: Dan Smith
>            Priority: Major
>             Fix For: 1.12.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> RIght now {{Membership}} is using {{InternalDistributedMember}} and {{DistributedMember}}.
> We want Membership to use MemberIdentifier instead.
> Change the API to use {{MemberIdentifier}}. This will likely result in doing conversions or casting in {{Distribution}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)