Move HDFS-6945 to 2.7.2 section in CHANGES.txt.
(cherry picked from commit a628f67590
)
This commit is contained in:
parent
d591f2af5d
commit
e78ee18642
|
@ -424,9 +424,6 @@ Release 2.8.0 - UNRELEASED
|
||||||
HDFS-7997. The first non-existing xattr should also throw IOException.
|
HDFS-7997. The first non-existing xattr should also throw IOException.
|
||||||
(zhouyingchao via yliu)
|
(zhouyingchao via yliu)
|
||||||
|
|
||||||
HDFS-6945. BlockManager should remove a block from excessReplicateMap and
|
|
||||||
decrement ExcessBlocks metric when the block is removed. (aajisaka)
|
|
||||||
|
|
||||||
HDFS-7922. ShortCircuitCache#close is not releasing
|
HDFS-7922. ShortCircuitCache#close is not releasing
|
||||||
ScheduledThreadPoolExecutors (Rakesh R via Colin P. McCabe)
|
ScheduledThreadPoolExecutors (Rakesh R via Colin P. McCabe)
|
||||||
|
|
||||||
|
@ -735,6 +732,9 @@ Release 2.7.2 - UNRELEASED
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
|
HDFS-6945. BlockManager should remove a block from excessReplicateMap and
|
||||||
|
decrement ExcessBlocks metric when the block is removed. (aajisaka)
|
||||||
|
|
||||||
Release 2.7.1 - 2015-07-06
|
Release 2.7.1 - 2015-07-06
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue