[infinispan-issues] [JBoss JIRA] (ISPN-9136) Pending-puts cache configuration is not cleaned up

Radim Vansa (JIRA) issues at jboss.org
Wed May 9 04:49:02 EDT 2018


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

Radim Vansa updated ISPN-9136:
------------------------------
    Description: 
When shutting down the RegionFactory the caches belonging to regions are cleaned up; pending-puts caches are not, though.

Actually this is not really a problem since SessionFactoryImp.close > EnabledCaching.close iterates through all regions and calls 'destroy'. However we should make the impl more resilient against starting with existing configuration.

  was:When shutting down the RegionFactory the caches belonging to regions are cleaned up; pending-puts caches are not, though.



> Pending-puts cache configuration is not cleaned up
> --------------------------------------------------
>
>                 Key: ISPN-9136
>                 URL: https://issues.jboss.org/browse/ISPN-9136
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Hibernate Cache
>    Affects Versions: 9.2.2.Final, 9.3.0.Alpha1
>            Reporter: Radim Vansa
>            Assignee: Radim Vansa
>
> When shutting down the RegionFactory the caches belonging to regions are cleaned up; pending-puts caches are not, though.
> Actually this is not really a problem since SessionFactoryImp.close > EnabledCaching.close iterates through all regions and calls 'destroy'. However we should make the impl more resilient against starting with existing configuration.



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


More information about the infinispan-issues mailing list