rajdchak commented on code in PR #7214:
URL: https://github.com/apache/hadoop/pull/7214#discussion_r1917522795
##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:
##########
@@ -939,12 +923,18 @@ public Statistics getInstanceStatistics() {
}
/**
- * Initialize the thread pool.
+ * Initialize the thread pools.
+ * <p>
* This must be re-invoked after replacing the S3Client during test
* runs.
+ * <p>
+ * It requires the S3Store to have been instantiated.
* @param conf configuration.
Review Comment:
@param is no longer required
--
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]