[jira] [Created] (IGNITE-4540) Ability to disable default H2 Indexing.

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

[jira] [Created] (IGNITE-4540) Ability to disable default H2 Indexing.

Anton Vinogradov (Jira)
Andrew Mashenkov created IGNITE-4540:
----------------------------------------

             Summary: Ability to disable default H2 Indexing.
                 Key: IGNITE-4540
                 URL: https://issues.apache.org/jira/browse/IGNITE-4540
             Project: Ignite
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.8
            Reporter: Andrew Mashenkov
            Priority: Minor
             Fix For: 1.9


It is impossible for now to use IndexingSPI without H2Indexing due to next reasons:
- H2Indexing always starts if IgniteH2Indexing class found in classpath.
- if IndexingTypes are set and IndexingSPI is configured, then both IndexingSPI and H2Indexing is used. If IndexingTypes is not set, then both indexers are disabled.

We need to add an option that force disabling H2IndexingSpi.
It look like the only workaround for now is remove ignite-indexing jar from classpath.



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