You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/18 15:29:40 UTC

[jira] [Commented] (IGNITE-1788) Duplicate check of IGFS configuration

    [ https://issues.apache.org/jira/browse/IGNITE-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105347#comment-15105347 ] 

ASF GitHub Bot commented on IGNITE-1788:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/ignite/pull/221


> Duplicate check of IGFS configuration
> -------------------------------------
>
>                 Key: IGNITE-1788
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1788
>             Project: Ignite
>          Issue Type: Bug
>          Components: hadoop
>    Affects Versions: 1.5
>            Reporter: Vasiliy Sisko
>            Assignee: Vladimir Ozerov
>            Priority: Minor
>             Fix For: 1.6
>
>
> In class org.apache.ignite.internal.processors.igfs.IgfsProcessor exist duplicate check:
> {code}
> if (GridQueryProcessor.isEnabled(metaCacheCfg))
>     throw new IgniteCheckedException("IGFS metadata cache cannot start with enabled query indexing.");
> {code}



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