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

Discovery: return_entire_cache generates too many responses

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 5.3.2
    • None
    • None
    • False
    • None
    • False

      When Discovery.return_entire_cache is true, 1 response is sent for every entry in the cache. Because responses are sent as OOB | DONT_BUNDLE, each response takes up 1 thread in the thread pool. This might lead to quick thread pool exhaustion.

      Solution: send only 1 response containing the N cache entries (list of PingData in the message payload).

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

                Created:
                Updated:
                Resolved: