]
Dan Berindei updated ISPN-5134:
-------------------------------
Status: Open (was: New)
Cluster Cache Loader returns null as a valid value
--------------------------------------------------
Key: ISPN-5134
URL:
https://issues.jboss.org/browse/ISPN-5134
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 7.0.3.Final
Reporter: William Burns
Found this at
http://stackoverflow.com/questions/27840070/infinispan-cluster-in-invalid...
I tweaked the ClusterCacheLoaderTest to have a 3rd cache manager and I can see
intermittent failures in either test due to using a null value from a different node.
Unfortunately this isn't as simple as tweaking ClusteredGetResponseValidityFilter to
only say a valid response on a non null, since JGroups will throw an exception when there
are no responses.