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 6d3f5e8  HDFS-15911 : Provide blocks moved count in Balancer iteration 
result (#2796)
     new e9b06d9  HDFS-15249 ThrottledAsyncChecker is not thread-safe. (#1922)
     new a216ee3  HDFS-15910. Improve security with explicit_bzero (#2793)
     new 4abe6e6  HDFS-15908. Possible Resource Leak in 
org.apache.hadoop.hdfs.qjournal.server.Journal (#2790). Contributed by Narges 
Shadab.
     new 3a35528  HDFS-15868. Possible Resource Leak in EditLogFileOutputStream 
(#2736). Contributed by Narges Shadab.
     new f07bde9  HDFS-15791. Possible Resource Leak in FSImageFormatProtobuf. 
(#2652)
     new 3ecd02a  HDFS-15661. The DeadNodeDetector should not be shared by 
different DFSClients. Contributed by Jinglun.
     new 4f79df4  HDFS-15551. Tiny Improve for DeadNode detector (#2265)
     new 94766fd  HDFS-15806. DeadNodeDetector should close all the threads 
when it is closed. Contributed by Jinglun.
     new a8c0083  HDFS-15809. DeadNodeDetector does not remove live nodes from 
dead node set. Contributed by Jinglun.
     new 2d83369  HDFS-15743. Fix -Pdist build failure of 
hadoop-hdfs-native-client. (#2569)

The 10 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:
 dev-support/bin/dist-copynativelibs                |   2 +-
 .../java/org/apache/hadoop/hdfs/ClientContext.java |  49 +++++---
 .../java/org/apache/hadoop/hdfs/DFSClient.java     |   9 +-
 .../org/apache/hadoop/hdfs/DFSInputStream.java     |   3 +
 .../org/apache/hadoop/hdfs/DeadNodeDetector.java   | 129 ++++++++++++++-------
 .../hadoop/hdfs/client/HdfsClientConfigKeys.java   |  10 +-
 .../main/native/libhdfspp/lib/bindings/c/hdfs.cc   |   2 +-
 .../main/native/libhdfspp/tests/hdfs_ext_test.cc   |   2 +-
 .../main/native/libhdfspp/tests/hdfspp_mini_dfs.h  |   2 +-
 .../hadoop/hdfs/qjournal/server/Journal.java       |   2 +-
 .../datanode/checker/ThrottledAsyncChecker.java    |   4 +-
 .../server/namenode/EditLogFileOutputStream.java   |   7 +-
 .../server/namenode/FSImageFormatProtobuf.java     |  20 ++--
 .../src/main/resources/hdfs-default.xml            |  20 +---
 .../apache/hadoop/hdfs/TestDeadNodeDetection.java  | 120 +++++++++++++++----
 15 files changed, 261 insertions(+), 120 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