[infinispan-issues] [JBoss JIRA] (ISPN-10059) Clustered cache cannot start with off-heap and segmentation disabled

Dan Berindei (Jira) issues at jboss.org
Wed Mar 20 12:34:00 EDT 2019


     [ https://issues.jboss.org/browse/ISPN-10059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei updated ISPN-10059:
--------------------------------
    Summary: Clustered cache cannot start with off-heap and segmentation disabled  (was: Clustered cache cannot start with exception eviction and segmentation disabled)


> 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.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list