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/11/22 23:02:12 UTC

[GitHub] [beam] Abacn commented on a diff in pull request #24317: Reduce calls to FileSystem.match and API calls in FileSystem._list

Abacn commented on code in PR #24317:
URL: https://github.com/apache/beam/pull/24317#discussion_r1029896702


##########
sdks/python/apache_beam/io/gcp/gcsio.py:
##########
@@ -569,11 +570,13 @@ def _gcs_object(self, path):
         bucket=bucket, object=object_path)
     return self.client.objects.Get(request)
 
-  @retry.with_exponential_backoff(

Review Comment:
   Originally this will retry the whole list_prefix method. Now it will only retry the request.



-- 
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