Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DA296DD77 for ; Mon, 20 May 2013 16:36:38 +0000 (UTC) Received: (qmail 21598 invoked by uid 500); 20 May 2013 16:28:35 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 79884 invoked by uid 500); 20 May 2013 16:23:50 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 13281 invoked by uid 99); 20 May 2013 15:39:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 15:39:38 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: encountered temporary error during SPF processing of domain of bbarani@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 May 2013 15:39:34 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1UeSAn-00071l-Qh for general@lucene.apache.org; Mon, 20 May 2013 08:38:53 -0700 Date: Mon, 20 May 2013 08:38:53 -0700 (PDT) From: bbarani To: general@lucene.apache.org Message-ID: <1369064333807-4064653.post@n3.nabble.com> Subject: Issue related to LUCENE-4736 - There are still zombie threads that couldn't be terminated MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I am using SOLR 4.3.0, I am trying to incorporate custom components in to 4.3.0 version.. I am getting the below error when I test one of the custom components but not sure why.. All the test cases pass, but still I am getting the below error every time I run the test... I am not sure if this issue is related to JIRA issue 4736.. Can someone help me fix this issue? https://issues.apache.org/jira/browse/LUCENE-4736 [junit] com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated: [junit] 1) Thread[id=19, name=ActiveMQ Scheduler, state=WAITING, group=TGRP-TestWPSolrWriter] [junit] at java.lang.Object.wait(Native Method) [junit] at java.lang.Object.wait(Object.java:503) [junit] at java.util.TimerThread.mainLoop(Timer.java:526) [junit] at java.util.TimerThread.run(Timer.java:505) [junit] at __randomizedtesting.SeedInfo.seed([A22BC3E06CEC0036]:0) -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-related-to-LUCENE-4736-There-are-still-zombie-threads-that-couldn-t-be-terminated-tp4064653.html Sent from the Lucene - General mailing list archive at Nabble.com.