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

Transport: make probe pluggable

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Minor
    • 2.6.5, 2.7
    • None
    • None
    • 0
    • 0% 0%

    Description

      Probe will call into a bunch of listeners on TP, e.g. implementing
      String handleProbe(String[] keys);

      On the client side, probe.sh -query KEY-1 KEY2 KEY-3
      would send a probe to all nodes, and all registered listeners would get a
      handleProbe(KEY1, KEY-2, KEY-3) invoked.

      The aggregated data is then sent back to the client, possibly in multiple packets is the size gets too big.

      This allows apps to define special handling of their own keywords.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: