You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Fabian Paul (Jira)" <ji...@apache.org> on 2020/07/15 08:16:00 UTC

[jira] [Resolved] (FLINK-18501) Mapping of Pluggable Filesystems to scheme is not properly logged

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

Fabian Paul resolved FLINK-18501.
---------------------------------
    Fix Version/s: 1.11.1
                   1.12.0
                   1.10.2
       Resolution: Fixed

> Mapping of Pluggable Filesystems to scheme is not properly logged
> -----------------------------------------------------------------
>
>                 Key: FLINK-18501
>                 URL: https://issues.apache.org/jira/browse/FLINK-18501
>             Project: Flink
>          Issue Type: Improvement
>          Components: FileSystems
>    Affects Versions: 1.10.0, 1.11.0
>            Reporter: Fabian Paul
>            Assignee: Fabian Paul
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.10.2, 1.12.0, 1.11.1
>
>
> Currently, the following statement is used during FS instantiation
> {code:java}
> LOG.debug("Added file system {}:{}", factory.getScheme(), factory.getClass().getName());
> {code}
> but with the introduction of pluggable filesystems, the class name will always be PluginFileSystemFactory and does not give a notion which FS is used anymore.
> A fix could be to replace the class name usage with toString and implement it within the PluginFileSystemFactory.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)