Revert "YARN-4814. ATS 1.5 timelineclient impl call flush after every event write. (Xuan Gong via gtcarrera9)"
This reverts commit 3a0b69544183f71c4683bc477656473494fc09d0. (cherry picked from commit a888b5bc533bb91a3394f15a69879be1d7838592) (cherry picked from commit 398dbde538e0bda2ec8a3b9f21c52526dfa90754)
This commit is contained in:
parent
2d9f42d685
commit
d21bee170b
@ -276,7 +276,6 @@ private ObjectMapper createObjectMapper() {
|
||||
mapper.setAnnotationIntrospector(new JaxbAnnotationIntrospector());
|
||||
mapper.setSerializationInclusion(Inclusion.NON_NULL);
|
||||
mapper.configure(Feature.CLOSE_CLOSEABLE, false);
|
||||
mapper.configure(Feature.FLUSH_AFTER_WRITE_VALUE, false);
|
||||
return mapper;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user