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/27 16:55:00 UTC

[jira] [Commented] (GEODE-7627) Move membership configuration defaults to the MembershipConfig class

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

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

Commit c485cda4fc31a78892433fcb4726799b4904981f in geode's branch refs/heads/develop from Dan Smith
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c485cda ]

GEODE-7627: Moving defaults to MembershipConfig

Moving the defaults of membership related settings to the
MembershipConfig class, and referencing them from DistributionConfig.
This makes it easier to create a Membership with the correct default
values.

Adding default implementations of many of the Membership colaborators,
such as AuthenticatorNoOp and MembershipStatisticsNoOp.

Adding a test of creating a Membership using only membership classes.
This test still has several TODOs related to core classes which were
necessary or helpful to make this work.

Co-authored-by: Bill Burcham <bi...@gmail.com>


> Move membership configuration defaults to the MembershipConfig class
> --------------------------------------------------------------------
>
>                 Key: GEODE-7627
>                 URL: https://issues.apache.org/jira/browse/GEODE-7627
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Dan Smith
>            Assignee: Dan Smith
>            Priority: Major
>             Fix For: 1.12.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Most of the default values that membership uses are not part of the membership module - they are in DistributionConfig. Move these defaults to MembershipConfig.



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