[
https://issues.apache.org/jira/browse/BEAM-8442?focusedWorklogId=343942&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-343942
]
ASF GitHub Bot logged work on BEAM-8442:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Nov/19 01:44
Start Date: 15/Nov/19 01:44
Worklog Time Spent: 10m
Work Description: sunjincheng121 commented on issue #10004: [BEAM-8442]
Unify bundle register in Python SDK harness
URL: https://github.com/apache/beam/pull/10004#issuecomment-554171242
@robertwb The reason that the first commit only applies to Java runners is
because there is no such problems for the Python Universal Local
Runner(FnApiRunner) that process bundle request should be sent after
registration succeeded:
https://github.com/apache/beam/blob/5dbaf6607cd7e1e698004fa775c15339fa75c3f3/sdks/python/apache_beam/runners/portability/fn_api_runner.py#L1730
@chamikaramj could you please share the error message? and does the
`Dataflow` runner thyou mentioned is in the beam repo ? (I remember @robertwb
had mentioned in somewhere that there is a Dataflow runner which is written in
C++, not in beam repo) If not, may be we should to change the runner side logic
to asynchronous.
What do you think?
----------------------------------------------------------------
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: 343942)
Time Spent: 5h 40m (was: 5.5h)
> Unify bundle register in Python SDK harness
> -------------------------------------------
>
> Key: BEAM-8442
> URL: https://issues.apache.org/jira/browse/BEAM-8442
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-harness
> Reporter: sunjincheng
> Assignee: sunjincheng
> Priority: Major
> Fix For: 2.18.0
>
> Time Spent: 5h 40m
> Remaining Estimate: 0h
>
> There are two methods for bundle register in Python SDK harness:
> `SdkHarness._request_register` and `SdkWorker.register.` It should be unfied.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)