Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6DFBB200BFB for ; Wed, 11 Jan 2017 23:40:18 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6D022160B3B; Wed, 11 Jan 2017 22:40:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 97E28160B50 for ; Wed, 11 Jan 2017 23:40:17 +0100 (CET) Received: (qmail 22446 invoked by uid 500); 11 Jan 2017 22:40:16 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 22260 invoked by uid 99); 11 Jan 2017 22:40:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2017 22:40:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9DD092C03DF for ; Wed, 11 Jan 2017 22:40:16 +0000 (UTC) Date: Wed, 11 Jan 2017 22:40:16 +0000 (UTC) From: "Valentin Kulichenko (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-4540) Ability to disable default H2 Indexing. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 11 Jan 2017 22:40:18 -0000 [ https://issues.apache.org/jira/browse/IGNITE-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15819413#comment-15819413 ] Valentin Kulichenko commented on IGNITE-4540: --------------------------------------------- [~amashenkov], I don't think we need to add any new options for this. Current problem is that we go though two different checks before calling {{IndexingSpi.store(..)}}: {{GridCacheQueryManager.enabled()}} and then {{GridIndexingManager.enabled()}}. When custom {{IndexingSpi}} is used, the second one is true, but the first one is false. We need to fix the logic and make sure everything is working properly in this case. > 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)