Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-1628

RELAY2: RelayDemoRpc no return value from non site master node

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • 3.3
    • 3.2.8, 3.3
    • None
    • Hide
      • Start 2 sites and 3 nodes sfo:sfo1, lon:lon1 and lon:lon2, using demo code from org.jgroups.demos.RelayDemoRpc
      • Use "<text> // multicast, RELAY2 will relay to all members of sites" option to call all members. Type some text.
      • handMessage method will be called on sfo1, lon1 (SiteMaster) and lon2 but you will receive reply from only sfo1 and lon1

      sfo.xml and lon.xml is same as conf/udp.xml with following protocols at the top.
      ...
      <PEER_LOCK/>
      <!-- pbcast.FLUSH /-->
      <relay.RELAY2 site="XXX" config=".../Downloads/relay2.xml"
      relay_multicasts="true" />
      <FORWARD_TO_COORD />
      ...

      Here relay2.xml is from conf/relay2.xml and global.xml is conf/tcp.xml

      Show
      Start 2 sites and 3 nodes sfo:sfo1, lon:lon1 and lon:lon2, using demo code from org.jgroups.demos.RelayDemoRpc Use "<text> // multicast, RELAY2 will relay to all members of sites" option to call all members. Type some text. handMessage method will be called on sfo1, lon1 (SiteMaster) and lon2 but you will receive reply from only sfo1 and lon1 sfo.xml and lon.xml is same as conf/udp.xml with following protocols at the top. ... <PEER_LOCK/> <!-- pbcast.FLUSH /--> <relay.RELAY2 site="XXX" config=".../Downloads/relay2.xml" relay_multicasts="true" /> <FORWARD_TO_COORD /> ... Here relay2.xml is from conf/relay2.xml and global.xml is conf/tcp.xml

    Description

      In RELAY2, when multicast forwarding is ON and method is called with destination equal to 'null' and reply.ALL then corresponding method is invoked from all the members of a cluster, local as well as remote site. But reply is gathered only from local and site masters. Method return value from non site master remote nodes is either ignored or dropped somewhere.

      Attachments

        Activity

          People

            rhn-engineering-bban Bela Ban
            forkaustubh_jira kaustubh sinkar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: