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

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


    from e0b408e  HADOOP-15775. [JDK9] Add missing javax.activation-api 
dependency. Contributed by Akira Ajisaka.
     new 609bc1c  HDFS-15240. Erasure Coding: dirty buffer causes 
reconstruction block error. Contributed by HuangTao.
     new 1d5ee50  HDFS-15708. TestURLConnectionFactory fails by 
NoClassDefFoundError in branch-3.3 and branch-3.2 (#2517)

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:
 .../apache/hadoop/io/ElasticByteBufferPool.java    |   1 +
 hadoop-hdfs-project/hadoop-hdfs-client/pom.xml     |   5 +
 .../server/datanode/DataNodeFaultInjector.java     |  16 ++
 .../datanode/erasurecode/StripedBlockReader.java   |   5 +
 .../server/datanode/erasurecode/StripedReader.java |  21 +-
 .../datanode/erasurecode/StripedReconstructor.java |   6 +
 .../hadoop/hdfs/TestReconstructStripedFile.java    | 240 +++++++++++++++++++++
 .../erasurecode/ErasureCodingTestHelper.java}      |  20 +-
 8 files changed, 303 insertions(+), 11 deletions(-)
 copy 
hadoop-hdfs-project/hadoop-hdfs/src/{main/java/org/apache/hadoop/hdfs/server/datanode/erasurecode/package-info.java
 => 
test/java/org/apache/hadoop/hdfs/server/datanode/erasurecode/ErasureCodingTestHelper.java}
 (76%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to