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 B882D9B21 for ; Tue, 13 Mar 2012 17:45:45 +0000 (UTC) Received: (qmail 33743 invoked by uid 500); 13 Mar 2012 17:45:44 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 33603 invoked by uid 500); 13 Mar 2012 17:45:44 -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 33596 invoked by uid 99); 13 Mar 2012 17:45:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2012 17:45:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yseeley@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vx0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Mar 2012 17:45:39 +0000 Received: by vcbfl17 with SMTP id fl17so1259446vcb.35 for ; Tue, 13 Mar 2012 10:45:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=BCiPY/HBnIfHr0SpkI0Dvjnv3PWBO+I+1ByZwSCIZ2Q=; b=HAvuTEk/U2BEQUIrjoUwpLm6zappnsve3S0oVy7nsBDzaKFa1NGbQPfRPMaQYi3LZJ fNG2qaFnVdzKHqmXr0ykjOR6DqtiBPwM1tN0URmVSSeL1h+1s6z4zuSf2OuWDMcr1S0W ininH3VEF52kHzF8zfbiYDgOB9P3licOllvDcVKkuNATfhMJgjynKwkiKu8n2dphpQ7D 02ZyUdBwfV1TkNSK3KA1ZdjV8XXHYNXfeQJeE5hKrs3uyVkmUOfOfX04LfRr5TTzss2M VEVwitUUpS2gK54A5FOEwpeL4F7byhIINd2tHYQDihyigWAQ9F+IiPxfBjr295PvKIIB 7ZoA== MIME-Version: 1.0 Received: by 10.52.17.82 with SMTP id m18mr17873399vdd.89.1331660718414; Tue, 13 Mar 2012 10:45:18 -0700 (PDT) Reply-To: yonik@lucidimagination.com Sender: yseeley@gmail.com Received: by 10.52.36.6 with HTTP; Tue, 13 Mar 2012 10:45:18 -0700 (PDT) In-Reply-To: <87CD68CA-7C70-4ABD-89B2-DD543EA98259@gmail.com> References: <1819227546.3521331658954952.JavaMail.hudson@aegis> <87CD68CA-7C70-4ABD-89B2-DD543EA98259@gmail.com> Date: Tue, 13 Mar 2012 13:45:18 -0400 X-Google-Sender-Auth: KQJDxndSWV_kJVJ7Y-AQBINmRQk Message-ID: Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 1965 - Failure From: Yonik Seeley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Mar 13, 2012 at 1:32 PM, Mark Miller wrote: > > On Mar 13, 2012, at 1:23 PM, Yonik Seeley wrote: > >> Looks like the same underlying cause again... the recovery thread is >> still running when the test ends and hence a core (and it's searcher) >> are still open. > > Yeah, just came to the same likely conclusion - this was also changed in = the recent refactoring - we used to get and close the core on each retry wh= ich may have affected the timing around this. Definitely - it still would have happened, just with less frequency (the thread still have been running, but grabbing/releasing the core would make this happen more intermittently). >> I thought there was code in the test framework to wait for threads >> that hadn't finished yet? > > No, I don't think so. Part of why we have the wait for searcher open/clos= e balance. It's already fairly large but perhaps that wait needs to be even= longer, jenkins has recently gotten slower it seems (see those 100ms conne= ction timeout fails that have started showing up). Yeah, I was wondering if the drastically increased connection timeout fails corresponded at all with the Jetty upgrade, or if it was just Jenkins getting slower. -Yonik lucenerevolution.com - Lucene/Solr Open Source Search Conference. Boston May 7-10 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org