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

GroupRequest: received and suspected is counted twice

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.14, 3.2
    • None
    • None

      When we have 3 members A,B,C and invoke a blocking RPC, if a member does both receive a valid response and is suspected, both events count twice, e.g.:
      A: received / non-suspected (1)
      B: received / suspected (2) // wrong, should count as 1 !
      C: non-received / non-suspected (0)

      So instead of blocking the caller until C is suspected, or we get a valid response from C, the caller in unblocked because we count the valid response and the suspicion of B twice !

      This leads to premature termination of a blocking RPC !

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

                Created:
                Updated:
                Resolved: