shunping commented on PR #35574:
URL: https://github.com/apache/beam/pull/35574#issuecomment-3070633880

   From the detailed traceback 
   ```
        at 
com.google.cloud.hadoop.util.ResilientOperation.retry(ResilientOperation.java:66)
        at 
org.apache.beam.sdk.extensions.gcp.util.GcsUtil.getBucket(GcsUtil.java:857)
        at 
org.apache.beam.sdk.extensions.gcp.util.GcsUtil.verifyBucketAccessible(GcsUtil.java:848)
        at 
org.apache.beam.sdk.extensions.gcp.util.GcsUtil.verifyBucketAccessible(GcsUtil.java:792)
        at 
org.apache.beam.sdk.extensions.gcp.storage.GcsPathValidator.verifyPathIsAccessible(GcsPathValidator.java:83)
   ```
   
   We can see we already have retry strategy there. The problem I think is we 
don't capture this error code at 
   
https://github.com/apache/beam/blob/096c9d73e64352574df7e29c611cc03c1df30abf/sdks/java/extensions/google-cloud-platform-core/src/main/java/org/apache/beam/sdk/extensions/gcp/util/GcsUtil.java#L871-L879.


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

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

Reply via email to