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

JChannel.startFlush does not pass down timeout

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.5
    • 2.5
    • None
    • Low

      JChannel.startFlush() does not pass down the timeout in the Suspend event.

      This causes a fixed timeout of 4000 to be used on flushes:

      Flush.java:
      case Event.SUSPEND:
      return startFlush(evt, 4000, 5, false);

      The SUSPEND event may or may not take a View as the arg, so, something will have to be done to pass the timeout down. Perhaps a Map as the event arg with "timeout" and "view" as possible keys?

              vblagoje Vladimir Blagojevic (Inactive)
              mnewcomb_jira Michael Newcomb (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: