Re: [infinispan-dev] Retrieving value before write

2013-10-29 Thread William Burns
On Tue, Oct 29, 2013 at 12:58 PM, Dan Berindei wrote: > > > > On Tue, Oct 29, 2013 at 3:56 PM, Mircea Markus wrote: >> >> >> On Oct 29, 2013, at 3:08 PM, William Burns wrote: >> >> > I agree, and I could have sworn there was a JIRA that detailed this, >> > but I can't seem to locate it now. I w

Re: [infinispan-dev] Retrieving value before write

2013-10-29 Thread Dan Berindei
On Tue, Oct 29, 2013 at 3:56 PM, Mircea Markus wrote: > > On Oct 29, 2013, at 3:08 PM, William Burns wrote: > > > I agree, and I could have sworn there was a JIRA that detailed this, > > but I can't seem to locate it now. I was hoping to get to it next > > release. > > +1. > > > > > This also i

Re: [infinispan-dev] Retrieving value before write

2013-10-29 Thread Mircea Markus
On Oct 29, 2013, at 3:08 PM, William Burns wrote: > I agree, and I could have sworn there was a JIRA that detailed this, > but I can't seem to locate it now. I was hoping to get to it next > release. +1. > > This also is a very big improvement for non tx caches as well as the > updating cach

Re: [infinispan-dev] Retrieving value before write

2013-10-29 Thread William Burns
I agree, and I could have sworn there was a JIRA that detailed this, but I can't seem to locate it now. I was hoping to get to it next release. This also is a very big improvement for non tx caches as well as the updating cache only has to send a single message, possibly reducing the overall amou

[infinispan-dev] Retrieving value before write

2013-10-29 Thread Radim Vansa
Hi, Pedro suggested moving the following idea to separate thread (from the 'Improve WriteCommand processing code...'). Re: I've been wondering for a while why the fetch part is a separate message in the write flow. Is the return value of much use when it does not return really the replaced val