[
https://issues.apache.org/jira/browse/HBASE-15261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15190507#comment-15190507
]
Hudson commented on HBASE-15261:
--------------------------------
FAILURE: Integrated in HBase-1.1-JDK8 #1764 (See
[https://builds.apache.org/job/HBase-1.1-JDK8/1764/])
Revert "HBASE-15261 Make Throwable t in DaughterOpener volatile (stack: rev
4e65926b40ba358ed8afe8afb32195dec39a1a9b)
*
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)