You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/07/22 12:32:21 UTC

[jira] [Updated] (IGNITE-2357) IGFS: Create factory for IgfsSecondaryFileSystem

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

Vladimir Ozerov updated IGNITE-2357:
------------------------------------
    Summary: IGFS: Create factory for IgfsSecondaryFileSystem  (was: Create factory for IgfsSecondaryFileSystem)

> IGFS: Create factory for IgfsSecondaryFileSystem
> ------------------------------------------------
>
>                 Key: IGNITE-2357
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2357
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: IGFS
>    Affects Versions: ignite-1.4
>            Reporter: Vladimir Ozerov
>            Priority: Minor
>             Fix For: 2.0
>
>
> Most of our pluggable components are serializable, so that IgniteConfiguration can be converted to bytes and transferred over wire.
> This is not the case for IgfsSecondaryFileSystem. 
> There are several ways to fix that:
> 1) Mark IgfsSecondaryFileSystem as Serializable - simple and straightforward solution. But what if user cannot serialize some internals of his file system implementation?
> 2) Abstract out file system and user serializable Factory instead - this is how things work in some other places (e.g. cache store factory).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)