[jboss-jira] [JBoss JIRA] (WFLY-4905) CacheRemoveHandler can't run in same op as remove of parent cache-container

Brian Stansberry (JIRA) issues at jboss.org
Sat Jul 11 18:57:05 EDT 2015


Brian Stansberry created WFLY-4905:
--------------------------------------

             Summary: 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: Paul Ferraro


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
(v6.3.15#6346)


More information about the jboss-jira mailing list