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

FC: max time to block until message is sent

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 2.6.4, 2.7
    • None
    • None

      When a message doesn't have enough credits to get sent, the sender blocks in FC.down(), sending a credit request every max_block_time ms and will be able to unblock and send the message only when new credits arrive.

      To prevent indefinite blocking (e.g. when the OOB thread pool is exhausted and new credits cannot be processed), add a property max_wait_time_per_message, which defines the max number of milliseconds a message will ever be blocked in FC, before it is sent. This is regardless of the number of credits left.

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

                Created:
                Updated:
                Resolved: