This is an automated email from the ASF dual-hosted git repository. weichiu pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from ee7d214 Revert "HADOOP-17159 Ability for forceful relogin in UserGroupInformation class (#2197)" new 9eaa352 HDFS-15243. Add an option to prevent sub-directories of protected directories from deletion. Contributed by liuyanyu. new a9ce600 HDFS-15540. Directories protected from delete can still be moved to the trash. Contributed by Stephen O'Donnell. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../java/org/apache/hadoop/hdfs/DFSConfigKeys.java | 10 ++ .../main/java/org/apache/hadoop/hdfs/DFSUtil.java | 12 ++ .../hadoop/hdfs/server/namenode/FSDirRenameOp.java | 5 + .../hadoop/hdfs/server/namenode/FSDirectory.java | 10 ++ .../src/main/resources/hdfs-default.xml | 8 ++ .../server/namenode/TestProtectedDirectories.java | 151 +++++++++++++++++++++ 6 files changed, 196 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org