zookeeper
zookeeper copied to clipboard
[ZOOKEEPER-3387] Use BufferedWriter instead of FileWriter
ZOOKEEPER-3387 When FileWriter is used intensively within a loop, BufferedWriter can be used to improve performance by reducing IO operations.
Though the build checks have failed due to other reason, the BufferedWriter -> FileWriter changes still remain valid and applicable to the code base
retest this please
@bd2019us This patch doesn't compile:
[ERROR] /home/travis/build/apache/zookeeper/zookeeper-jute/target/classes/org/apache/zookeeper/data/Stat.java:[273,17] error: reached end of file while parsing