Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2F3919E51 for ; Mon, 3 Oct 2011 17:21:41 +0000 (UTC) Received: (qmail 45852 invoked by uid 500); 3 Oct 2011 17:21:39 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 45795 invoked by uid 500); 3 Oct 2011 17:21:39 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 45787 invoked by uid 99); 3 Oct 2011 17:21:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2011 17:21:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of caraman.mihai@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Oct 2011 17:21:31 +0000 Received: by iabz7 with SMTP id z7so7931456iab.35 for ; Mon, 03 Oct 2011 10:21:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iXI/NG5hyE5pqdzUXEDt06cKGA9OTLxgZYFy4XTqCoQ=; b=kKm4SEs8moWnEAfBjLm/fOTKXMNQh5jlhESPXIUITRQzMsFsn4bei+yPi7eVMOEW5b oDdHbwHo3CtYFT4hvLVGNZDixjqqpBYeR6TM0kpZ7LziqkfJ+q5Mayx9cf2d2VBZfQfG QdmWWskptv6BU69U6X6l2NlyfIZtd+0883aVg= MIME-Version: 1.0 Received: by 10.231.4.131 with SMTP id 3mr313409ibr.30.1317662470191; Mon, 03 Oct 2011 10:21:10 -0700 (PDT) Received: by 10.231.16.136 with HTTP; Mon, 3 Oct 2011 10:21:09 -0700 (PDT) In-Reply-To: <65766306-a18a-46be-8c23-db18ddb5673c@email.android.com> References: <65766306-a18a-46be-8c23-db18ddb5673c@email.android.com> Date: Mon, 3 Oct 2011 20:21:09 +0300 Message-ID: Subject: Re: TaxWriter leakage? From: Mihai Caraman To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=000e0cd139ba7838f804ae68338a X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd139ba7838f804ae68338a Content-Type: text/plain; charset=ISO-8859-1 Uwe : > Maybe another Java7 bug? Are you using Java 7? > Nop, java 1.6 Shai > return getParentArray().getArray()[ordinal]; > Can you give me a lucene jar with print outs for when it throws this NPE? ...How is using ThreadedIndexWriter related > When I remove the Threaded version, it doesn't give me any problems. Otherwise, when i first deploy the jar, (and maybe because it gets a bit overwhelmed with accumulated data(from a distributed queue-Kestrel) it throws that nasty error for every Indexing thread, in my case for all 6 of. After that if i restart the server, no more exception. I tried to reproduce the error, with only the Readers and writers and with some bogus data, but it didn't throw anything. --000e0cd139ba7838f804ae68338a--