Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A77710B20 for ; Tue, 8 Mar 2016 08:45:41 +0000 (UTC) Received: (qmail 40700 invoked by uid 500); 8 Mar 2016 08:45:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 40468 invoked by uid 500); 8 Mar 2016 08:45:41 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 40255 invoked by uid 99); 8 Mar 2016 08:45:41 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2016 08:45:41 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0803A2C1F6E for ; Tue, 8 Mar 2016 08:45:41 +0000 (UTC) Date: Tue, 8 Mar 2016 08:45:41 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15261) Make Throwable t in DaughterOpener volatile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-15261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15184670#comment-15184670 ] Hudson commented on HBASE-15261: -------------------------------- FAILURE: Integrated in HBase-1.2 #571 (See [https://builds.apache.org/job/HBase-1.2/571/]) HBASE-15261 Make Throwable t in DaughterOpener volatile (Huaxiang Sun) (stack: rev 3474a9e23c78e92942bfde2e51aab91ea4ecb84e) * hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/SplitTransactionImpl.java > Make Throwable t in DaughterOpener volatile > ------------------------------------------- > > Key: HBASE-15261 > URL: https://issues.apache.org/jira/browse/HBASE-15261 > Project: HBase > Issue Type: Bug > Components: regionserver > Reporter: huaxiang sun > Assignee: huaxiang sun > Priority: Minor > Fix For: 2.0.0, 1.3.0, 1.2.1, 1.1.4, 1.4.0 > > Attachments: HBASE-15261-001.patch, HBASE-15261-001.patch > > > In the region split process, daughter regions are opened in different threads, Throwable t is set in these threads and it is checked in the calling thread. Need to make it volatile so the checking will not miss any exceptions from opening daughter regions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)