Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F119DD67 for ; Wed, 17 Oct 2012 16:44:44 +0000 (UTC) Received: (qmail 16717 invoked by uid 500); 17 Oct 2012 16:44:43 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 16651 invoked by uid 500); 17 Oct 2012 16:44:43 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 16644 invoked by uid 99); 17 Oct 2012 16:44:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 16:44:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.160.48] (HELO mail-pb0-f48.google.com) (209.85.160.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 16:44:37 +0000 Received: by mail-pb0-f48.google.com with SMTP id wy7so9039426pbc.35 for ; Wed, 17 Oct 2012 09:44:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:x-gm-message-state; bh=iktwbKOLW9SM9bNqKkwDNDHon5sY6yRnzXUfgq550Qc=; b=VMs2NKCp6OEYXR7a7KZc1Z5v9zQCH3YLXIGpj4pJ3nUv99LXQn5q8XiSx91crt4PAv 1kLNdH7RgugkLQT1W6BKWRN5bFnDwrywC3IXINtx4vklWU8VKTPdM/moTfZp8YulxQoy nc/n84vtALZ9PhiYZcD+3/SF0roNF57GVlKpnr+OrmpdDxVRafvULryPIFih0RgAKIvr eC7dmKsDV1kqQarBwbT/gJiEALdcH5ZIBKcICzwBdmjmovU9pZhEbgBG+HEcuJMsnT9I CkW8Ma/hcUihtnZ7FRYEKw/lrEjwgyCpc3bzBR/quinktzhqUyz5A6UYxlodf9EzaSez TqrA== Received: by 10.66.84.131 with SMTP id z3mr18356307pay.34.1350492255369; Wed, 17 Oct 2012 09:44:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.69.1.69 with HTTP; Wed, 17 Oct 2012 09:43:55 -0700 (PDT) In-Reply-To: References: <1551975509.218.1350135755274.JavaMail.jenkins@loft1022.serverloft.de> <007d01cda95c$0f3f1450$2dbd3cf0$@thetaphi.de> From: Michael McCandless Date: Wed, 17 Oct 2012 12:43:55 -0400 Message-ID: Subject: Re: [JENKINS] Lucene-trunk-Linux-Java7-64-test-only - Build # 9691 - Failure! To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnWOXKJRsURelYJZX0FKc/SyJGL0AvQXHZzQMJ52yiD/4ck/lvKBKLpYvPjxAGwW6HjCFuh X-Virus-Checked: Checked by ClamAV on apache.org OK I opened https://issues.apache.org/jira/browse/LUCENE-4488 Mike McCandless http://blog.mikemccandless.com On Wed, Oct 17, 2012 at 12:39 PM, Michael McCandless wrote: > On Wed, Oct 17, 2012 at 12:35 PM, Robert Muir wrote: >> Also: we can fix TestIndexWriterOnJRECrash to *not* dump everytime. >> >> Currently when it calls fork() it passes all of your -D's, -X's, etc. >> >> it could just intentionally not pass this one to its child process: >> replaceAll("-Xwhatevertheheapdumpoptionis","") > > Oh that sounds not so bad. > > I'll open an issue. > > We've been suddenly hitting OOMEs and it'd be nice to keep the heap > dumps for those that are hard to repro... > > Mike McCandless > > http://blog.mikemccandless.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org