Reduce lock contention in JDBCStoreManager
------------------------------------------
Key: OPENJPA-1421
URL: https://issues.apache.org/jira/browse/OPENJPA-1421
Project: OpenJPA
Issue Type: Bug
Components: kernel
Affects Versions: 1.2.2, 1.3.0
Reporter: Rick Curtis
Assignee: Rick Curtis
Fix For: 1.2.2, 1.3.0
When testing on a high end machine, we found a bottleneck in calling
JDBCStoreManager.getCacheMapFromQuerySQLCache(...). To fix the problem, had
each caller will hold onto the cacheMap that is returned from
getCacheMapFromQuerySQLCache(...) rather than call it multiple times.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.