You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 22:57:48 UTC

[GitHub] [beam] kennknowles opened a new issue, #19208: FileSystems contract rename/delete to allow prior partial successes to make continued progress

kennknowles opened a new issue, #19208:
URL: https://github.com/apache/beam/issues/19208

   The [filesystems contract](https://docs.google.com/document/d/11TdPyZ9_zmjokhNWM3Id-XJsVG3qel2lhdKTknmZ_7M/edit#heading=h.kpqagzh8i11w) for delete/rename say that an error should be raised if the resources don't exist.
   
    
   
   I believe the contract should be updated to not have failures if the resources don't exist as we want them to be retried on failure without needing the caller know that a prior call may have been partially successful.
   
    
   
   Imported from Jira [BEAM-5425](https://issues.apache.org/jira/browse/BEAM-5425). Original Jira may contain additional context.
   Reported by: lcwik.


-- 
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.apache.org

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