You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2016/09/16 08:05:22 UTC

[jira] [Updated] (GORA-494) Lack of synchronization accessing cacheManager in InfinispanClient#createSchema()

     [ https://issues.apache.org/jira/browse/GORA-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated GORA-494:
--------------------------------------
    Fix Version/s: 0.7

> 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
>            Reporter: Ted Yu
>             Fix For: 0.7
>
>
> {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)