[
https://issues.apache.org/jira/browse/OPENJPA-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ravi P Palacherla closed OPENJPA-1970.
--------------------------------------
Resolution: Fixed
Fix Version/s: 1.1.1
> CPU spinning forever at TreeMap.get in Schema.java
> ---------------------------------------------------
>
> Key: OPENJPA-1970
> URL: https://issues.apache.org/jira/browse/OPENJPA-1970
> Project: OpenJPA
> Issue Type: Bug
> Components: jdbc
> Affects Versions: 1.1.1
> Environment: openJPA 1.1.x
> Reporter: Ravi P Palacherla
> Assignee: Ravi P Palacherla
> Fix For: 1.1.1
>
> Attachments: OPENJPA-1970.diff
>
>
> CPU is spinning forever at TreeMap.get in schema.java.
> The reason found to be because of structural modification of treemap outside
> a synchronized block.
> Synchronizing the treemap is fixing the issue.
> The issue can be reproduced with an openJPA test case but due to the nature
> of the problem, it is replicable intermittently on dual core machine.
> Attached patch has the test case and also the test case is ignored in default
> runs because it will cause the tests to stuck at TreeMap.get.
> This is seen in 1.1.x version of openJPA and hence uploading the patch only
> for that version.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira