[jboss-jira] [JBoss JIRA] Resolved: (JGRP-1093) NAKACK: maintaining stats ist costly
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue Nov 10 06:28:05 EST 2009
[ https://jira.jboss.org/jira/browse/JGRP-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-1093.
----------------------------
Resolution: Done
> NAKACK: maintaining stats ist costly
> ------------------------------------
>
> Key: JGRP-1093
> URL: https://jira.jboss.org/jira/browse/JGRP-1093
> Project: JGroups
> Issue Type: Task
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 2.8
>
>
> 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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list