[
https://issues.apache.org/jira/browse/FLINK-12998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piotr Nowojski closed FLINK-12998.
----------------------------------
Resolution: Fixed
Merged as 915fb6f867..4617e30900 to release-1.9
Merged as
a170d9e60321c15fe7d885e643cbdaa250bcda4e..57f7958685206b063aadbf0c157c1e2f7614c0c1
to master
> Document Plugins mechanism
> --------------------------
>
> Key: FLINK-12998
> URL: https://issues.apache.org/jira/browse/FLINK-12998
> Project: Flink
> Issue Type: Sub-task
> Components: FileSystems
> Affects Versions: 1.9.0
> Reporter: Piotr Nowojski
> Assignee: Alex
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 1.9.0, 1.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Plugins mechanism must be documented before the release. We should write down:
> * benefits
> * how to use existing FileSystem plugins
> * how to implement an own custom FileSystem plugin
> * potential issues of relaying on
> {{Thread.currentThread().getContextClassLoader()}} (currently it's set only
> for {{FileSystemFactory}} class loading and {{FileSystemFactory#create()}}
> method call - if a {{FileSystem}} is accessing {{getContextClassLoader}}
> during runtime (write/reading) it will not work properly as a plugin.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)