[infinispan-issues] [JBoss JIRA] (ISPN-4216) Use IGNORE_RETURN_VALUES flag for inserting keys/values in M/R intermediate cache

RH Bugzilla Integration (JIRA) issues at jboss.org
Mon May 12 11:13:56 EDT 2014


    [ https://issues.jboss.org/browse/ISPN-4216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12967187#comment-12967187 ] 

RH Bugzilla Integration commented on ISPN-4216:
-----------------------------------------------

Dan Berindei <dberinde at redhat.com> changed the Status of [bug 1096878|https://bugzilla.redhat.com/show_bug.cgi?id=1096878] from NEW to MODIFIED

> Use IGNORE_RETURN_VALUES flag for inserting keys/values in M/R intermediate cache
> ---------------------------------------------------------------------------------
>
>                 Key: ISPN-4216
>                 URL: https://issues.jboss.org/browse/ISPN-4216
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Distributed Execution and Map/Reduce
>            Reporter: Vladimir Blagojevic
>            Assignee: Vladimir Blagojevic
>             Fix For: 7.0.0.Alpha4
>
>
> Whenever data gets inserted in intermediate cache unsafeReturnValues setting is ignored and previous value from cache is returned every time we do cache#put. We did not experience this slowdown before because we only inserted once per key in intermediate cache put. Now that we do partial batching and transfer of these keys/values, we really hit the wall there with multiple insertions. Adding IGNORE_RETURN_VALUES flag to put invocation is the key to resolve this issue. 



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the infinispan-issues mailing list