noslowerdna commented on a change in pull request #654: HADOOP-15183 S3Guard store becomes inconsistent after partial failure of rename URL: https://github.com/apache/hadoop/pull/654#discussion_r278566441
########## File path: hadoop-common-project/hadoop-common/src/main/resources/core-default.xml ########## @@ -1213,8 +1213,12 @@ <property> <name>fs.s3a.connection.maximum</name> - <value>15</value> - <description>Controls the maximum number of simultaneous connections to S3.</description> + <value>48</value> Review comment: Given the requirement mentioned below shouldn't the default fs.s3a.connection.maximum be > the default fs.s3a.threads.max? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
