[
https://issues.jboss.org/browse/ISPN-6195?page=com.atlassian.jira.plugin....
]
Pedro Ruivo commented on ISPN-6195:
-----------------------------------
Note: WF uses ForkChannel and when a message is sent to all the nodes (i.e. multicast),
the CacheNotFoundResponse is returned for the nodes which does not the ForkChannel started
yet (remember, we don't have ForkChannel views).
In this scenario, the response could be ignored because the node(s) wouldn't have
started the CacheManager neither any cache.
CacheNotFoundResponse error when starting multiple Infinispan Server
instances in parallel
------------------------------------------------------------------------------------------
Key: ISPN-6195
URL:
https://issues.jboss.org/browse/ISPN-6195
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 8.2.0.Beta1
Reporter: Galder ZamarreƱo
Assignee: Pedro Ruivo
Fix For: 8.2.0.Final
Starting two clustered Infinispan Server instances in parallel throws
CacheNotFoundResponse exception in one of the nodes with the other not showing any other
exceptions/errors:
{code}
08:52:46,152 ERROR [org.infinispan.topology.ClusterTopologyManagerImpl]
(transport-thread--p4-t1)
ISPN000196: Failed to recover cluster state after the current node became the
coordinator:
org.infinispan.commons.CacheException: Unsuccessful response received from node node2:
CacheNotFoundResponse
at
org.infinispan.topology.ClusterTopologyManagerImpl.executeOnClusterSync(ClusterTopologyManagerImpl.java:529)
at
org.infinispan.topology.ClusterTopologyManagerImpl.recoverClusterStatus(ClusterTopologyManagerImpl.java:387)
at
org.infinispan.topology.ClusterTopologyManagerImpl.handleClusterView(ClusterTopologyManagerImpl.java:321)
at
org.infinispan.topology.ClusterTopologyManagerImpl.lambda$start$133(ClusterTopologyManagerImpl.java:131)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
org.infinispan.executors.SemaphoreCompletionService$QueueingTask.runInternal(SemaphoreCompletionService.java:173)
at
org.infinispan.executors.SemaphoreCompletionService$QueueingTask.run(SemaphoreCompletionService.java:151)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)