[
https://issues.apache.org/jira/browse/FLINK-18501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17157985#comment-17157985
]
Fabian Paul commented on FLINK-18501:
-------------------------------------
[~dian.fu] yes the ticket is resolved, it can be closed.
> 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
>
> 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)