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 D5FD718F94 for ; Fri, 11 Mar 2016 01:34:46 +0000 (UTC) Received: (qmail 45129 invoked by uid 500); 11 Mar 2016 01:34:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 45087 invoked by uid 500); 11 Mar 2016 01:34:46 -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 45006 invoked by uid 99); 11 Mar 2016 01:34:46 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2016 01:34:46 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 792A12C1F5D for ; Fri, 11 Mar 2016 01:34:46 +0000 (UTC) Date: Fri, 11 Mar 2016 01:34:46 +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=15190298#comment-15190298 ] Hudson commented on HBASE-15261: -------------------------------- FAILURE: Integrated in HBase-1.4 #12 (See [https://builds.apache.org/job/HBase-1.4/12/]) Revert "HBASE-15261 Make Throwable t in DaughterOpener volatile (stack: rev e4452727246c3d9ffeb1c50fc1e62775c8c0fdbd) * 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)