<div dir="ltr">I also like #3.  However I wonder if we want to expand it to include cache removal/expiration in this new event as well.  This would simplify a user listening for data being changed in only a given listener and it could be clustered.<div><br></div><div> - Will</div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Oct 8, 2015 at 6:38 AM Galder Zamarreño &lt;<a href="mailto:galder@redhat.com">galder@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think I&#39;m leaning towards 3.<br>
<br>
I would favour 2 if all listeners were already in place for Functional API, since I think down the line we&#39;d want to offer 3 map-like APIs: ConcurrentMap, JCache and Functional Map. Hence phasing out Cache as an end-user API... Since we&#39;re not there yet, I&#39;d vote for option 3 below.<br>
<br>
Cheers,<br>
--<br>
Galder Zamarreño<br>
Infinispan, Red Hat<br>
<br>
&gt; On 5 Oct 2015, at 07:34, Dan Berindei &lt;<a href="mailto:dan.berindei@gmail.com" target="_blank">dan.berindei@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi guys<br>
&gt;<br>
&gt; We have two different listener types for cache entry creation<br>
&gt; (@CacheEntryCreated) and modification (of an already-existing entry,<br>
&gt; @CacheEntryModified). However, PutMapCommand and<br>
&gt; PutKeyValueCommand/IGNORE_RETURN_VALUES do not read the previous value<br>
&gt; from loaders and/or remote nodes, so we sometimes notify the<br>
&gt; @CacheEntryCreated listeners instead of the @CacheEntryModified<br>
&gt; listeners.<br>
&gt;<br>
&gt; PutMapCommand has a &quot;workaround&quot; for this: it also notifies the<br>
&gt; @CacheEntryModified listener, regardless of whether it found the entry<br>
&gt; or not. I&#39;d like to change this [1] and make PutMapCommand and<br>
&gt; PutKeyValueCommand behave the same way.<br>
&gt;<br>
&gt; These are the options I&#39;m considering:<br>
&gt;<br>
&gt; 1. Replicate the PutKeyValueCommand behaviour, and document that we<br>
&gt; may sometimes notify the @CacheEntryCreated listener even though the<br>
&gt; entry already exists.<br>
&gt; It would be the simplest to implement (in fact I already have a<br>
&gt; patch), but it doesn&#39;t feel right.<br>
&gt;<br>
&gt; 2. Always read the previous value from loaders and/or remote nodes<br>
&gt; when a @CacheEntryCreated/Modified event listener is registered.<br>
&gt; This would give us the correct behaviour, at the expense of performance.<br>
&gt;<br>
&gt; 3. Same as option 2, but also add a @CacheEntryWritten listener type,<br>
&gt; which only receives the new value and is notified regardless of<br>
&gt; whether the entry was created or modified.<br>
&gt; This would give users a choice: if they don&#39;t care about the previous<br>
&gt; value, the cache will be just as fast as usual, but if they need the<br>
&gt; previous value, they need to accept a slowdown.<br>
&gt;<br>
&gt; 4. Add the @CacheEntryWritten listener type, but only notify these<br>
&gt; listeners instead of the @CacheEntryCreated/Modified listeners for<br>
&gt; cache.putAll() and cache.withFlags(IGNORE_RETURN_VALUES).put().<br>
&gt; This is the option Galder chose for the functional API, but the<br>
&gt; difference between write-only and read-write operations is a lot<br>
&gt; clearer there, so I&#39;m not convinced it&#39;s ok for the ConcurrentMap API.<br>
&gt;<br>
&gt;<br>
&gt; Personally I would choose option 3, because it would be mostly<br>
&gt; backwards-compatible: old code would only need to change if existing<br>
&gt; listeners are slowing down the cache.<br>
&gt;<br>
&gt; Cheers<br>
&gt; Dan<br>
&gt;<br>
&gt; [1] <a href="https://issues.jboss.org/browse/ISPN-5752" rel="noreferrer" target="_blank">https://issues.jboss.org/browse/ISPN-5752</a><br>
&gt; _______________________________________________<br>
&gt; infinispan-dev mailing list<br>
&gt; <a href="mailto:infinispan-dev@lists.jboss.org" target="_blank">infinispan-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org" target="_blank">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a></blockquote></div>