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

UNICAST: lost ACK leads to endless retransmissions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.2.7, 3.3
    • None
    • None

    Description

      • B sends a unicast message M to A
      • A drops the ACK(M) to B
      • B sends no further messages to A
        --> B will keep retransmitting M to A until it gets an ACK from A, or A leaves the cluster
        --> However, A will not send an ACK(M) to B, as the logic for acking only sends an ack if we did receive a message from B and it was successfully added to the retransmit table
        --> However, the retransmitted M will not get added to A's table, as M has already been received

      SOLUTION:

      • Always ack a message frpm B with the highest delivered seqno for B's table

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: