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

CommandAwareRpcDispatcher Future Collactor does not respect the timeout

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
    • 5.3.0.Final
    • 5.3.0.Final
    • None
    • None

      In FutureCollactor:

      while (expectedResponses > 0 && retval == null) {
        try {
          this.wait(timeout);
        } catch (InterruptedException e) {
          // reset interruption flag
          Thread.currentThread().interrupt();
          expectedResponses = -1;
        }
      }
      

      the FutureCollactor will wait forever for the responses.

              pruivo@redhat.com Pedro Ruivo
              pruivo@redhat.com Pedro Ruivo
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: