This is an automated email from the ASF dual-hosted git repository. hexiaoqiao pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from 8745857c3b44 YARN-11561. [Federation] GPG Supports Format PolicyStateStore. (#6300) Contributed by Shilun Fan. add 9a6d00aba473 HDFS-17218. NameNode should process time out excess redundancy blocks (#6176). Contributed by Haiyang Hu. No new revisions were added by this update. Summary of changes: .../java/org/apache/hadoop/hdfs/DFSConfigKeys.java | 7 ++ .../hdfs/server/blockmanagement/BlockManager.java | 115 ++++++++++++++++++ .../blockmanagement/ExcessRedundancyMap.java | 57 +++++++-- .../src/main/resources/hdfs-default.xml | 18 +++ .../org/apache/hadoop/hdfs/MiniDFSCluster.java | 19 +++ .../server/blockmanagement/TestBlockManager.java | 128 +++++++++++++++++++++ 6 files changed, 337 insertions(+), 7 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org