From issues-return-92592-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Mar 4 12:44:06 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5DCF5180627 for ; Mon, 4 Mar 2019 13:44:05 +0100 (CET) Received: (qmail 69168 invoked by uid 500); 4 Mar 2019 12:44:04 -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 69159 invoked by uid 99); 4 Mar 2019 12:44:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2019 12:44:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 14DECCA78A for ; Mon, 4 Mar 2019 12:44:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id B88BDFqhxcXS for ; Mon, 4 Mar 2019 12:44:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 6DA5F61103 for ; Mon, 4 Mar 2019 12:44:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 76D9CE01AC for ; Mon, 4 Mar 2019 12:44:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 253DD25714 for ; Mon, 4 Mar 2019 12:44:00 +0000 (UTC) Date: Mon, 4 Mar 2019 12:44:00 +0000 (UTC) From: "Dmitriy Pavlov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-11464) Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix queries and visor package conflicts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-11464?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 783348#comment-16783348 ]=20 Dmitriy Pavlov commented on IGNITE-11464: ----------------------------------------- Removal of Lucene dependency {code} compile(group: 'org.apache.ignite', name: 'ignite-indexing', version: ig= nVer) { exclude group: 'org.apache.lucene' // to remove "lucene-sandbox an= d analyzers-commons" package conflicts. } {code} helps to locate issues from automatic packages to following 3 issues: - Lucene auto-packaging failed - error: module ignite.indexing reads package org.apache.ignite.internal.pr= ocessors.cache.query from both ignite.core and ignite.indexing -- org.apache.ignite.internal.processors.cache.query.GridCacheTwoStepQuery -- org.apache.ignite.internal.processors.cache.query.QueryTable -- org.apache.ignite.internal.processors.cache.query.RegisteredQueryCursor - error: module ignite.indexing reads package org.apache.ignite.internal.vi= sor.verify from both ignite.core and ignite.indexing -- org.apache.ignite.internal.visor.verify.ValidateIndexesClosure -- org.apache.ignite.internal.visor.verify.VisorValidateIndexesTask > Support Automatic modules for ignite-indexing: bypass or fix Lucene, fix = queries and visor package conflicts > -------------------------------------------------------------------------= ----------------------------------- > > Key: IGNITE-11464 > URL: https://issues.apache.org/jira/browse/IGNITE-11464 > Project: Ignite > Issue Type: Sub-task > Reporter: Dmitriy Pavlov > Priority: Major > > {noformat} > error: the unnamed module reads package org.apache.lucene.search from bot= h lucene.sandbox and lucene.core > error: the unnamed module reads package org.apache.lucene.document from b= oth lucene.sandbox and lucene.core > error: the unnamed module reads package org.apache.lucene.analysis.standa= rd from both lucene.core and lucene.analyzers.common > error: the unnamed module reads package org.apache.ignite.internal.proces= sors.cache.query from both ignite.indexing and ignite.core > error: the unnamed module reads package org.apache.ignite.internal.visor.= verify from both ignite.indexing and ignite.core > error: module ignite.indexing reads package org.apache.lucene.search from= both lucene.sandbox and lucene.core > error: module ignite.indexing reads package org.apache.lucene.document fr= om both lucene.sandbox and lucene.core > error: module ignite.indexing reads package org.apache.lucene.analysis.st= andard from both lucene.core and lucene.analyzers.common > error: module ignite.indexing reads package org.apache.ignite.internal.pr= ocessors.cache.query from both ignite.indexing and ignite.core > error: module ignite.indexing reads package org.apache.ignite.internal.vi= sor.verify from both ignite.indexing and ignite.core > error: module cache.api reads package org.apache.lucene.search from both = lucene.sandbox and lucene.core > error: module cache.api reads package org.apache.lucene.document from bot= h lucene.sandbox and lucene.core > error: module cache.api reads package org.apache.lucene.analysis.standard= from both lucene.core and lucene.analyzers.common > error: module cache.api reads package org.apache.ignite.internal.processo= rs.cache.query from both ignite.indexing and ignite.core > error: module cache.api reads package org.apache.ignite.internal.visor.ve= rify from both ignite.indexing and ignite.core > error: module annotations reads package org.apache.lucene.search from bot= h lucene.sandbox and lucene.core > error: module annotations reads package org.apache.lucene.document from b= oth lucene.sandbox and lucene.core > error: module annotations reads package org.apache.lucene.analysis.standa= rd from both lucene.core and lucene.analyzers.common > error: module annotations reads package org.apache.ignite.internal.proces= sors.cache.query from both ignite.indexing and ignite.core > error: module annotations reads package org.apache.ignite.internal.visor.= verify from both ignite.indexing and ignite.core > error: module ignite.shmem reads package org.apache.lucene.search from bo= th lucene.sandbox and lucene.core > error: module ignite.shmem reads package org.apache.lucene.document from = both lucene.sandbox and lucene.core > error: module ignite.shmem reads package org.apache.lucene.analysis.stand= ard from both lucene.core and lucene.analyzers.common > error: module ignite.shmem reads package org.apache.ignite.internal.proce= ssors.cache.query from both ignite.indexing and ignite.core > error: module ignite.shmem reads package org.apache.ignite.internal.visor= .verify from both ignite.indexing and ignite.core > error: module org.apache.commons.codec reads package org.apache.lucene.se= arch from both lucene.sandbox and lucene.core > error: module org.apache.commons.codec reads package org.apache.lucene.do= cument from both lucene.sandbox and lucene.core > error: module org.apache.commons.codec reads package org.apache.lucene.an= alysis.standard from both lucene.core and lucene.analyzers.common > error: module org.apache.commons.codec reads package org.apache.ignite.in= ternal.processors.cache.query from both ignite.indexing and ignite.core > error: module org.apache.commons.codec reads package org.apache.ignite.in= ternal.visor.verify from both ignite.indexing and ignite.core > error: module lucene.analyzers.common reads package org.apache.lucene.sea= rch from both lucene.sandbox and lucene.core > error: module lucene.analyzers.common reads package org.apache.lucene.doc= ument from both lucene.sandbox and lucene.core > error: module lucene.analyzers.common reads package org.apache.lucene.ana= lysis.standard from both lucene.core and lucene.analyzers.common > error: module lucene.analyzers.common reads package org.apache.ignite.int= ernal.processors.cache.query from both ignite.indexing and ignite.core > error: module lucene.analyzers.common reads package org.apache.ignite.int= ernal.visor.verify from both ignite.indexing and ignite.core > error: module lucene.queryparser reads package org.apache.lucene.search f= rom both lucene.sandbox and lucene.core > error: module lucene.queryparser reads package org.apache.lucene.document= from both lucene.sandbox and lucene.core > error: module lucene.queryparser reads package org.apache.lucene.analysis= .standard from both lucene.core and lucene.analyzers.common > error: module lucene.queryparser reads package org.apache.ignite.internal= .processors.cache.query from both ignite.indexing and ignite.core > error: module lucene.queryparser reads package org.apache.ignite.internal= .visor.verify from both ignite.indexing and ignite.core > error: module lucene.core reads package org.apache.lucene.search from bot= h lucene.sandbox and lucene.core > error: module lucene.core reads package org.apache.lucene.document from b= oth lucene.sandbox and lucene.core > error: module lucene.core reads package org.apache.lucene.analysis.standa= rd from both lucene.core and lucene.analyzers.common > error: module lucene.core reads package org.apache.ignite.internal.proces= sors.cache.query from both ignite.indexing and ignite.core > error: module lucene.core reads package org.apache.ignite.internal.visor.= verify from both ignite.indexing and ignite.core > error: module h2 reads package org.apache.lucene.search from both lucene.= sandbox and lucene.core > error: module h2 reads package org.apache.lucene.document from both lucen= e.sandbox and lucene.core > error: module h2 reads package org.apache.lucene.analysis.standard from b= oth lucene.core and lucene.analyzers.common > error: module h2 reads package org.apache.ignite.internal.processors.cach= e.query from both ignite.indexing and ignite.core > error: module h2 reads package org.apache.ignite.internal.visor.verify fr= om both ignite.indexing and ignite.core > error: module hamcrest.core reads package org.apache.lucene.search from b= oth lucene.sandbox and lucene.core > error: module hamcrest.core reads package org.apache.lucene.document from= both lucene.sandbox and lucene.core > error: module hamcrest.core reads package org.apache.lucene.analysis.stan= dard from both lucene.core and lucene.analyzers.common > error: module hamcrest.core reads package org.apache.ignite.internal.proc= essors.cache.query from both ignite.indexing and ignite.core > error: module hamcrest.core reads package org.apache.ignite.internal.viso= r.verify from both ignite.indexing and ignite.core > error: module lucene.queries reads package org.apache.lucene.search from = both lucene.sandbox and lucene.core > error: module lucene.queries reads package org.apache.lucene.document fro= m both lucene.sandbox and lucene.core > error: module lucene.queries reads package org.apache.lucene.analysis.sta= ndard from both lucene.core and lucene.analyzers.common > error: module lucene.queries reads package org.apache.ignite.internal.pro= cessors.cache.query from both ignite.indexing and ignite.core > error: module lucene.queries reads package org.apache.ignite.internal.vis= or.verify from both ignite.indexing and ignite.core > error: module lucene.sandbox reads package org.apache.lucene.search from = both lucene.sandbox and lucene.core > error: module lucene.sandbox reads package org.apache.lucene.document fro= m both lucene.sandbox and lucene.core > error: module lucene.sandbox reads package org.apache.lucene.analysis.sta= ndard from both lucene.core and lucene.analyzers.common > error: module lucene.sandbox reads package org.apache.ignite.internal.pro= cessors.cache.query from both ignite.indexing and ignite.core > error: module lucene.sandbox reads package org.apache.ignite.internal.vis= or.verify from both ignite.indexing and ignite.core > error: module junit reads package org.apache.lucene.search from both luce= ne.sandbox and lucene.core > error: module junit reads package org.apache.lucene.document from both lu= cene.sandbox and lucene.core > error: module junit reads package org.apache.lucene.analysis.standard fro= m both lucene.core and lucene.analyzers.common > error: module junit reads package org.apache.ignite.internal.processors.c= ache.query from both ignite.core and ignite.indexing > error: module junit reads package org.apache.ignite.internal.visor.verify= from both ignite.core and ignite.indexing > error: module ignite.core reads package org.apache.lucene.search from bot= h lucene.sandbox and lucene.core > error: module ignite.core reads package org.apache.lucene.document from b= oth lucene.sandbox and lucene.core > error: module ignite.core reads package org.apache.lucene.analysis.standa= rd from both lucene.core and lucene.analyzers.common > error: module ignite.core reads package org.apache.ignite.internal.proces= sors.cache.query from both ignite.indexing and ignite.core > error: module ignite.core reads package org.apache.ignite.internal.visor.= verify from both ignite.indexing and ignite.core > C:\projects\incubator-ignite\modules\dev-utils\ignite-modules-test\src\te= st\java\module-info.java:18: error: module ignite_modules_test reads packag= e org.apache.lucene.search from both lucene.sandbox and lucene.core > module ignite_modules_test=C2=A0 > {noformat} > =C2=A0 > Some of these errors probably can be fixed by=C2=A0workarounds for depend= encies: > 2 errors coming from duplicate packages declared in code and indexing: > - error: module ignite.core reads package org.apache.ignite.internal.proc= essors.cache.query from both ignite.indexing and ignite.core > - error: module ignite.core reads package org.apache.ignite.internal.viso= r.verify from both ignite.indexing and ignite.core -- This message was sent by Atlassian JIRA (v7.6.3#76005)