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

When activating an entry, don't remove from cachestore if cachestore is shared

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

XMLWordPrintable

    • Low

      ... since other nodes may be relying on the entry being present in the shared store.

      This pattern fails, for example:

      NodeA.put(k, v) // replicates to NodeB as well
      
      NodeA.evict(k) // k gets persisted
      NodeB.evict(k) // k gets persisted
      
      NodeA.get(k) // k gets activated and removed from the store
      NodeB.get(k) // fails!  NodeB won't ever see k again!
      

              manik_jira Manik Surtani (Inactive)
              manik_jira Manik Surtani (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: