You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Shimin Yang (JIRA)" <ji...@apache.org> on 2018/10/08 09:24:00 UTC

[jira] [Created] (FLINK-10511) Code duplication of creating RPC service in ClusterEntrypoint and AkkaRpcServiceUtils

Shimin Yang created FLINK-10511:
-----------------------------------

             Summary: Code duplication of creating RPC service in ClusterEntrypoint and AkkaRpcServiceUtils
                 Key: FLINK-10511
                 URL: https://issues.apache.org/jira/browse/FLINK-10511
             Project: Flink
          Issue Type: Bug
          Components: Cluster Management
            Reporter: Shimin Yang
            Assignee: Shimin Yang


The TaskManagerRunner is using AkkaRpcServiceUtils to create RPC service, but the ClusterEntrypoint use a protected method to do the same job. I think it's better to use the same method in AkkaRpcServiceUtils for reuse of code.



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