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

CommandAwareRpcDispatcher Future Collactor does not respect the timeout

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 5.3.0.Final
    • 5.3.0.Beta1
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            pruivo@redhat.com Pedro Ruivo
            pruivo@redhat.com Pedro Ruivo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: