]
Galder Zamarreño updated ISPN-5129:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Add a clustered transactional cache example for Infinispan Server
-----------------------------------------------------------------
Key: ISPN-5129
URL:
https://issues.jboss.org/browse/ISPN-5129
Project: Infinispan
Issue Type: Task
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 7.1.0.Final
We should add a transactional cache example as a separate configuration in docs/examples
folder.
There's no such example at the moment, and this is really needed in order to avoid
WARN messages when conditional versioned operations are used, e.g.
{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}
Also, this WARN message should only appear when the cache is clustered and there's
> 1 node in the cluster, but currently it also appears in local caches, but this is a
different issue...