Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 47669 invoked from network); 14 Apr 2010 11:08:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Apr 2010 11:08:21 -0000 Received: (qmail 46352 invoked by uid 500); 14 Apr 2010 11:08:19 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 45586 invoked by uid 500); 14 Apr 2010 11:08:17 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 45576 invoked by uid 99); 14 Apr 2010 11:08:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 11:08:16 +0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=AWL,FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of robert.newson@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-wy0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Apr 2010 11:08:11 +0000 Received: by wyf22 with SMTP id 22so1612621wyf.11 for ; Wed, 14 Apr 2010 04:07:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=mDleCobTXDiiVIQ5m0BgqEa9RTO0gBb2yRbyYwJgy+w=; b=ZTvp/3WiEjwFijx8C3SfwMsmnBJ3YggRFIOyKhhSzMNfxYBJ/QdcN1EexkDoLYx+/W 5eUfQ0HGEOdl8LHpuM4F2eU/JIoOxzxOPUXHd3KzQ43tInxhAJSFmglGf79OcpJ0jkvU HBc16gjsjTIQE2mhfG6Fm5TQsPtxQ/gwy5nDs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=MM4p0ahptaU+1QBgQK9cCvl2Vj45Se5+x8m6mzCzx0PXXyA3N+u6Zv9+eyTf6X5HjC Fpm5l6IMN8N3MBoJ+10bjGHqT88IwgDKpA/ZBXX9ynT1fEMfHmk2mzxihvnyfjsfCzBq MkgXh7T/DTfMNckuwOC1WFrgKH94aXBGUvJNE= MIME-Version: 1.0 Received: by 10.216.72.11 with HTTP; Wed, 14 Apr 2010 04:07:50 -0700 (PDT) In-Reply-To: References: <0241680A-0406-4958-ADDF-00E1ECFF871E@googlemail.com> Date: Wed, 14 Apr 2010 12:07:50 +0100 Received: by 10.216.90.135 with SMTP id e7mr4650649wef.34.1271243270099; Wed, 14 Apr 2010 04:07:50 -0700 (PDT) Message-ID: Subject: Re: couchdb-lucene reindexes when restarted From: Robert Newson To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Make sure you're up to date. the ini file no longer has a log entry, the log output location is in the log4j.xml file. If you unzip a newly built zip file ('mvn' will build one for you) it should log to a file in the logs/ folder. I've verified that c-l does not start over when restarted with the current code. It's possible there was a regression in the past that no one else noticed (including me). Can you retry with the latest code please? B. On Wed, Apr 14, 2010 at 12:00 PM, Manokaran K wrote: > On Wed, Apr 14, 2010 at 4:15 PM, Manokaran K wrote: > >> >> On Wed, Apr 14, 2010 at 3:58 PM, Sebastian Cohnen < >> sebastiancohnen@googlemail.com> wrote: >> >>> Hi, >>> >>> this is (of course) not to be expected. c-l uses the _chages API and >>> checkpointing (using the update sequence number) to figure out, if there is >>> something new to index - at least as far as I understood this. But since 0.5 >>> is not yet released, maybe you've found a bug :) Could you provide some more >>> information on your setup, used design document, c-l logs? >>> >>> >>> >> My setup consists of about 150K docs to demo a web app. I'll prune it to a >> much smaller number and give you the information. Any specific action you >> would want me to try? >> >> > Where's the c-l log file located? My c-l.ini file says couchdb-lucene.log > but there's no such file in my system! > > thanks, > mano >