[
https://issues.apache.org/jira/browse/FLINK-12425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16847395#comment-16847395
]
Till Rohrmann commented on FLINK-12425:
---------------------------------------
I think this ticket needs to be discussed. The current approach as described in
this ticket is not good. I think we should not add an RPC between the client
and the {{Dispatcher}}. Instead we should add a REST call by adding a new
{{AbstractAsynchronousOperationHandlers}} which we register under an URL. The
handler should have a reference to the {{ResourceManagerGateway}} to forward
the call to it. For that we need to add a new RPC to the
{{ResourceManagerGateway}}.
Before starting to implement things please discuss your solution proposal with
the community. This usually helps to avoid obstacles.
> Implement RPCs to allow clients release result partitions in a Flink cluster.
> -----------------------------------------------------------------------------
>
> Key: FLINK-12425
> URL: https://issues.apache.org/jira/browse/FLINK-12425
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Coordination
> Reporter: Jiangjie Qin
> Assignee: Ruidong Li
> Priority: Major
>
> This ticket implements the following:
> # An RPC between client and dispatcher to release result partitions.
> # An RPC from dispatcher to RM to release result partitions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)