Just to clarify, can you comment on whether the statements below are true ?
#1 When mode=repl is used, the event itself is never broadcast; it is always local and no communication is needed #2 when mode=dist, is the event broadcast synchronously or asynchronously, can this be configured ? I think it doesn't make sense to broadcast the event synchronously in dist-async, for instance. Regarding #2: if this mechanism is used unwisely, a user can destroy all the advantages (perf) brought by DIST by causing a broadcast for every update. Is there anything to prevent this (e.g. a sanity check at startup) ? On 10/30/13 8:33 PM, Mircea Markus wrote: > Okay, and now the good URL (3rd try): > https://github.com/infinispan/infinispan/wiki/Clustered-listeners > > On Oct 30, 2013, at 7:31 PM, Mircea Markus <[email protected]> wrote: > >> Ups, wrong URL. >> >> This is the design for cluster events: >> https://github.com/infinispan/infinispan/wiki/Handling-cluster-partitions >> >> >> On Oct 30, 2013, at 7:05 PM, Mircea Markus <[email protected]> wrote: >> >>> Hi, >>> >>> I've added a wiki page[1] capturing our discussions around cluster events. >>> Any feedback welcomed! >>> >>> [1] >>> https://github.com/infinispan/infinispan/wiki/Handling-cluster-partitions >>> >>> Cheers, >>> -- >>> Mircea Markus >>> Infinispan lead (www.infinispan.org) >>> >>> >>> >>> >> >> Cheers, >> -- >> Mircea Markus >> Infinispan lead (www.infinispan.org) >> >> >> >> > > Cheers, > -- Bela Ban, JGroups lead (http://www.jgroups.org) _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
