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 39A27D503 for ; Mon, 29 Oct 2012 01:03:14 +0000 (UTC) Received: (qmail 3081 invoked by uid 500); 29 Oct 2012 01:03:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 2860 invoked by uid 500); 29 Oct 2012 01:03: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 2727 invoked by uid 99); 29 Oct 2012 01:03:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2012 01:03:12 +0000 Date: Mon, 29 Oct 2012 01:03:12 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: <987339516.37498.1351472592872.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (SOLR-4006) Many tests on Apache Jenkins are failing with lingering threads. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Mark Miller created SOLR-4006: --------------------------------- Summary: Many tests on Apache Jenkins are failing with lingering threads. Key: SOLR-4006 URL: https://issues.apache.org/jira/browse/SOLR-4006 Project: Solr Issue Type: Bug Reporter: Mark Miller I think I've tracked this down to being related to the black hole. It seems to be a recovery call to a server that is down or something - it's hanging in the connect method even though we are using a connect timeout. {noformat} Thread[RecoveryThread,5,TGRP-SyncSliceTest] java.net.PlainSocketImpl.socketConnect(Native Method) java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:327) java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:193) java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:180) java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384) java.net.Socket.connect(Socket.java:546) {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org