LEEKYE commented on code in PR #36003:
URL: https://github.com/apache/beam/pull/36003#discussion_r2310309669
##########
sdks/python/apache_beam/runners/worker/worker_status.py:
##########
@@ -285,12 +285,12 @@ def _log_lull_sampler_info(self, sampler_info,
instruction):
if timeout_exceeded:
_LOGGER.error(
(
- 'Operation ongoing in bundle %s%s for at least %.2f seconds'
- ' without outputting or completing.\n'
+ 'Processing of an element in bundle %s%s has exceeded the
specified'
Review Comment:
Good catch, fixed
--
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]