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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)