Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-4216

Use IGNORE_RETURN_VALUES flag for inserting keys/values in M/R intermediate cache

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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.

              vblagoje Vladimir Blagojevic (Inactive)
              vblagoje Vladimir Blagojevic (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: