rohdesamuel commented on code in PR #23404:
URL: https://github.com/apache/beam/pull/23404#discussion_r982895307


##########
sdks/python/apache_beam/runners/worker/sdk_worker_main.py:
##########
@@ -177,7 +177,11 @@ def main(unused_argv):
         raise RuntimeError('Unable to find the job id or job name from 
envvar.')
     except Exception as e:  # pylint: disable=broad-except
       _LOGGER.warning(
-          'Unable to start google cloud profiler due to error: %s' % e)
+          'Unable to start google cloud profiler due to error: %s. For how to '
+          'enable Cloud Profiler with Dataflow see '
+          'https://cloud.google.com/profiler/docs/troubleshooting. For '
+          'troubleshooting tips with Cloud Profiler see '
+          'https://cloud.google.com/profiler/docs/troubleshooting.' % e)

Review Comment:
   Yes... Thank you lol changed to the proper URLs



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