]
Paul Ferraro updated ISPN-9329:
-------------------------------
Status: Open (was: Pull Request Sent)
Git Pull Request: (was:
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: Paul Ferraro
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.