[jboss-jira] [JBoss JIRA] (JGRP-2053) TCP: reduce blocking on BaseServer

Bela Ban (JIRA) issues at jboss.org
Mon Apr 18 07:53:00 EDT 2016


Bela Ban created JGRP-2053:
------------------------------

             Summary: TCP: reduce blocking on BaseServer
                 Key: JGRP-2053
                 URL: https://issues.jboss.org/browse/JGRP-2053
             Project: JGroups
          Issue Type: Bug
            Reporter: Bela Ban
            Assignee: Bela Ban
             Fix For: 3.6.10, 4.0


There's work that can be done outside of synchronized statements and locks, e.g. {{BaseServer.removeConnectionIfPresent()}} can close the connection outside the synchronized block. This block delays other threads, see attached dump.txt for details.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list