tvalentyn commented on code in PR #31459:
URL: https://github.com/apache/beam/pull/31459#discussion_r1621285929
##########
sdks/python/apache_beam/runners/worker/data_plane.py:
##########
@@ -168,7 +168,8 @@ def flush(self):
self._large_flush_last_observed_timestamp = time.time()
_LOGGER.warning(
'Data output stream buffer size %s exceeds %s bytes. '
- 'This is likely due to a large element in a PCollection. '
+ 'This is likely caused by a large element in a PCollection '
+ 'that is passed between different fused stages. '
Review Comment:
might be too dataflow specific. `...that is passed between the SDK and a
runner` might be better.
--
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]