You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2018/01/19 17:35:00 UTC

[jira] [Created] (FLINK-8463) Remove unnecessary thread blocking in RestClient#submitRequest

Till Rohrmann created FLINK-8463:
------------------------------------

             Summary: Remove unnecessary thread blocking in RestClient#submitRequest
                 Key: FLINK-8463
                 URL: https://issues.apache.org/jira/browse/FLINK-8463
             Project: Flink
          Issue Type: Bug
          Components: REST
    Affects Versions: 1.5.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
             Fix For: 1.5.0


The {{RestClient}} unnecessarily blocks an IO executor thread when trying to open a connection to a remote destination. This can be improved by registering a {{ChannelFuture}} listener which continues the execution once the connection has been established.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)