[
https://issues.apache.org/jira/browse/BEAM-9503?focusedWorklogId=403085&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-403085
]
ASF GitHub Bot logged work on BEAM-9503:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Mar/20 18:48
Start Date: 13/Mar/20 18:48
Worklog Time Spent: 10m
Work Description: amaliujia commented on issue #11123: [BEAM-9503] Insert
missing comma in process worker script.
URL: https://github.com/apache/beam/pull/11123#issuecomment-598864723
@ibzib do you know what is the relevant postcommit? Could we run those as
well?
----------------------------------------------------------------
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: 403085)
Time Spent: 50m (was: 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: 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)