Kyle Weaver created BEAM-9503:
---------------------------------
Summary: 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
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)