[JBoss JIRA] (ISPN-10115) Missing persistence element when reading a template resource
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-10115?page=com.atlassian.jira.plugi... ]
Ryan Emerson closed ISPN-10115.
-------------------------------
Resolution: Out of Date
Won't fix as Wildfly subsystem no longer exists.
> Missing persistence element when reading a template resource
> ------------------------------------------------------------
>
> Key: ISPN-10115
> URL: https://issues.redhat.com/browse/ISPN-10115
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 9.4.12.Final, 10.0.0.Beta3
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
>
> When reading a template resource, e.g via.
> {code:java}
> /subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=my-template:read-resource
> {code}
> The following is thrown:
> {code:java}
> [standalone@localhost:9990 /] /subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=my-template:read-resource
> {
> "outcome" => "failed",
> "failure-description" => "WFLYCTL0216: Management resource '[
> (\"subsystem\" => \"datagrid-infinispan\"),
> (\"cache-container\" => \"local\"),
> (\"configurations\" => \"CONFIGURATIONS\"),
> (\"local-cache-configuration\" => \"my-template\"),
> (\"persistence\" => \"PERSISTENCE\")
> ]' not found",
> "rolled-back" => true
> }
> {code}
> The problem is caused by the persistence=PERSISTENCE element not being created by the xml reader. This is now necessary as the aliases to the old store entries refer to {{persistence=PERSISTENCE/file-store}} etc, which is called during a read-resource operation.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months
[JBoss JIRA] (ISPN-9879) Refactor PersistenceManager concurrency
by Ryan Emerson (Jira)
[ https://issues.redhat.com/browse/ISPN-9879?page=com.atlassian.jira.plugin... ]
Ryan Emerson closed ISPN-9879.
------------------------------
Fix Version/s: 11.0.0.CR1
Resolution: Out of Date
{{The PersistenceManagerImpl locking was refactored as part of the ISPN-10373 changes.}}
> Refactor PersistenceManager concurrency
> ---------------------------------------
>
> Key: ISPN-9879
> URL: https://issues.redhat.com/browse/ISPN-9879
> Project: Infinispan
> Issue Type: Enhancement
> Components: Loaders and Stores
> Affects Versions: 10.0.0.Alpha2
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
> Priority: Major
> Fix For: 11.0.0.CR1
>
>
> We should refactor the PersistenceManager to not utilise a ReadWriteLock to control stores being started/disabled. It should be possible to disable a store without blocking or waiting for the other stores, and currently all the other uses of the write lock are during start() and stop().
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 10 months