[
https://issues.apache.org/jira/browse/GORA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15497179#comment-15497179
]
Hudson commented on GORA-494:
-----------------------------
SUCCESS: Integrated in Jenkins build gora-trunk #1686 (See
[https://builds.apache.org/job/gora-trunk/1686/])
GORA-494 Lack of synchronization accessing cacheManager in (lewis.mcgibbney:
rev 882fac9790e64183999cf6d3714d12d0e73da351)
* (edit)
gora-infinispan/src/main/java/org/apache/gora/infinispan/store/InfinispanClient.java
> Lack of synchronization accessing cacheManager in
> InfinispanClient#createSchema()
> ---------------------------------------------------------------------------------
>
> Key: GORA-494
> URL: https://issues.apache.org/jira/browse/GORA-494
> Project: Apache Gora
> Issue Type: Bug
> Components: gora-infinispan
> Reporter: Ted Yu
> Assignee: Ted Yu
> Fix For: 0.7
>
> Attachments: GORA-494.v1.patch
>
>
> {code}
> public void createSchema() {
> try {
> Support.registerSchema(cacheManager,
> persistentClass.newInstance().getSchema());
> {code}
> Access to cacheManager should be synchronized.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)