Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-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 2758718AC0 for ; Thu, 30 Jul 2015 21:26:11 +0000 (UTC) Received: (qmail 5565 invoked by uid 500); 30 Jul 2015 21:26:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 5494 invoked by uid 500); 30 Jul 2015 21:26:04 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 5419 invoked by uid 99); 30 Jul 2015 21:26:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 21:26:04 +0000 Date: Thu, 30 Jul 2015 21:26:04 +0000 (UTC) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (YOKO-467) Fix a bunch of deadlocks by using executor services instead of thread groups MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 David Jencks created YOKO-467: --------------------------------- Summary: Fix a bunch of deadlocks by using executor services instead of thread groups Key: YOKO-467 URL: https://issues.apache.org/jira/browse/YOKO-467 Project: Yoko - CORBA Server Issue Type: Bug Security Level: public (Regular issues) Components: orb core Affects Versions: v1.1.0 Reporter: David Jencks Assignee: David Jencks Yoko internal thread usage relies on thread groups and some jdk-implementation specific assumptions about notifications to detect thread shutdown. These assumptions are false on (at least) ibm jdks. Use of Executors is a lot clearer and avoids these deadlocks, as well as promoting thread reuse. -- This message was sent by Atlassian JIRA (v6.3.4#6332)