]
Will Burns closed ISPN-10222.
-----------------------------
Resolution: Rejected
Note an issue, due to incorrect assertion.
(Prepare|Commit)Commands don't pay attention to flags on the
Cache
------------------------------------------------------------------
Key: ISPN-10222
URL:
https://issues.jboss.org/browse/ISPN-10222
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.Beta3
Reporter: Will Burns
Priority: Major
Fix For: 10.0.0.Final
The prepare and commit commands dont' allow for passed flags like other commands.
This means that a flag such as SKIP_CACHE_STORE will be ignore and an entry will always be
written to the store. This is easily apparent when having preload with a tx cache as it
will insert every single entry back into the store again!