LEEKYE commented on code in PR #35391: URL: https://github.com/apache/beam/pull/35391#discussion_r2270674158
########## sdks/python/apache_beam/runners/worker/worker_status.py: ########## @@ -250,14 +255,36 @@ def _log_lull_in_bundle_processor(self, bundle_process_cache): if processor: info = processor.state_sampler.get_info() self._log_lull_sampler_info(info, instruction) + if self._element_processing_timeout_ns: + self._terminate_sdk_worker_lull(info, instruction) + + def _terminate_sdk_worker_lull(self, sampler_info, instruction): Review Comment: DONE -- 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