-
Bug
-
Resolution: Done
-
Major
-
7.0.0.Alpha4
-
None
When a cluster listener is notified due to a tx completion we currently wait forever for the listener notification to complete, we should time out instead as we do for non tx.
RemoteClusterListener.java:125
distExecService.submit(origin, distExecService.createDistributedTaskBuilder( new ClusterEventCallable(id, eventsToSend)).timeout(Long.MAX_VALUE, TimeUnit.DAYS) .build()).get();