chamikaramj commented on issue #29424:
URL: https://github.com/apache/beam/issues/29424#issuecomment-1811640777

   I tried running py-spy on the stuck process and it produced the following 
stack-trace.
   
   ```
   Thread 0x7FF85E4B6B40 (idle): "MainThread"
       _execute_child (subprocess.py:1639)
       __init__ (subprocess.py:858)
       run (subprocess.py:493)
       check_output (subprocess.py:415)
       _run_subprocess_ignore_stderr (auth/_cloud_sdk.py:88)
       get_project_id (auth/_cloud_sdk.py:106)
       _get_gcloud_sdk_credentials (auth/_default.py:242)
       <lambda> (auth/_default.py:651)
       default (auth/_default.py:657)
       _get_credentials_with_retrys (apache_beam/internal/gcp/auth.py:173)
       wrapper (apache_beam/utils/retry.py:275)
       _get_service_credentials (apache_beam/internal/gcp/auth.py:153)
       get_service_credentials (apache_beam/internal/gcp/auth.py:136)
       get_service_credentials (apache_beam/internal/gcp/auth.py:82)
       __init__ (apache_beam/runners/dataflow/internal/apiclient.py:500)
       run_pipeline (apache_beam/runners/dataflow/dataflow_runner.py:471)
       run (apache_beam/pipeline.py:585)
       __exit__ (apache_beam/pipeline.py:608)
       run (apache_beam/examples/kafkataxi/kafka_taxi.py:94)
       <module> (apache_beam/examples/kafkataxi/kafka_taxi.py:169)
       _run_code (runpy.py:87)
       _run_module_as_main (runpy.py:194)
   ```


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