This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a change to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/hadoop.git.


    from 9c6dd8c  YARN-10200. Add number of containers to RMAppManager summary
     new f1a19b7  HDFS-14986. ReplicaCachingGetSpaceUsed throws 
ConcurrentModificationException. Contributed by Aiphago.
     new 4891f24  HDFS-15158. The number of failed volumes mismatch with 
volumeFailures of Datanode metrics. Contributed by Yang Yun.
     new d64f688  HDFS-15219. DFS Client will stuck when ResponseProcessor.run 
throw Error (#1902). Contributed by  zhengchenyu.

The 3 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/fs/CachingGetSpaceUsed.java  | 34 +++++++++++--
 .../java/org/apache/hadoop/hdfs/DataStreamer.java  |  2 +-
 .../hadoop/hdfs/server/datanode/DataNode.java      | 12 ++---
 .../server/datanode/fsdataset/FsDatasetSpi.java    |  6 +++
 .../datanode/fsdataset/impl/FsDatasetImpl.java     | 12 ++---
 .../fsdataset/impl/ReplicaCachingGetSpaceUsed.java |  1 +
 .../server/datanode/metrics/DataNodeMetrics.java   |  6 +--
 .../server/datanode/TestDataNodeVolumeFailure.java | 26 ++++++++++
 .../impl/TestReplicaCachingGetSpaceUsed.java       | 55 ++++++++++++++++++++++
 9 files changed, 134 insertions(+), 20 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