]
Tristan Tarrant updated ISPN-5130:
----------------------------------
Fix Version/s: 7.1.0.CR1
(was: 7.1.0.Beta1)
Conditional operation warning should only appear for clustered
caches
---------------------------------------------------------------------
Key: ISPN-5130
URL:
https://issues.jboss.org/browse/ISPN-5130
Project: Infinispan
Issue Type: Bug
Affects Versions: 7.1.0.Alpha1, 7.0.3.Final
Reporter: Galder ZamarreƱo
Assignee: Galder ZamarreƱo
Fix For: 7.1.0.CR1, 7.1.0.Final, 7.0.4.Final
Even for local caches, the following warning is shown when using conditional operations:
{code}
08:38:08,920 WARN [org.infinispan.server.hotrod.Decoder2x$] (HotRodServerWorker-6-8)
ISPN006010:
Conditional operation 'ReplaceIfUnmodifiedRequest' should be used with
transactional caches, otherwise data inconsistency issues could arise under failure
situations
{code}
This warning should only appear in clustered situations where the real danger is present
(see ISPN-2956)