-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
8.1.0.Final
-
None
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.
- duplicates
-
JBEAP-5210 ClientAsymmetricClusterTest.testAsymmetricCluster random failures
- Verified
-
ISPN-6038 ClientAsymmetricClusterTest.testAsymmetricCluster random failures
- Closed