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

Removed entry not seen correctly within transaction's scope

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 5.3.0.Final
    • None
    • None

      for both replicated and distributed caches:

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

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

                Created:
                Updated:
                Resolved: