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

CLONE - Cache restart doesn't work properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.2.0.Final
    • 5.1.7.Final, 5.2.0.Alpha3
    • Core

      Copied from ISPN-2297:

      If a cache is stopped via Cache.stop() it will still be returned by DefaultCacheManager.getCache(). Cache start() and stop() are not synchronized in any way, so a start() call may return before the cache was properly started - just because another thread is in the process of starting it.

      Also, the documentation of EmbeddedCacheManager.getCache() should say that it will start the cache only if it doesn't exist yet - if the cache is stopped it will return the cache as it was. Alternatively we could change the behaviour of getCache() to always start the cache.

            Unassigned Unassigned
            dberinde@redhat.com Dan Berindei (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: