You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2017/10/06 10:09:00 UTC

[jira] [Resolved] (FLINK-7643) Configure FileSystems only once

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

Stephan Ewen resolved FLINK-7643.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0
     Release Note: Fixed via 536675b03a5050fda9c3e1fd403818cb50dcc6ff

> Configure FileSystems only once
> -------------------------------
>
>                 Key: FLINK-7643
>                 URL: https://issues.apache.org/jira/browse/FLINK-7643
>             Project: Flink
>          Issue Type: Bug
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.4.0
>            Reporter: Ufuk Celebi
>            Assignee: Stephan Ewen
>             Fix For: 1.4.0
>
>
> HadoopFileSystem always reloads GlobalConfiguration, which potentially leads to a lot of noise in the logs, because this happens on each checkpoint.
> Instead, file systems should be configured once upon process startup, when the configuration is loaded.
> This will also increase efficiency of checkpoints, as it avoids redundant parsing for each data chunk.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)