tvalentyn commented on PR #24099:
URL: https://github.com/apache/beam/pull/24099#issuecomment-1312290107

   thanks.
   verified sibling protocol is enabled in runner harness container:
   
   ```
       "args": [ "--endpoint=https://dataflow.googleapis.com/";, 
"--log_file=/var/log/dataflow/boot-json.log", "--log_dir=/var/log/dataflow", 
"--logging_port=12370", "--control_port=12371", 
"--provision_endpoint=localhost:12373", 
"--sdk_harness_ids=sdk-0-0,gcr.io/cloud-dataflow/v1beta3/python37:beam-master-20221021",
 "--enable_sibling_sdk_workers", 
"--sdk_harness_to_env_ids=sdk-0-0,,,ref_Environment_default_environment_1", 
"--num_threads_per_worker=2" ],
         "image": 
"gcr.io/cloud-dataflow/v1beta3/unified-harness:20221026-14-rc00",
   ```
   
   by running 
   
   ```
   python -m pytest  -o log_cli=True -o log_level=Info 
apache_beam/examples/wordcount_it_test.py::WordCountIT::test_wordcount_it_with_use_sibling_sdk_workers
  --test-pipeline-options='--runner=TestDataflowRunner 
--project=apache-beam-testing --temp_location=gs://valentyn-testing 
--sdk_location=dist/apache-beam-2.44.0.dev0.tar.gz --region=us-central1 
--output=gs://valentyn-testing/out'
   ```
   
   and checking the container manifest for the running job.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to