liuml07 commented on a change in pull request #1861: HADOOP-13230. Optionally
retain directory markers
URL: https://github.com/apache/hadoop/pull/1861#discussion_r410635387
##########
File path:
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AFileSystem.java
##########
@@ -445,6 +456,12 @@ public void initialize(URI name, Configuration
originalConf)
DEFAULT_S3GUARD_DISABLED_WARN_LEVEL);
S3Guard.logS3GuardDisabled(LOG, warnLevel, bucket);
}
+ // directory policy, which will look at authoritative paths
+ // if needed
+ directoryPolicy = new DirectoryPolicyImpl(conf,
+ this::allowAuthoritative);
+ LOG.debug("Directory marker retention policy is {}",
Review comment:
This can be `info` level since this is new and client may want to see the
message.
----------------------------------------------------------------
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]