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 3E99A9E4D for ; Thu, 23 Feb 2012 09:46:15 +0000 (UTC) Received: (qmail 63899 invoked by uid 500); 23 Feb 2012 09:46:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 63831 invoked by uid 500); 23 Feb 2012 09:46:13 -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 63822 invoked by uid 99); 23 Feb 2012 09:46:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2012 09:46:13 +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 dawid.weiss@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; Thu, 23 Feb 2012 09:46:07 +0000 Received: by iagz35 with SMTP id z35so1837070iag.35 for ; Thu, 23 Feb 2012 01:45:47 -0800 (PST) Received-SPF: pass (google.com: domain of dawid.weiss@gmail.com designates 10.50.179.106 as permitted sender) client-ip=10.50.179.106; Authentication-Results: mr.google.com; spf=pass (google.com: domain of dawid.weiss@gmail.com designates 10.50.179.106 as permitted sender) smtp.mail=dawid.weiss@gmail.com; dkim=pass header.i=dawid.weiss@gmail.com Received: from mr.google.com ([10.50.179.106]) by 10.50.179.106 with SMTP id df10mr797125igc.6.1329990347015 (num_hops = 1); Thu, 23 Feb 2012 01:45:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=LCUXZFwcWhhrr+R8oIGjkRTg8D7qN8NimNeiB1Le6YQ=; b=JdOZVv5Y6rgEn7D8fIZg+rucPijSU8GPMsr73aeOOzLP6V9MpjG6as30t3uT1z50fb RGNSJLVCxXO7lDaoNuInKI181nmjxeGAlxmR0cQguEN1PK6EOrh9i41VjEZKApzBrLrj 7yn/FYOwXTlKjO4FcHe9n4lKfTnkNzhRWroX8= Received: by 10.50.179.106 with SMTP id df10mr687524igc.6.1329990346845; Thu, 23 Feb 2012 01:45:46 -0800 (PST) MIME-Version: 1.0 Sender: dawid.weiss@gmail.com Received: by 10.42.167.198 with HTTP; Thu, 23 Feb 2012 01:45:26 -0800 (PST) In-Reply-To: References: From: Dawid Weiss Date: Thu, 23 Feb 2012 10:45:26 +0100 X-Google-Sender-Auth: axpLJeylqRz8Y26zCzSsAe6lxH0 Message-ID: Subject: Re: Can we add isDaemon check to LTC.threadCleanup? To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 > It's not a test case in Lucene, but rather my tests that extend > LuceneTestCase :). And I'm sure many of Solr's tests cause these prints too, > though I didn't verify. Yep, they definitely do. I'm working on serious refactorings of LuceneTestCase and I'll try to pulled thread management from there anyway. Once I get there I'll see what we can do about jetty. I recall we had jetty tests throw some lingering threads at us in Carrot2 but we somehow managed to shut it down gracefully. Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org