YARN-202. Log Aggregation generates a storm of fsync() for namenode (Kihwal Lee via bobby)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1406269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b13a5cdcb7
commit
b68bd472dc
@ -199,6 +199,9 @@ Release 0.23.5 - UNRELEASED
|
|||||||
YARN-189. Fixed a deadlock between RM's ApplicationMasterService and the
|
YARN-189. Fixed a deadlock between RM's ApplicationMasterService and the
|
||||||
dispatcher. (Thomas Graves via vinodkv)
|
dispatcher. (Thomas Graves via vinodkv)
|
||||||
|
|
||||||
|
YARN-202. Log Aggregation generates a storm of fsync() for namenode
|
||||||
|
(Kihwal Lee via bobby)
|
||||||
|
|
||||||
Release 0.23.4 - UNRELEASED
|
Release 0.23.4 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -263,7 +263,6 @@ public void append(LogKey logKey, LogValue logValue) throws IOException {
|
|||||||
out = this.writer.prepareAppendValue(-1);
|
out = this.writer.prepareAppendValue(-1);
|
||||||
logValue.write(out);
|
logValue.write(out);
|
||||||
out.close();
|
out.close();
|
||||||
this.fsDataOStream.hflush();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void closeWriter() {
|
public void closeWriter() {
|
||||||
|
Loading…
Reference in New Issue
Block a user