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

Removed entry not seen correctly within transaction's scope

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 5.3.0.Beta1, 5.3.0.Beta2
    • None
    • None

    Description

      for both replicated and distributed caches:

      cache.put(k,v);
      tm.begin();
      cache.remove(k);
      assertNull(cache.get(k), "This fails!");

      Attachments

        Issue Links

          Activity

            People

              mircea.markus Mircea Markus (Inactive)
              mircea.markus Mircea Markus (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: