Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C6C1D200B67 for ; Mon, 11 Jul 2016 16:06:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C56E0160A5E; Mon, 11 Jul 2016 14:06:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4A850160A86 for ; Mon, 11 Jul 2016 16:06:12 +0200 (CEST) Received: (qmail 82289 invoked by uid 500); 11 Jul 2016 14:06:11 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 82178 invoked by uid 99); 11 Jul 2016 14:06:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2016 14:06:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 145B42C02AA for ; Mon, 11 Jul 2016 14:06:11 +0000 (UTC) Date: Mon, 11 Jul 2016 14:06:11 +0000 (UTC) From: "Aleksey Yeschenko (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-12105) ThriftServer.stop is not thread safe MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 11 Jul 2016 14:06:12 -0000 [ https://issues.apache.org/jira/browse/CASSANDRA-12105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-12105: ------------------------------------------ Resolution: Fixed Fix Version/s: (was: 2.1.x) 3.9 3.0.9 2.2.8 Status: Resolved (was: Patch Available) > ThriftServer.stop is not thread safe > ------------------------------------ > > Key: CASSANDRA-12105 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12105 > Project: Cassandra > Issue Type: Bug > Reporter: Brian Wawok > Assignee: Brian Wawok > Priority: Critical > Fix For: 2.2.8, 3.0.9, 3.9 > > Attachments: patch1.txt, patch2.txt > > > There is a small thread safety issue in ThriftServer.stop(). If we have multiple calls to stop, one thread may NPE or otherwise do bad stuff. -- This message was sent by Atlassian JIRA (v6.3.4#6332)