[
https://issues.apache.org/jira/browse/BEAM-8442?focusedWorklogId=342114&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-342114
]
ASF GitHub Bot logged work on BEAM-8442:
----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Nov/19 20:06
Start Date: 12/Nov/19 20:06
Worklog Time Spent: 10m
Work Description: robertwb commented on issue #10004: [BEAM-8442] Unify
bundle register in Python SDK harness
URL: https://github.com/apache/beam/pull/10004#issuecomment-553092016
That first commit only applies to Java runners (or, specifically, those
that are using the shared library). It complicates the protocol in that a
runner now must wait for the registration to succeed before sending further
requests (i.e. it cannot pipeline them).
On Tue, Nov 12, 2019 at 12:13 AM Jincheng Sun <[email protected]>
wrote:
> Runner will only send process bundle instruction after the registration is
> finished and so I think there is no race condition here. This is also the
> purpose of the first commit of this PR. Am I missing something else?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
>
<https://github.com/apache/beam/pull/10004?email_source=notifications&email_token=AADWVAP65EI4PXQTREISOSDQTJQRTA5CNFSM4JJPDHSKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDZMVFQ#issuecomment-552782486>,
> or unsubscribe
>
<https://github.com/notifications/unsubscribe-auth/AADWVANIK3NVZBJIK4HTJ7LQTJQRTANCNFSM4JJPDHSA>
> .
>
----------------------------------------------------------------
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: 342114)
Time Spent: 5h 20m (was: 5h 10m)
> 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 20m
> 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)