You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "sunjincheng (Jira)" <ji...@apache.org> on 2019/11/08 06:39:00 UTC

[jira] [Created] (BEAM-8594) Remove unnecessary error check of the control service accessing in DataFlow Runner

sunjincheng created BEAM-8594:
---------------------------------

             Summary: Remove unnecessary error check of the control service accessing in DataFlow Runner
                 Key: BEAM-8594
                 URL: https://issues.apache.org/jira/browse/BEAM-8594
             Project: Beam
          Issue Type: Improvement
          Components: runner-dataflow
            Reporter: sunjincheng
            Assignee: sunjincheng
             Fix For: 2.18.0


Currently there are a few places in the DataFlow Runner which checks if there is error reported when accessing the SDK harness's control service. Actually, the error reported by the SDK harness has already been handled in the [FnApiControlClient|https://github.com/apache/beam/blob/c2f0d282337f3ae0196a7717712396a5a41fdde1/runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/control/FnApiControlClient.java#L152]. There is no need to check it anymore.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)