]
Paul Ferraro reassigned ISPN-9329:
----------------------------------
Assignee: William Burns (was: Paul Ferraro)
NPE during cache start due to circular component dependencies
-------------------------------------------------------------
Key: ISPN-9329
URL:
https://issues.jboss.org/browse/ISPN-9329
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.3.0.Final
Reporter: Paul Ferraro
Assignee: William Burns
Priority: Blocker
Here's the circular dependency:
InternalDataContainerAdapter -> KeyPartitioner -> GroupManager ->
DistributionManager -> KeyPartitioner
Seems like this would affect any segmented cache mode using either a custom data
container or an off-heap data container.