[infinispan-dev] DIST and putAll calls

Galder Zamarreno galder.zamarreno at redhat.com
Wed Jul 8 11:13:46 EDT 2009


Hi,

Re: https://jira.jboss.org/jira/browse/ISPN-120

While looking at this, I've started thinking how DIST dealt with 
putAll() calls. It looks, based on 
MultipleKeysRecipientGenerator.generateRecipients() that there's a union 
made of all the recipients for all the keys in the putAll(). Is that 
how's that supposed to work?

Theoretically, it looks to me there should be a put op called for each 
of the keys but obviously, doing the current way is more performant in 
spite of creating more copies in the cluster than the number of owners set.

Thoughts?
-- 
Galder Zamarreño
Sr. Software Engineer
Infinispan, JBoss Cache



More information about the infinispan-dev mailing list