Fabian Paul created FLINK-18501:
-----------------------------------
Summary: 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
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)