LEEKYE commented on code in PR #35391: URL: https://github.com/apache/beam/pull/35391#discussion_r2270284461
########## sdks/python/apache_beam/runners/worker/sdk_worker.py: ########## @@ -409,6 +416,11 @@ def create_worker(self): return SdkWorker( self._bundle_processor_cache, profiler_factory=self._profiler_factory) + def _shutdown_due_to_element_processing_timeout( + self, err: TimeoutError) -> None: + _LOGGER.error('%sThe SDK harness will be terminated.', str(err)) Review Comment: > is an extra space needed here? Can you specify? -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org