svn merge -c 1452475 FIXES: YARN-448. Remove unnecessary hflush from log aggregation (Kihwal Lee via bobby)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1452477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Joseph Evans 2013-03-04 20:10:30 +00:00
parent 3a3db918ff
commit 31b1316edf
2 changed files with 3 additions and 1 deletions

View File

@ -344,6 +344,9 @@ Release 0.23.7 - UNRELEASED
YARN-426. Failure to download a public resource prevents further downloads
(Jason Lowe via bobby)
YARN-448. Remove unnecessary hflush from log aggregation (Kihwal Lee via
bobby)
Release 0.23.6 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -231,7 +231,6 @@ private void writeVersion() throws IOException {
out = this.writer.prepareAppendValue(-1);
out.writeInt(VERSION);
out.close();
this.fsDataOStream.hflush();
}
public void writeApplicationOwner(String user) throws IOException {