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

NAKACK: maintaining stats ist costly

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 2.8
    • None
    • None

      In NAKACK, we maintain mulitple hashmaps of statistics data, e.g. average retransmission times etc, if stats="true" (default). This is costly, and some stats updates are on the critical path.

      Investigate whether we can apply lock narrowing for stats. Possibly use more concurrent data structures. Maybe also turn unused stats off, e.g. if we don't do retransmission based on avg retransmission times, turn retransmission stats off.

      This could be moved into 2.9 if there is not enough time to do this in 2.8

              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: