Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-18501

Mapping of Pluggable Filesystems to scheme is not properly logged

    XMLWordPrintableJSON

Details

    Description

      Currently, the following statement is used during FS instantiation

      LOG.debug("Added file system {}:{}", factory.getScheme(), factory.getClass().getName());
      

      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.

      Attachments

        Activity

          People

            fpaul Fabian Paul
            fpaul Fabian Paul
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: