]
William Burns updated ISPN-10059:
---------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Clustered cache cannot start with off-heap and segmentation disabled
--------------------------------------------------------------------
Key: ISPN-10059
URL:
https://issues.jboss.org/browse/ISPN-10059
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 10.0.0.Beta2, 9.4.10.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Blocker
Labels: testsuite_stability
Fix For: 10.0.0.Beta3, 9.4.11.Final
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.