You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2015/10/26 10:09:27 UTC

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

Vasiliy Sisko created IGNITE-1788:
-------------------------------------

             Summary: 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
            Priority: Minor
             Fix For: 1.5


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)