[infinispan-issues] [JBoss JIRA] (ISPN-7609) Deploying custom cache store should not required server restart

Martin Gencur (JIRA) issues at jboss.org
Tue Mar 14 04:45:00 EDT 2017


Martin Gencur created ISPN-7609:
-----------------------------------

             Summary: Deploying custom cache store should not required server restart
                 Key: ISPN-7609
                 URL: https://issues.jboss.org/browse/ISPN-7609
             Project: Infinispan
          Issue Type: Bug
          Components: Loaders and Stores, Server
    Affects Versions: 9.0.0.CR2
            Reporter: Martin Gencur


Steps to reproduce:
1) deploy a custom cache store
2) use CLI to call the following commands:
{code}
/subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache:add(statistics=true)
/subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache/store=customcs:add(class="org.infinispan.persistence.cluster.MyCustomCacheStore")
/subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=mycache/store=customcs/property=customProperty:add(value=10)
/subsystem=datagrid-infinispan/cache-container=local/local-cache=newcache:add(configuration=mycache)
{code}
This sequence adds a new cache that references the custom cache store but the cache store is not working until the server is restarted (and the CLI commands do NOT indicate the need for server restart via "reload-required" outcome)



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list