Radim Vansa created ISPN-6067:
---------------------------------
Summary: ClientAsymmetricClusterTest broken
Key: ISPN-6067
URL:
https://issues.jboss.org/browse/ISPN-6067
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Affects Versions: 8.1.0.Final
Reporter: Radim Vansa
When the TransportObjectFactory is created, it executes a first ping in which it gets the
topology.
When the test tries to retrieve cache 'asymmetricCache' which is defined only on
one node, another ping is executed, checking the presence of this cache. However, the ping
can go to any node, and therefore it may fail to retrieve the cache and cache manager
returns null, which results in NPE in the test.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)