[
https://issues.apache.org/jira/browse/GEODE-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16938845#comment-16938845
]
ASF subversion and git services commented on GEODE-7196:
--------------------------------------------------------
Commit 24faeea61d6b6a32b12b6ce089eb2ecaaf87eb98 in geode's branch
refs/heads/develop from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=24faeea ]
GEODE-7196 Simplify ClusterDistributionManage
remove distribution ID collections from ClusterDistributionManager
move Executors out of DistributionManager implementations
make membership views immutable - we shouldn't install a new view
and then modify it because it's now used directly by other code.
> Simplify ClusterDistributionManager
> -----------------------------------
>
> Key: GEODE-7196
> URL: https://issues.apache.org/jira/browse/GEODE-7196
> Project: Geode
> Issue Type: Improvement
> Components: membership
> Reporter: Bruce J Schuchardt
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> ClusterDistributionManager maintains its own idea of cluster membership apart
> from the membership manager. It also holds Executors for processing
> messages. Let's get rid of the membership management and move the executors
> some-place else.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)