You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "tvalentyn (via GitHub)" <gi...@apache.org> on 2023/07/11 01:05:01 UTC

[GitHub] [beam] tvalentyn commented on issue #27156: [Bug]: unexpected duplicate outputs triggered by quota exceeded exception in finish_bundle()

tvalentyn commented on issue #27156:
URL: https://github.com/apache/beam/issues/27156#issuecomment-1629941412

   it sounds like your `process` and/or `finish_bundle` methods may be not idempotent. Idempotency is an important consideration when writing IO code. Are you using TFRecordIO by chance?  If not: where is saving the document part is happening?
    https://github.com/apache/beam/blob/ca674aad086e4d1a40e8c01598073030a22484fa/sdks/python/apache_beam/io/tfrecordio.py


-- 
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-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org