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

CommandAwareRpcDispatcher swallows thread interruptions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 5.1.5.FINAL
    • Core

    Description

      When interruption happens in FutureCollator.getResponseList() method

      see
      https://github.com/infinispan/infinispan/blob/5.1.x/core/src/main/java/org/infinispan/remoting/transport/jgroups/CommandAwareRpcDispatcher.java#L410

      it is ignored and later wrongly dealt with as TimeoutException
      (The original exception is not even set as cause anywhere)

      This disables possibility of interrupting some cache operations.

      Attachments

        Activity

          People

            rh-ee-galder Galder ZamarreƱo
            mlinhard Michal Linhard (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: