[infinispan-issues] [JBoss JIRA] (ISPN-10059) Clustered cache cannot start with exception eviction and segmentation disabled
Dan Berindei (Jira)
issues at jboss.org
Tue Mar 19 06:24:00 EDT 2019
Dan Berindei created ISPN-10059:
-----------------------------------
Summary: Clustered cache cannot start with exception eviction and segmentation disabled
Key: ISPN-10059
URL: https://issues.jboss.org/browse/ISPN-10059
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.4.10.Final, 10.0.0.Beta2
Reporter: Dan Berindei
Assignee: Dan Berindei
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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list