YARN-448. Remove unnecessary hflush from log aggregation (Kihwal Lee via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1452475 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3ea26d3408
commit
9334dc23f9
|
@ -362,6 +362,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
|
||||
|
|
|
@ -231,7 +231,6 @@ public class AggregatedLogFormat {
|
|||
out = this.writer.prepareAppendValue(-1);
|
||||
out.writeInt(VERSION);
|
||||
out.close();
|
||||
this.fsDataOStream.hflush();
|
||||
}
|
||||
|
||||
public void writeApplicationOwner(String user) throws IOException {
|
||||
|
|
Loading…
Reference in New Issue