Return-Path: X-Original-To: apmail-helix-commits-archive@minotaur.apache.org Delivered-To: apmail-helix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8CFAF10B72 for ; Wed, 19 Nov 2014 04:45:55 +0000 (UTC) Received: (qmail 92578 invoked by uid 500); 19 Nov 2014 04:45:55 -0000 Delivered-To: apmail-helix-commits-archive@helix.apache.org Received: (qmail 92542 invoked by uid 500); 19 Nov 2014 04:45:55 -0000 Mailing-List: contact commits-help@helix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@helix.apache.org Delivered-To: mailing list commits@helix.apache.org Received: (qmail 92532 invoked by uid 99); 19 Nov 2014 04:45:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 04:45:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 19 Nov 2014 04:45:54 +0000 Received: (qmail 91665 invoked by uid 99); 19 Nov 2014 04:45:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2014 04:45:34 +0000 Date: Wed, 19 Nov 2014 04:45:34 +0000 (UTC) From: "Hudson (JIRA)" To: commits@helix.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HELIX-549) Discarding Throwable exceptions makes threads unkillable. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HELIX-549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217415#comment-14217415 ] Hudson commented on HELIX-549: ------------------------------ UNSTABLE: Integrated in helix #1304 (See [https://builds.apache.org/job/helix/1304/]) [HELIX-549] Rethrow ThreadDeath instead of discarding. (kanak.b: rev 122ebf5d2ebd13655480f43d50ad63ba2878bec2) * helix-core/src/main/java/org/apache/helix/task/TaskRunner.java * helix-core/src/main/java/org/apache/helix/manager/zk/ZkCacheEventThread.java * helix-core/src/main/java/org/apache/helix/controller/GenericHelixController.java > Discarding Throwable exceptions makes threads unkillable. > --------------------------------------------------------- > > Key: HELIX-549 > URL: https://issues.apache.org/jira/browse/HELIX-549 > Project: Apache Helix > Issue Type: Bug > Affects Versions: 0.6.3 > Reporter: Antony T Curtis > Priority: Blocker > > Threads in loops which catch and discard Throwable end up discarding ThreadDeath exceptions. This causes Thread.stop() to be effectively ignored. -- This message was sent by Atlassian JIRA (v6.3.4#6332)