[
https://issues.apache.org/jira/browse/BEAM-3418?focusedWorklogId=82474&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-82474
]
ASF GitHub Bot logged work on BEAM-3418:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Mar/18 20:39
Start Date: 20/Mar/18 20:39
Worklog Time Spent: 10m
Work Description: aaltay commented on a change in pull request #4587:
[BEAM-3418] Send worker_id in all grpc channels to runner harness
URL: https://github.com/apache/beam/pull/4587#discussion_r175912872
##########
File path: sdks/python/apache_beam/runners/worker/log_handler.py
##########
@@ -49,6 +50,8 @@ class FnApiLogRecordHandler(logging.Handler):
def __init__(self, log_service_descriptor):
super(FnApiLogRecordHandler, self).__init__()
self._log_channel = grpc.insecure_channel(log_service_descriptor.url)
+ self._log_channel = grpc.intercept_channel(self._log_channel,
Review comment:
(Same simplification comment applies here.)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 82474)
Time Spent: 2h (was: 1h 50m)
> Python Fnapi - Support Multiple SDK workers on a single VM
> ----------------------------------------------------------
>
> Key: BEAM-3418
> URL: https://issues.apache.org/jira/browse/BEAM-3418
> Project: Beam
> Issue Type: Improvement
> Components: sdk-py-harness
> Reporter: Ankur Goenka
> Assignee: Ankur Goenka
> Priority: Major
> Labels: performance, portability
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Support multiple python SDK process on a VM to fully utilize a machine.
> Each SDK Process will work in isolation and interact with Runner HarnessĀ
> independently.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)