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 2019/02/19 16:51:00 UTC

[jira] [Commented] (FLINK-11655) runnable field should be transient in RunAsync from RPC messages

    [ https://issues.apache.org/jira/browse/FLINK-11655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16772108#comment-16772108 ] 

Till Rohrmann commented on FLINK-11655:
---------------------------------------

Good catch [~libenchao]. I think we should remove {{Serializable}} from {{CallAsync}} since this message should only be used locally and hence never be serialized.

> runnable field should be transient in RunAsync from RPC messages
> ----------------------------------------------------------------
>
>                 Key: FLINK-11655
>                 URL: https://issues.apache.org/jira/browse/FLINK-11655
>             Project: Flink
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.6.3, 1.7.2
>            Reporter: Benchao Li
>            Assignee: Benchao Li
>            Priority: Critical
>
> The `runnable` in `RunAsync` should only be called locally.
> Like `CallAsync`, the field `runnable` should be transient too.



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