[JBoss JIRA] Created: (JGRP-1337) ConnectionMap: getConnection() can be a bottleneck
by Bela Ban (JIRA)
ConnectionMap: getConnection() can be a bottleneck
--------------------------------------------------
Key: JGRP-1337
URL: https://issues.jboss.org/browse/JGRP-1337
Project: JGroups
Issue Type: Enhancement
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 3.1
When multiple threads call TcpConnectionMap.Mapper.getConnection() to different target addresses, and some of those addresses are down, then the threads unnecessarily compete for the same lock, therefore socket creations to targets which are up might get delayed by socket creations to targets which are down.
SOLUTION: move the actual creation of a socket out of the lock scope
NOTE: getConnection() may not even need to acquire the lock as the calling code already acquired it.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (JBAS-8222) Common approach to extension properties
by Brian Stansberry (JIRA)
Common approach to extension properties
---------------------------------------
Key: JBAS-8222
URL: https://jira.jboss.org/browse/JBAS-8222
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 7.0.0.M1
Various elements in the domain models schema will include generic <properties> elements. David LLoyd described such an element as "the last ditch thing where we can add in stuff for support etc. without changing the schema."
We need to document and clarify what the users can expect in terms of forward compatibility for content they include in such an element. And then ensure it's applied consistently across the various schema we'll be using.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months