From dev-return-1179-apmail-atlas-dev-archive=atlas.apache.org@atlas.incubator.apache.org Wed Sep 23 09:47:21 2015 Return-Path: X-Original-To: apmail-atlas-dev-archive@minotaur.apache.org Delivered-To: apmail-atlas-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 579E417F1D for ; Wed, 23 Sep 2015 09:47:21 +0000 (UTC) Received: (qmail 35494 invoked by uid 500); 23 Sep 2015 09:47:21 -0000 Delivered-To: apmail-atlas-dev-archive@atlas.apache.org Received: (qmail 35448 invoked by uid 500); 23 Sep 2015 09:47:21 -0000 Mailing-List: contact dev-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list dev@atlas.incubator.apache.org Received: (qmail 35436 invoked by uid 99); 23 Sep 2015 09:47:21 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 09:47:21 +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 C947CF6F11 for ; Wed, 23 Sep 2015 09:47:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.001 X-Spam-Level: * X-Spam-Status: No, score=1.001 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 1bRqq9VM1VIA for ; Wed, 23 Sep 2015 09:47:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 5662C42B35 for ; Wed, 23 Sep 2015 09:47:05 +0000 (UTC) Received: (qmail 34839 invoked by uid 99); 23 Sep 2015 09:47:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Sep 2015 09:47:04 +0000 Date: Wed, 23 Sep 2015 09:47:04 +0000 (UTC) From: "Suma Shivaprasad (JIRA)" To: dev@atlas.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ATLAS-102) Issue with SolrIndex MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ATLAS-102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suma Shivaprasad updated ATLAS-102: ----------------------------------- Fix Version/s: 0.6-incubating > Issue with SolrIndex > -------------------- > > Key: ATLAS-102 > URL: https://issues.apache.org/jira/browse/ATLAS-102 > Project: Atlas > Issue Type: Sub-task > Affects Versions: 0.6-incubating > Reporter: Shwetha G S > Assignee: Suma Shivaprasad > Fix For: 0.6-incubating > > Attachments: ATLAS-102.patch > > > Currently, atlas packages titan-solr-0.5.4 and solr 5.2.1. com.thinkaurelius.titan.diskstorage.solr.SolrIndex in titan-solr doesn't work with solr 5.2.1. SolrIndex has PreInitializeConfigOptions annotation and titan tries to load this class which fails. This comes as a nasty error in application log, but titan comes up successfully. The only way that we can avoid is renaming Solr5Index in atlas to SolrIndex so that SolrIndex in titan-solr is not loaded by classloader -- This message was sent by Atlassian JIRA (v6.3.4#6332)