You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/10 13:12:07 UTC

[jira] [Updated] (IGNITE-11741) [TC Bot] wrap FileWriter with BufferedWriter for better performance

     [ https://issues.apache.org/jira/browse/IGNITE-11741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Muzafarov updated IGNITE-11741:
-------------------------------------
    Fix Version/s: 2.8

> [TC Bot] 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
>            Assignee: bd2019us
>            Priority: Major
>              Labels: patch, pull-request-available
>             Fix For: 2.8
>
>         Attachments: 1.patch
>
>          Time Spent: 20m
>  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
(v8.3.4#803005)