steveloughran commented on code in PR #7923:
URL: https://github.com/apache/hadoop/pull/7923#discussion_r2547498575


##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/impl/streams/AnalyticsStreamFactory.java:
##########
@@ -74,7 +77,7 @@ public void bind(final FactoryBindingParameters 
factoryBindingParameters) throws
   public ObjectInputStream readObject(final ObjectReadParameters parameters) 
throws IOException {
     return new AnalyticsStream(
                 parameters,
-                getOrCreateS3SeekableInputStreamFactory());
+                getOrCreateS3SeekableInputStreamFactory(), 
retryPolicy.getAnalyticsRetryStrategy());

Review Comment:
   think this is something we have to pass down to the library



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to