YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)
(cherry picked from commit 3a0b695441
)
This commit is contained in:
parent
fce39557d3
commit
0ebc947140
|
@ -276,6 +276,7 @@ public class FileSystemTimelineWriter extends TimelineWriter{
|
||||||
mapper.setAnnotationIntrospector(new JaxbAnnotationIntrospector());
|
mapper.setAnnotationIntrospector(new JaxbAnnotationIntrospector());
|
||||||
mapper.setSerializationInclusion(Inclusion.NON_NULL);
|
mapper.setSerializationInclusion(Inclusion.NON_NULL);
|
||||||
mapper.configure(Feature.CLOSE_CLOSEABLE, false);
|
mapper.configure(Feature.CLOSE_CLOSEABLE, false);
|
||||||
|
mapper.configure(Feature.FLUSH_AFTER_WRITE_VALUE, false);
|
||||||
return mapper;
|
return mapper;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue