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

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


    from 53ae2f9  SPNEGO TLS verification
     new 637906b  Revert "HDFS-14941. Potential editlog race condition can 
cause corrupted file. Contributed by Chen Liang and Konstantin Shvachko."
     new 4ef7dab  HDFS-15323. StandbyNode fails transition to active due to 
insufficient transaction tailing. Contributed by Konstantin V Shvachko.

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:
 .../org/apache/hadoop/util/SequentialNumber.java   |  13 --
 .../hdfs/qjournal/client/QuorumJournalManager.java |   4 +-
 .../server/blockmanagement/BlockIdManager.java     |  46 ------
 .../hdfs/server/blockmanagement/BlockManager.java  |   4 +-
 .../hdfs/server/namenode/FSDirWriteFileOp.java     |   2 +-
 .../hdfs/server/namenode/FSEditLogLoader.java      |   6 +-
 .../hadoop/hdfs/server/namenode/FSEditLogOp.java   |  10 +-
 .../hadoop/hdfs/server/namenode/FSNamesystem.java  |   1 -
 .../hdfs/server/namenode/ha/EditLogTailer.java     |  24 ++-
 .../hdfs/server/namenode/NameNodeAdapter.java      |  45 ------
 .../server/namenode/ha/TestAddBlockTailing.java    | 164 ---------------------
 .../namenode/ha/TestStandbyInProgressTail.java     |  28 ++++
 12 files changed, 52 insertions(+), 295 deletions(-)
 delete mode 100644 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestAddBlockTailing.java


---------------------------------------------------------------------
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