[infinispan-issues] [JBoss JIRA] (ISPN-11384) Cannot create OFF_HEAP caches dynamically

Gustavo Fernandes (Jira) issues at jboss.org
Wed Feb 26 12:34:25 EST 2020


Gustavo Fernandes created ISPN-11384:
----------------------------------------

             Summary: Cannot create OFF_HEAP caches dynamically
                 Key: ISPN-11384
                 URL: https://issues.redhat.com/browse/ISPN-11384
             Project: Infinispan
          Issue Type: Enhancement
          Components: Hot Rod, REST
    Affects Versions: 10.1.3.Final, 11.0.0.Alpha1
            Reporter: Gustavo Fernandes


{code:xml}
<infinispan>
    <cache-container>
        <local-cache name ="offheap-cache">
            <memory>
                <off-heap/>
            </memory>
        </local-cache>
    </cache-container>
</infinispan>
{code}

The config above when posted via REST will ignore the <off-heap/> and create a regular cache



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the infinispan-issues mailing list