[infinispan-dev] inefficient usage of CacheLoader with REPL

Sanne Grinovero sanne at infinispan.org
Tue Dec 20 18:16:38 EST 2011


Hi all,
I just noticed writing a test using REPL that when doing a put
operation the other nodes do a CacheLoader LOAD as well.

Isn't that totally unnecessary?

In fact assuming REPL guarantees consistency across all nodes, any
form of remote return value should be implicitly skipped as we can
satisfy return values by looking at local copies.

Sanne


More information about the infinispan-dev mailing list