[jboss-jira] [JBoss JIRA] (WFLY-8913) It is not possible to add cache store in infinispan subsystem

Maxim Karavaev (JIRA) issues at jboss.org
Tue Jan 16 01:27:00 EST 2018


    [ https://issues.jboss.org/browse/WFLY-8913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13517423#comment-13517423 ] 

Maxim Karavaev commented on WFLY-8913:
--------------------------------------

I am confused. I'm just download the last version *WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final)* and got this error:
{noformat}
[standalone at localhost:9990 /] /subsystem=infinispan/cache-container=hibernate/local-cache=foobar1:add()
{"outcome" => "success"}
[standalone at localhost:9990 /] /subsystem=infinispan/cache-container=hibernate/local-cache=foobar1/store=STORE:add(class="org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder")
{
    "outcome" => "failed",
    "failure-description" => "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service org.wildfly.clustering.infinispan.cache.store.hibernate.foobar1 is already registered",
    "rolled-back" => true
}
{noformat}

Does it fixed or not? And in which version?

> It is not possible to add cache store in infinispan subsystem
> -------------------------------------------------------------
>
>                 Key: WFLY-8913
>                 URL: https://issues.jboss.org/browse/WFLY-8913
>             Project: WildFly
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 11.0.0.Alpha1
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>             Fix For: 11.0.0.Beta1
>
>
> Adding cache store to already created cache ends by failure even if it should succeed:
> {code}
> [standalone at localhost:9990 /] /subsystem=infinispan/cache-container=hibernate/invalidation-cache=foobar/store=STORE:add(class="org.infinispan.configuration.cache.SingleFileStoreConfigurationBuilder")
> {
>     "outcome" => "failed",
>     "failure-description" => "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service org.wildfly.clustering.infinispan.cache.store.hibernate.foobar is already registered",
>     "rolled-back" => true
> }
> {code}
> This is a regression against 7.1.0.DR18.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list