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

TP: enable loopback by default and discard own multicasts

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 3.5
    • None
    • None

    Description

      Enable TP.looback by default (deprecate and ignore prop): all messages sent by self are passed right to a thread pool to send them up again.

      When a multicast message sent by self is received, it is currently passed to a thread pool, de-serialized and only then discarded if loopback=true. This means that we create an unneeded buffer for de-serializationand perform de-serialization.

      SOLUTION: discard the multicast from self immediately when receiving it, in TP.receive()

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: