This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a change to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from a09d636 HDFS-15170. EC: Block gets marked as CORRUPT in case of failover and pipeline recovery. Contributed by Ayush Saxena. new a68ca4a HDFS-15187. CORRUPT replica mismatch between namenodes after failover. Contributed by Ayush Saxena. new 9e50a10 HDFS-15200. Delete Corrupt Replica Immediately Irrespective of Replicas On Stale Storage. Contributed by Ayush Saxena. 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/hdfs/DFSConfigKeys.java | 7 ++ .../hdfs/server/blockmanagement/BlockManager.java | 43 ++++++++++--- .../src/main/resources/hdfs-default.xml | 9 +++ .../server/blockmanagement/TestBlockManager.java | 38 ++++++++++- ...uption.java => TestCorruptionWithFailover.java} | 74 ++++++++++------------ .../hadoop/hdfs/server/namenode/TestFsck.java | 3 + 6 files changed, 123 insertions(+), 51 deletions(-) copy hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/{TestErasureCodingCorruption.java => TestCorruptionWithFailover.java} (53%) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org