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 2017/04/06 11:16:41 UTC

[jira] [Assigned] (IGNITE-3529) IGFS: Simplify meta and data cache configuration.

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

Vladimir Ozerov reassigned IGNITE-3529:
---------------------------------------

    Assignee: Taras Ledkov

> IGFS: Simplify meta and data cache configuration.
> -------------------------------------------------
>
>                 Key: IGNITE-3529
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3529
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: IGFS
>    Affects Versions: 1.6
>            Reporter: Vladimir Ozerov
>            Assignee: Taras Ledkov
>             Fix For: 2.0
>
>
> Currently IGFS configuration is rather complex because user have to manually do the following:
> 1) Configure meta cache
> 2) Configure data cache 
> 3) Wire them up with IGFS through {{FileSystemConfiguration.*CacheName}} properties. 
> Instead, I propose to do the following:
> 1) Add two properties directly to {{FileSystemConfiguration}}:
> - dataCacheConfiguration
> - metaCacheConfiguration
> 2) Names of these cache will be ignored and overwritten with cache name unique to concrete IGFS . E.g. *_data and *_meta, where * is IGFS name.
> 3) *THE MOST IMPORTANT THING* - provide sensible defaults. 
> This way normally user will not bother about cache config at all. He will only need to add IGFS config bean and set it's name.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)