[
https://issues.apache.org/jira/browse/BEAM-8594?focusedWorklogId=341765&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-341765
]
ASF GitHub Bot logged work on BEAM-8594:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Nov/19 09:01
Start Date: 12/Nov/19 09:01
Worklog Time Spent: 10m
Work Description: sunjincheng121 commented on issue #10039: [BEAM-8594]
Remove unnecessary error check in DataFlow Runner
URL: https://github.com/apache/beam/pull/10039#issuecomment-552798806
Run Java PreCommit
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 341765)
Time Spent: 0.5h (was: 20m)
> 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
> Priority: Major
> Fix For: 2.18.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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)