Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5697B117F2 for ; Thu, 3 Jul 2014 07:19:20 +0000 (UTC) Received: (qmail 36890 invoked by uid 500); 3 Jul 2014 07:19:07 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 36814 invoked by uid 500); 3 Jul 2014 07:19:07 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 36796 invoked by uid 99); 3 Jul 2014 07:19:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 07:19:07 +0000 X-ASF-Spam-Status: No, hits=2.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kkroyal.192@gmail.com designates 209.85.192.44 as permitted sender) Received: from [209.85.192.44] (HELO mail-qg0-f44.google.com) (209.85.192.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 07:19:02 +0000 Received: by mail-qg0-f44.google.com with SMTP id j107so5814139qga.17 for ; Thu, 03 Jul 2014 00:18:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fynu70HtUkE4n1jYiZ7OjyYTMgivsfze6MW2JACZ3ck=; b=JYxqyJyD4F3P5aBpKa1DPhw8HQL/kzHx2YehC6u/z84kKPB3v+2yTgAKR6dqFgDMbF 6rUb+CnzeHWpv1nm8OjBDA8M5Dpo8DJA6p/SBOhfQ7p+aVzsyxhbotN4Mu/EA3oMeqgC kyxBBrI3x39kk9UbQPlxHY5gnxm+HmYEFk1w8Ua7VUvlz0XiihzCIiUaSjY7LLj2z7f3 GDv71hPW44HAYCmAGXkvY/kIv59yNe53k+31pVmHjFtrDUiFUYdJvSqeCiW/R84qKQ/X GuAMPIfMPo+0XTV90xVyM2HQwJ1KjxukDcQxCcCmqRrcPeoIZRp1HTz21+kbUj9IM2sD ihUg== MIME-Version: 1.0 X-Received: by 10.224.166.73 with SMTP id l9mr4455696qay.34.1404371921444; Thu, 03 Jul 2014 00:18:41 -0700 (PDT) Received: by 10.140.32.6 with HTTP; Thu, 3 Jul 2014 00:18:41 -0700 (PDT) In-Reply-To: References: Date: Thu, 3 Jul 2014 12:48:41 +0530 Message-ID: Subject: Re: External File Field eating memory From: Kamal Kishore Aggarwal To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a11c27e3882a76204fd44d172 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c27e3882a76204fd44d172 Content-Type: text/plain; charset=UTF-8 With the above replication configuration, the eff file is getting replicated at core/conf/data/external_eff_views (new dir data is being created in conf dir) location, but it is not getting replicated at core/data/external_eff_views on slave. Please help. On Thu, Jul 3, 2014 at 12:21 PM, Kamal Kishore Aggarwal < kkroyal.192@gmail.com> wrote: > Thanks for your guidance Alexandre Rafalovitch. > > I am looking into this seriously. > > Another question is that I facing error in replication of eff file > > This is master replication configuration: > > core/conf/solrconfig.xml > > >> >> commit >> startup >> ../data/external_eff_views >> >> > > > The eff file is present at core/data/external_eff_views location. > > > On Thu, Jul 3, 2014 at 11:50 AM, Shalin Shekhar Mangar < > shalinmangar@gmail.com> wrote: > >> This might be related: >> >> https://issues.apache.org/jira/browse/SOLR-3514 >> >> >> On Sat, Jun 28, 2014 at 5:34 PM, Kamal Kishore Aggarwal < >> kkroyal.192@gmail.com> wrote: >> >> > Hi Team, >> > >> > I have recently implemented EFF in solr. There are about 1.5 >> lacs(unsorted) >> > values in the external file. After this implementation, the server has >> > become slow. The solr query time has also increased. >> > >> > Can anybody confirm me if these issues are because of this >> implementation. >> > Is that memory does EFF eats up? >> > >> > Regards >> > Kamal Kishore >> > >> >> >> >> -- >> Regards, >> Shalin Shekhar Mangar. >> > > --001a11c27e3882a76204fd44d172--