HDFS-8891. HDFS concat should keep srcs order. Contributed by Yong Zhang.
Moved CHANGES.txt entry to 2.7.2
(cherry picked from commit b0564c9f3c
)
This commit is contained in:
parent
29819e7240
commit
c8f1097989
|
@ -842,8 +842,6 @@ Release 2.8.0 - UNRELEASED
|
||||||
|
|
||||||
HDFS-8565. Typo in dfshealth.html - Decomissioning. (nijel via xyao)
|
HDFS-8565. Typo in dfshealth.html - Decomissioning. (nijel via xyao)
|
||||||
|
|
||||||
HDFS-8891. HDFS concat should keep srcs order. (Yong Zhang via jing9)
|
|
||||||
|
|
||||||
HDFS-8908. TestAppendSnapshotTruncate may fail with IOException: Failed to
|
HDFS-8908. TestAppendSnapshotTruncate may fail with IOException: Failed to
|
||||||
replace a bad datanode. (Tsz Wo Nicholas Sze via yliu)
|
replace a bad datanode. (Tsz Wo Nicholas Sze via yliu)
|
||||||
|
|
||||||
|
@ -882,6 +880,8 @@ Release 2.7.2 - UNRELEASED
|
||||||
HDFS-8863. The remaining space check in BlockPlacementPolicyDefault is
|
HDFS-8863. The remaining space check in BlockPlacementPolicyDefault is
|
||||||
flawed. (Kihwal Lee via yliu)
|
flawed. (Kihwal Lee via yliu)
|
||||||
|
|
||||||
|
HDFS-8891. HDFS concat should keep srcs order. (Yong Zhang via jing9)
|
||||||
|
|
||||||
Release 2.7.1 - 2015-07-06
|
Release 2.7.1 - 2015-07-06
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue