Fix CHANGES.txt for HDFS-8091

This commit is contained in:
Arun Suresh 2015-04-09 13:51:00 -07:00
parent c4986b2d00
commit a813db0b1b
1 changed files with 3 additions and 3 deletions

View File

@ -153,9 +153,6 @@ Trunk (Unreleased)
BUG FIXES
HDFS-8091: ACLStatus and XAttributes should be presented to INodeAttributesProvider
before returning to client (asuresh)
HADOOP-9635 Fix potential Stack Overflow in DomainSocket.c (V. Karthik Kumar
via cmccabe)
@ -463,6 +460,9 @@ Release 2.8.0 - UNRELEASED
HDFS-8096. DatanodeMetrics#blocksReplicated will get incremented early and
even for failed transfers (vinayakumarb)
HDFS-8091: ACLStatus and XAttributes should be presented to
INodeAttributesProvider before returning to client (asuresh)
Release 2.7.0 - UNRELEASED
INCOMPATIBLE CHANGES