[
https://issues.apache.org/jira/browse/FLINK-17393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196532#comment-17196532
]
Stephan Ewen edited comment on FLINK-17393 at 9/16/20, 8:10 AM:
----------------------------------------------------------------
Fixed in 1.12.0 via
- a5b0d3297748c1be47ad579a88f24df2255a8df1
- 12261c6b7ed6478a9b9f6a69cb58246b83cab9b7
was (Author: stephanewen):
Fixed in 1.12.0 via a5b0d3297748c1be47ad579a88f24df2255a8df1
> 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
> Assignee: Jiangjie Qin
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.12.0
>
>
> 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)