[
https://issues.jboss.org/browse/WFLY-4905?page=com.atlassian.jira.plugin....
]
Kabir Khan updated WFLY-4905:
-----------------------------
Fix Version/s: 10.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many
of these so I am not checking the history properly. From the lastModified date of this
issue it looks like it was done for 10.0.0.Final (I am not caring about alpha/beta etc.
for this exercise). If that is incorrect please adjust as needed.
CacheRemoveHandler can't run in same op as remove of parent
cache-container
---------------------------------------------------------------------------
Key: WFLY-4905
URL:
https://issues.jboss.org/browse/WFLY-4905
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.Alpha4
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 10.0.0.Final
CacheRemoveHandler tries to read its parent resource in Stage.RUNTIME, which means it
can't run in the same op (say a composite) with a remove of the parent, as the parent
resource will be gone by RUNTIME.
This will also interfere with the WFCORE-808 improvement.
Easy fix, as the read of the parent resource looks to be cruft; the data is never used.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)