[ 
https://issues.apache.org/jira/browse/FLINK-21368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chesnay Schepler closed FLINK-21368.
------------------------------------
    Fix Version/s: 1.14.0
       Resolution: Fixed

master: 5d3ca598ab37d3dfec5b01e19080874e541212af

> Consider removing RpcService#getExecutor
> ----------------------------------------
>
>                 Key: FLINK-21368
>                 URL: https://issues.apache.org/jira/browse/FLINK-21368
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Coordination
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Minor
>              Labels: auto-deprioritized-major
>             Fix For: 1.14.0
>
>
> {{RpcService#getExecutor}} exposes Akka's underlying dispatcher thread which 
> introduces the risk of the thread being blocking by an IO operation of 
> another component.
> We should look into removing this method, and migrate existing usages to 
> either a dedicated executor or explicitly passing the main thread executor if 
> required.



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

Reply via email to