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

STOP_FLUSH race condition in 3.x

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.6
    • 3.3.4
    • None

    Description

      Similar to JGRP-1674.

      flush_unblock_promise in FLUSH is not reset before use in waitForUnblock.

      Any UNBLOCK (such as another node running FLUSH) will set it, not just the expected UNBLOCK.
      The next call to waitForUnblock will not block.
      (and if the UNBLOCK it was waiting for comes later, it will trigger the issue again on the next waitForUnblock).

      Attachments

        Issue Links

          Activity

            People

              rhn-support-dereed Dennis Reed
              rhn-support-dereed Dennis Reed
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: