[
https://issues.apache.org/jira/browse/IGNITE-11741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
bd2019us updated IGNITE-11741:
------------------------------
Description:
Location:
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/RemoteClientTmpHelper.java
FileWriter.write() method is intensively invoked in loops or multi-times, which
is a bad practice and can damage the performance of program since it may cause
IO bottleneck. On the contrary, the BufferedWriter is recommended for a better
performance with caches.
was:
Location:
ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/RemoteClientTmpHelper.java
FileWriter.write() method is intensively invoked in loops, which is a bad
practice and can damage the performance of program since it may cause IO
bottleneck. On the contrary, the BufferedWriter is recommended for a better
performance with caches.
> wrap FileWriter with BufferedWriter for better performance
> ----------------------------------------------------------
>
> Key: IGNITE-11741
> URL: https://issues.apache.org/jira/browse/IGNITE-11741
> Project: Ignite
> Issue Type: Bug
> Reporter: bd2019us
> Priority: Major
> Labels: patch, pull-request-available
> Attachments: 1.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Location:
> ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/runners/RemoteClientTmpHelper.java
> FileWriter.write() method is intensively invoked in loops or multi-times,
> which is a bad practice and can damage the performance of program since it
> may cause IO bottleneck. On the contrary, the BufferedWriter is recommended
> for a better performance with caches.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)