You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2016/08/12 12:35:20 UTC

[jira] [Commented] (IGNITE-3639) IGFS: Local secondary: investigate whether we need BufferedOutputStream for create/append.

    [ https://issues.apache.org/jira/browse/IGNITE-3639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15418761#comment-15418761 ] 

Taras Ledkov commented on IGNITE-3639:
--------------------------------------

1. IgfsOutputStreamImpl has already been buffered. A buffer is implemented at the class IgfsOutputStreamAdapter.
2. Simple benchmark on the my localhost doesn't show significant difference between LocalFs with and without buffer (the result dispersion is greater then the difference). We have to measure it at the benchmark labs to ensure.

> IGFS: Local secondary: investigate whether we need BufferedOutputStream for create/append.
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3639
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3639
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: IGFS
>    Affects Versions: 1.6
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>             Fix For: 1.8
>
>
> We already have a buffer inside {{IgfsOutputStreamImpl}}. Do we really need to wrap {{FileOutputStream}} into another buffer?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)