[
https://issues.apache.org/jira/browse/GEODE-1753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16761276#comment-16761276
]
ASF subversion and git services commented on GEODE-1753:
--------------------------------------------------------
Commit 986ef9dcad9f95e838a0423f01b183724b355bf6 in geode's branch
refs/heads/develop from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=986ef9d ]
GEODE-4582 Remove singleton calls from product code
Removing calls to find an InternalDistributedSystem from membership
classes. This also addresses GEODE-1753 "Clean up initialization of GMS
Services log writer", GEODE-4581 and GEODE-4562.
> Clean up initialization of GMS Services log writer
> --------------------------------------------------
>
> Key: GEODE-1753
> URL: https://issues.apache.org/jira/browse/GEODE-1753
> Project: Geode
> Issue Type: Task
> Components: membership
> Reporter: Bruce Schuchardt
> Priority: Major
>
> The logWriter and securityLogWriter used by the membership component are
> currently installed by InternalDistributedSystem using static variables in
> the GMS Services class. These should instead be put into the transport
> config that is used to initialize the membership manager. The Services class
> can then pick them up from the transport config during initialization & the
> static variables can be removed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)