|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
To unsubscribe from this list please visit:

Thanks for fixing this - it showed-up in one of my tests as well as bottleneck.
Using your fix decreases the blocking situations a lot, however cannot resolve it completely, see attached monitoring statistics.
I will attach a fix which removes contention completely for read-access, however it uses ConcurrentHashMaps and as far as I know you want to keep Java1.4 compatibilty, which would not allow their usage.