[
https://issues.apache.org/jira/browse/BEAM-9618?focusedWorklogId=416684&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-416684
]
ASF GitHub Bot logged work on BEAM-9618:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Apr/20 15:30
Start Date: 06/Apr/20 15:30
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #11235: [BEAM-9618]
Pull bundle descriptors.
URL: https://github.com/apache/beam/pull/11235#discussion_r404183803
##########
File path: sdks/python/apache_beam/runners/worker/worker_id_interceptor.py
##########
@@ -48,17 +49,23 @@ def __init__(self, worker_id=None):
if worker_id:
self._worker_id = worker_id
+ def intercept_unary_unary(self, continuation, client_call_details, request):
+ return self._intercept(continuation, client_call_details, request)
Review comment:
Removing the worker id means that process bundle descriptors need to be
unique per control server instance.
----------------------------------------------------------------
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: 416684)
Time Spent: 1h 50m (was: 1h 40m)
> Allow SDKs to pull process bundle descriptors.
> ----------------------------------------------
>
> Key: BEAM-9618
> URL: https://issues.apache.org/jira/browse/BEAM-9618
> Project: Beam
> Issue Type: Improvement
> Components: beam-model
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)