]
Bela Ban resolved JGRP-2053.
----------------------------
Resolution: Done
Moved {{Connection.close()}} outside the synchronized clause
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
Attachments: dump.txt
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.