You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/10/04 15:53:00 UTC

[jira] [Assigned] (FLINK-7752) RedirectHandler should execute on the IO thread

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

Till Rohrmann reassigned FLINK-7752:
------------------------------------

    Assignee: Eron Wright 

> RedirectHandler should execute on the IO thread
> -----------------------------------------------
>
>                 Key: FLINK-7752
>                 URL: https://issues.apache.org/jira/browse/FLINK-7752
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Cluster Management, Mesos
>            Reporter: Eron Wright 
>            Assignee: Eron Wright 
>            Priority: Minor
>
> The redirect handler executes much of its logic (including 'respondAsLeader') on an arbitrary thread, but it would be cleaner to execute on the I/O thread by using `channelHandlerContext.executor()`.   Note that Netty allows writes on any thread but reads on the I/O thread.   



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)