Addendum of HDFS-8709: update CHANGES.TXT.

This commit is contained in:
Zhe Zhang 2016-10-31 15:17:21 -07:00
parent 85708329c8
commit 49f059125a
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ Release 2.7.4 - UNRELEASED
HDFS-11069. Tighten the authorization in datanode RPC. (kihwal)
HDFS-8709. Clarify automatic sync in FSEditLog#logEdit. (wang)
OPTIMIZATIONS
HDFS-10896. Move lock logging logic from FSNamesystem into FSNamesystemLock.