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 56ef164  HADOOP-17222. Create socket address leveraging URI cache 
(#2817)
     new 7f20fad  HDFS-14383. Compute datanode load based on StoragePolicy. 
Contributed by Ayush Saxena.
     new 769df1e  HDFS-15253 Default checkpoint transfer speed, 50mb per second 
(#2366)
     new c4f7b85  HDFS-15506. [JDK 11] Fix javadoc errors in hadoop-hdfs 
module. Contributed by Xieming Li.
     new a407f7d  HDFS-15507. [JDK 11] Fix javadoc errors in hadoop-hdfs-client 
module. Contributed by Xieming Li.
     new 53b024a  HDFS-15508. [JDK 11] Fix javadoc errors in hadoop-hdfs-rbf 
module
     new 8728394  HDFS-15331. Remove invalid exclusions that minicluster 
dependency on HDFS (#1996). Contributed by Wanqiang Ji
     new ab451b8  HDFS-15651. Client could not obtain block when DN 
CommandProcessingThread exit. Contributed by Aiphago.

The 7 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:
 .../org/apache/hadoop/hdfs/ClientGSIContext.java   |  2 +-
 .../java/org/apache/hadoop/hdfs/DFSClient.java     |  2 +-
 .../apache/hadoop/hdfs/protocol/HdfsConstants.java |  3 +-
 .../router/security/token/package-info.java        |  3 +-
 .../java/org/apache/hadoop/hdfs/DFSConfigKeys.java |  9 +++-
 .../main/java/org/apache/hadoop/hdfs/DFSUtil.java  |  2 -
 .../BlockPlacementPolicyDefault.java               | 55 ++++++++++++++++++++--
 .../DatanodeAdminDefaultMonitor.java               |  2 +-
 .../server/blockmanagement/DatanodeManager.java    |  6 +++
 .../server/blockmanagement/FSClusterStats.java     |  9 ++++
 .../server/blockmanagement/StorageTypeStats.java   | 16 +++++++
 .../hdfs/server/datanode/BPServiceActor.java       | 12 +++++
 .../snapshot/DirectorySnapshottableFeature.java    |  3 +-
 .../org/apache/hadoop/hdfs/tools/DFSAdmin.java     |  1 -
 .../src/main/resources/hdfs-default.xml            | 15 +++++-
 .../blockmanagement/TestBlockStatsMXBean.java      | 52 ++++++++++++++++++++
 .../blockmanagement/TestReplicationPolicy.java     | 29 ++++++++++++
 .../hdfs/server/datanode/TestBPOfferService.java   | 24 +++++++++-
 hadoop-minicluster/pom.xml                         |  6 ---
 19 files changed, 228 insertions(+), 23 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to