There are a lot of warning during Infinispan tests: [ quote code ] 150 WARN [org.infinispan.server.hotrod.Decoder2x] (HotRod-ServerWorker-3-2) ISPN006011: Operation 'REPLACE_IF_UNMODIFIED' forced to return previous value should be used on transactional caches, otherwise data inconsistency issues could arise under failure situations 155 WARN [org.infinispan.server.hotrod.Decoder2x] (HotRod-ServerWorker-3-2) ISPN006011: Operation 'PUT_IF_ABSENT' forced to return previous value should be used on transactional caches, otherwise data inconsistency issues could arise under failure situations 157 WARN [org.infinispan.server.hotrod.Decoder2x] (HotRod-ServerWorker-3-2) ISPN006011: Operation 'REMOVE' forced to return previous value should be used on transactional caches, otherwise data inconsistency issues could arise under failure situations [/ quote code ] |
|