Add HDFS-8143 to CHANGES.txt.

This commit is contained in:
Tsz-Wo Nicholas Sze 2015-07-13 14:59:45 -07:00
parent 27366dd7c3
commit 2e455d4d8b
1 changed files with 3 additions and 0 deletions

View File

@ -745,6 +745,9 @@ Release 2.7.1 - 2015-07-06
HDFS-7164. Feature documentation for HDFS-6581. (Arpit Agarwal)
HDFS-8143. Mover should exit after some retry when failed to move blocks.
(Surendra Singh Lilhore via szetszwo)
OPTIMIZATIONS
HDFS-8480. Fix performance and timeout issues in HDFS-7929 by using
hard-links to preserve old edit logs, instead of copying them. (Zhe Zhang