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 Schuchardt (JIRA)" <ji...@apache.org> on 2016/05/16 19:12:12 UTC

[jira] [Resolved] (GEODE-1375) When using multicast a new member needs to receive the multicast message digest

     [ https://issues.apache.org/jira/browse/GEODE-1375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Schuchardt resolved GEODE-1375.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0.0-incubating.M3

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 96c67d4af -> 6dd3a580f


GEODE-1375 When using multicast a new member needs to receive the multicast message digest

This reinstates the sending of JoinResponseMessages so that the new member
can get the jgroups multicast digest.  The JoinResponseMessages are sent
after installing the new membership view, so JGroupsMessenger has been
changed to use MERGE_VIEW instead of SET_VIEW to install the digest since
it may have already received multicast messages from some members.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/6dd3a580
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/6dd3a580
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/6dd3a580

Branch: refs/heads/develop
Commit: 6dd3a580ffb68331c9c45b3e311d7f31c4cfca05
Parents: 96c67d4
Author: Bruce Schuchardt <bs...@pivotal.io>
Authored: Wed May 11 15:26:08 2016 -0700
Committer: Bruce Schuchardt <bs...@pivotal.io>
Committed: Wed May 11 15:27:41 2016 -0700

> When using multicast a new member needs to receive the multicast message digest
> -------------------------------------------------------------------------------
>
>                 Key: GEODE-1375
>                 URL: https://issues.apache.org/jira/browse/GEODE-1375
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Bruce Schuchardt
>             Fix For: 1.0.0-incubating.M3
>
>
> Sending of JoinResponseMessages was removed a couple of months ago but this was the carrier of the multicast message digest (when multicast is enabled).  Something needs to be done to transmit this digest to new members.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)