]
Will Burns resolved ISPN-5184.
------------------------------
Resolution: Out of Date
Shared = false is confirmed to be working in more recent versions. Unfortunately this may
have been an issue for a now very old version.
The option "shared=true" in custom persistance storage does
not work
--------------------------------------------------------------------
Key: ISPN-5184
URL:
https://issues.redhat.com/browse/ISPN-5184
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 7.0.3.Final
Reporter: Pavlo Pohrebnyi
Assignee: Will Burns
Priority: Major
When I'm tried to enable option "shared=true" in custom persistance
storage, nothing changes - all nodes updates storage (should update only node, that put
cache entry).
This is part of documentation:
shared - (false by default) indicates that the cache loader is shared among different
cache instances, for example where all instances in a cluster use the same JDBC settings
to talk to the same remote, shared database. Setting this to true prevents repeated and
unnecessary writes of the same data to the cache loader by different cache instances.