You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jiangjie Qin (Jira)" <ji...@apache.org> on 2020/04/27 01:14:00 UTC

[jira] [Created] (FLINK-17393) Improve the `FutureCompletingBlockingQueue` to wakeup blocking put() more elegantly.

Jiangjie Qin created FLINK-17393:
------------------------------------

             Summary: Improve the `FutureCompletingBlockingQueue` to wakeup blocking put() more elegantly.
                 Key: FLINK-17393
                 URL: https://issues.apache.org/jira/browse/FLINK-17393
             Project: Flink
          Issue Type: Sub-task
          Components: Connectors / Common
            Reporter: Jiangjie Qin


Currently, if a {{FetchTask}} is blocking on {{FutureCompletingBlockingQueue.put()}}, interrupt has to be called to wake it up, which will result in {{InterruptedException}}. We can avoid the interruption by having our own implementation of {{BlockingQueue.Put()}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)