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

Sebastian Łaskawiec (JIRA) issues at jboss.org
Mon Jul 9 08:27:01 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-7609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebastian Łaskawiec reassigned ISPN-7609:
-----------------------------------------

    Assignee:     (was: Sebastian Łaskawiec)


> 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.5.0#75005)



More information about the infinispan-issues mailing list