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

Removed entry not seen correctly within transaction's scope

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

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)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: