This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a change to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from a453f38 YARN-9162. Fix TestRMAdminCLI#testHelp. Contributed by Ayush
Saxena.
new 84b2fe4 Revert "HDFS-14706. Checksums are not checked if block meta
file is less than 7 bytes. Contributed by Stephen O'Donnell."
new 61fd1a7 HDFS-14706. Checksums are not checked if block meta file is
less than 7 bytes. Contributed by Stephen O'Donnell.
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:
.../java/org/apache/hadoop/util/DataChecksum.java | 28 +++-
.../org/apache/hadoop/hdfs/DFSOutputStream.java | 72 +--------
.../hadoop/hdfs/client/HdfsClientConfigKeys.java | 3 -
.../hdfs/server/datanode/BlockMetadataHeader.java | 32 +++-
.../datanode/CorruptMetaHeaderException.java} | 16 +-
.../hadoop/hdfs/server/datanode/BlockSender.java | 13 +-
.../hadoop/hdfs/server/datanode/DataNode.java | 3 +-
.../hadoop/hdfs/server/datanode/DataXceiver.java | 12 ++
.../apache/hadoop/hdfs/TestDFSOutputStream.java | 37 -----
.../server/datanode/TestCorruptMetadataFile.java | 165 +++++++++++++++++++++
10 files changed, 248 insertions(+), 133 deletions(-)
copy
hadoop-hdfs-project/{hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/ReplicaAlreadyExistsException.java
=>
hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/server/datanode/CorruptMetaHeaderException.java}
(73%)
create mode 100644
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestCorruptMetadataFile.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]