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 3F3D917A78 for ; Sat, 9 Jan 2016 18:20:08 +0000 (UTC) Received: (qmail 67151 invoked by uid 500); 9 Jan 2016 18:20:05 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 67083 invoked by uid 500); 9 Jan 2016 18:20:05 -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 67071 invoked by uid 99); 9 Jan 2016 18:20:04 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Jan 2016 18:20:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 8296B1A051B for ; Sat, 9 Jan 2016 18:20:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id gsbyYobF-lBB for ; Sat, 9 Jan 2016 18:20:04 +0000 (UTC) Received: from mail-ig0-f176.google.com (mail-ig0-f176.google.com [209.85.213.176]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id C9D0F20D47 for ; Sat, 9 Jan 2016 18:20:03 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id z14so77297859igp.1 for ; Sat, 09 Jan 2016 10:20:03 -0800 (PST) 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=qMpQ428ZBw3lpRmT5boBkC2SrtRjkYLaRFvRfO0zO8U=; b=0MgUuwNFAv1KwubBDj/ZyE9LMloqFZOfzm/kQC7Gm908M255d7X0PP2PGA2KhyEc2l xPrmlTqmhBD0iECvi2QVlix5sh32s6N9K1pKeRhUxyqNCW/rRNib0UoecrQ4X2qfvz76 gNimPduKLqvmwBg7XzymvpamwZ+BKdnmqESXN2WQvRkBWeHsPZWHRJjzbwbJ1CUcFQBq NpaxEUd6jJGccZiDaNdX4LAwlUSnlJmxoshCBbBADtdhE5cOX9kW6vSvqPSqJp7w0ndI HfGv32VRRXuMSVRCIoFbqjEG+Fu5DWiP2Qt5buyQvx74EZURgNEvBYmpaVCQcTmNEyVB nRTg== MIME-Version: 1.0 X-Received: by 10.50.55.98 with SMTP id r2mr2595703igp.97.1452363603177; Sat, 09 Jan 2016 10:20:03 -0800 (PST) Received: by 10.107.53.197 with HTTP; Sat, 9 Jan 2016 10:20:03 -0800 (PST) In-Reply-To: References: Date: Sat, 9 Jan 2016 10:20:03 -0800 Message-ID: Subject: Re: Specifying a different txn log directory From: Erick Erickson To: solr-user Content-Type: text/plain; charset=UTF-8 Please show us exactly what you did. and exactly what you saw to say that "does not seem to work". Best, Erick On Fri, Jan 8, 2016 at 7:47 PM, KNitin wrote: > Hi, > > How do I specify a different directory for transaction logs? I tried using > the updatelog entry in solrconfig.xml and reloaded the collection but that > does not seem to work. > > Is there another setting I need to change? > > Thanks > Nitin