Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-9755

Exceptions in RemoteInputChannel#notifyBufferAvailable() are not propagated to the responsible thread

    XMLWordPrintableJSON

Details

    Description

      The credit-based flow control implementation of RemoteInputChannel#notifyBufferAvailable() does not forward errors (like the IllegalStateException) to the thread that is being notified. The calling code at LocalBufferPool#recycle, however, relies on the callback forwarding errors and completely ignores any failures.

      Therefore, we could end up with a program waiting forever for the callback and not even a failure message in the logs.

      Attachments

        Issue Links

          Activity

            People

              nkruber Nico Kruber
              nkruber Nico Kruber
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: