[
https://issues.apache.org/jira/browse/BEAM-9503?focusedWorklogId=403112&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-403112
]
ASF GitHub Bot logged work on BEAM-9503:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Mar/20 19:53
Start Date: 13/Mar/20 19:53
Worklog Time Spent: 10m
Work Description: ibzib commented on issue #11124:
[cherry-pick][release-2.20.0][BEAM-9503] Insert missing comma in process worker
script.
URL: https://github.com/apache/beam/pull/11124#issuecomment-598886460
Run Python2 Postcommit
----------------------------------------------------------------
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: 403112)
Time Spent: 1h 50m (was: 1h 40m)
> SyntaxError in process worker startup
> -------------------------------------
>
> Key: BEAM-9503
> URL: https://issues.apache.org/jira/browse/BEAM-9503
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-harness
> Reporter: Kyle Weaver
> Assignee: Kyle Weaver
> Priority: Major
> Fix For: 2.20.0
>
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> WARNING:apache_beam.runners.worker.worker_pool_main:Starting worker with
> command ['python', '-c', 'from apache_beam.runners.worker.sdk_worker import
> SdkHarness;
> SdkHarness("localhost:57103",worker_id="1-1",state_cache_size=0data_buffer_time_limit_ms=0).run()']
> Note that 'state_cache_size=0data_buffer_time_limit_ms=0' is all mashed
> together. Looks like we're missing a comma:
> https://github.com/apache/beam/blob/feefaca793d8358d5386d0725863c03e4e37b5b1/sdks/python/apache_beam/runners/worker/worker_pool_main.py#L116
--
This message was sent by Atlassian Jira
(v8.3.4#803005)