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

Cluster Listener waits forever for listeners to complete with tx completion

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

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
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: