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

Add asynchronous touch option for max-idle

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

XMLWordPrintable

      When an entry has max-idle expiration, the key owner processing a get operation delays the response to send touch RPC to all the other owners of the key and to receive their responses. This guarantees to the application that if the get operation was successful, the entry is not going stay alive for another max-idle interval.

      Many applications do not need this strong guarantee, and can tolerate a small number of entries expiring too soon when a node crashes in exchange for a lower latency on get operations.

      We should add an option to send the touch RPC asynchronously in DIST_SYNC/REPL_SYNC caches. In DIST_ASYNC/REPL_ASYNC caches we should always send the touch RPC asynchronously.

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: