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

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

    XMLWordPrintable

Details

    • Low

    Description

      ... 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!
      

      Attachments

        Activity

          People

            manik_jira Manik Surtani (Inactive)
            manik_jira Manik Surtani (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: