Abacn commented on code in PR #31835:
URL: https://github.com/apache/beam/pull/31835#discussion_r1672762307
##########
sdks/python/apache_beam/io/fileio.py:
##########
@@ -745,13 +745,13 @@ def _check_orphaned_files(self, writer_key):
orphaned_files = [m.path for m in match_result[0].metadata_list]
if len(orphaned_files) > 0:
- _LOGGER.info(
Review Comment:
Sometimes (or most time) orphan files are harmless, for example, it is
observed when write file bundle fails with intermittent error, and lwork item
ater get retried. Need to rephrase this warning to say sometime it is harmless
to avoid confusion.
--
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]