[
https://issues.apache.org/jira/browse/FLINK-20521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17247995#comment-17247995
]
Till Rohrmann commented on FLINK-20521:
---------------------------------------
I am not entirely sure whether this failure is caused by not being able to
return a {{null}} value from the RPC. The {{TaskExecutor.submitTask}} method
should not return a {{null}} value.
> Null result values are being swallowed by RPC system
> ----------------------------------------------------
>
> Key: FLINK-20521
> URL: https://issues.apache.org/jira/browse/FLINK-20521
> Project: Flink
> Issue Type: Bug
> Components: Runtime / Coordination
> Affects Versions: 1.12.0, 1.11.2
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0, 1.12.1
>
>
> If an RPC method returns a {{null}} value, then it seems that the request
> future won't get completed as reported in FLINK-17921.
> We should either not allow to return {{null}} values as responses or make
> sure that a {{null}} value is properly transmitted to the caller.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)