Re: [infinispan-dev] Improve WriteCommand processing code and [possibly] performance

2013-10-29 Thread Radim Vansa
On 10/25/2013 08:17 PM, Pedro Ruivo wrote: Hi guys. I've open a JIRA to tack this: https://issues.jboss.org/browse/ISPN-3664 Suggestions/feedback is appreciated. This is probably be integrated in the next major (but no promises). I was not cleared just ping me. Have a nice weekend folks

Re: [infinispan-dev] Improve WriteCommand processing code and [possibly] performance

2013-10-29 Thread Pedro Ruivo
On 10/29/2013 07:58 AM, Radim Vansa wrote: On 10/25/2013 08:17 PM, Pedro Ruivo wrote: Hi guys. I've open a JIRA to tack this: https://issues.jboss.org/browse/ISPN-3664 Suggestions/feedback is appreciated. This is probably be integrated in the next major (but no promises). I was not

[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

Re: [infinispan-dev] Improve WriteCommand processing code and [possibly] performance

2013-10-29 Thread Dan Berindei
On Tue, Oct 29, 2013 at 1:33 PM, Pedro Ruivo pe...@infinispan.org wrote: On 10/29/2013 07:58 AM, Radim Vansa wrote: On 10/25/2013 08:17 PM, Pedro Ruivo wrote: Hi guys. I've open a JIRA to tack this: https://issues.jboss.org/browse/ISPN-3664 Suggestions/feedback is appreciated.

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

Re: [infinispan-dev] Retrieving value before write

2013-10-29 Thread Mircea Markus
On Oct 29, 2013, at 3:08 PM, William Burns mudokon...@gmail.com 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

Re: [infinispan-dev] Retrieving value before write

2013-10-29 Thread Dan Berindei
On Tue, Oct 29, 2013 at 3:56 PM, Mircea Markus mmar...@redhat.com wrote: On Oct 29, 2013, at 3:08 PM, William Burns mudokon...@gmail.com 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.

Re: [infinispan-dev] Retrieving value before write

2013-10-29 Thread William Burns
On Tue, Oct 29, 2013 at 12:58 PM, Dan Berindei dan.berin...@gmail.com wrote: On Tue, Oct 29, 2013 at 3:56 PM, Mircea Markus mmar...@redhat.com wrote: On Oct 29, 2013, at 3:08 PM, William Burns mudokon...@gmail.com wrote: I agree, and I could have sworn there was a JIRA that detailed