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

Clustered cache cannot start with off-heap and segmentation disabled

    XMLWordPrintable

Details

    Description

      With segmentation disabled and exception eviction is enabled, DataContainerFactory creates an instance of OffHeapDataContainer. Because the cache is clustered and OffHeapDataContainer implements InternalDataContainer, addSegments() will be invoked during startup and will throw UnsupportedOperationException.

      LocalTopologyManagerImpl sees this as a join problem and retries every 100ms until the state transfer timeout expires (4 minutes by default). However, ExceptionEvictionTest seems to retry forever when running the full test suite, preventing the generation of any test reports.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: