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


##########
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java:
##########
@@ -776,7 +776,14 @@ private void initThreadPools(Configuration conf) {
     executorCapacity = intOption(conf,
         EXECUTOR_CAPACITY, DEFAULT_EXECUTOR_CAPACITY, 1);
     if (this.prefetchEnabled) {

Review Comment:
   can you cut the this. from here and the line below. not something we do in 
the hadoop code except in constructors and setters



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