Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-4508

Cluster Listener waits forever for listeners to complete with tx completion

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.Alpha5
    • 7.0.0.Alpha4
    • Listeners
    • 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();
      

            wburns@redhat.com Will Burns
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: