Move HDFS-9601 to branch-2.8.0 in CHANGES.txt. (shv)

This commit is contained in:
Konstantin V Shvachko 2016-02-03 14:34:23 -08:00
parent 459c31de4a
commit 6d1f9a6b4c
1 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,6 @@ Release 2.9.0 - UNRELEASED
BUG FIXES
HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle
NotReplicatedYetException on adding block (iwasakims)
HDFS-9618. Fix mismatch between log level and guard in
BlockManager#computeRecoveryWorkForBlocks (iwasakims)
@ -1792,6 +1789,9 @@ Release 2.8.0 - UNRELEASED
HDFS-9748. Avoid duplication in pendingReplications when
addExpectedReplicasToPending is called twice. (Walter Su via jing9)
HDFS-9601. NNThroughputBenchmark.BlockReportStats should handle
NotReplicatedYetException on adding block (iwasakims)
Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES