-
Bug
-
Resolution: Done
-
Major
-
7.0.0.GA
-
None
-
None
JGroupsTransport.invokeRemotelyAsync() has a ResponseFilter parameter that was traditionally used only with ResponseMode.GET_FIRST, for remote get commands. In that particular case, returning a null when some of the nodes timed out and other nodes returned invalid responses (i.e. null) was acceptable.
Since ISPN-4979, JGroupsTransport.invokeRemotelyAsync() is also used by ClusterTopologyManagerImpl, with ResponseMode.GET_ALL. Here, however, returning a null instead of throwing a TimeoutException is not acceptable.
- clones
-
ISPN-6384 JGroupsTransport.invokeRemotelyAsync with a filter returns null on timeout
- Closed
- is incorporated by
-
ISPN-6433 Backport to 8.1.x branch
- Closed
-
JBEAP-4124 Upgrade to Infinispan 8.1.4.Final
- Closed