You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce J Schuchardt (Jira)" <ji...@apache.org> on 2019/12/03 23:02:00 UTC

[jira] [Created] (GEODE-7529) Reimplement DistributionMessage's implementation of "recipients"

Bruce J Schuchardt created GEODE-7529:
-----------------------------------------

             Summary: Reimplement DistributionMessage's implementation of "recipients"
                 Key: GEODE-7529
                 URL: https://issues.apache.org/jira/browse/GEODE-7529
             Project: Geode
          Issue Type: Bug
          Components: membership
            Reporter: Bruce J Schuchardt


DistributionMessage uses an array of member identifiers to hold its recipients list, which is a hold-over from the initial shared-memory implementation of Geode.  We should rewrite this to use a collection (even an ArrayList would be better) and maybe also a boolean to indicate that all members should receive the message.



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