[
https://issues.apache.org/jira/browse/HBASE-22150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16820625#comment-16820625
]
Hudson commented on HBASE-22150:
--------------------------------
Results for branch branch-2
[build #1826 on
builds.a.o|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1826/]:
(x) *{color:red}-1 overall{color}*
----
details (if available):
(x) {color:red}-1 general checks{color}
-- For more information [see general
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1826//General_Nightly_Build_Report/]
(/) {color:green}+1 jdk8 hadoop2 checks{color}
-- For more information [see jdk8 (hadoop2)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1826//JDK8_Nightly_Build_Report_(Hadoop2)/]
(/) {color:green}+1 jdk8 hadoop3 checks{color}
-- For more information [see jdk8 (hadoop3)
report|https://builds.apache.org/job/HBase%20Nightly/job/branch-2/1826//JDK8_Nightly_Build_Report_(Hadoop3)/]
(/) {color:green}+1 source release artifact{color}
-- See build output for details.
(/) {color:green}+1 client integration test{color}
> rssStub in HRegionServer is not thread safe and should not directly be used
> ---------------------------------------------------------------------------
>
> Key: HBASE-22150
> URL: https://issues.apache.org/jira/browse/HBASE-22150
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 3.0.0, 2.2.0
> Reporter: Bahram Chehrazy
> Assignee: Bahram Chehrazy
> Priority: Major
> Fix For: 3.0.0, 2.3.0
>
> Attachments:
> rssStub-is-not-thread-safe-hence-should-not-be-accessed-directly.patch
>
>
> While working on a patch for HBASE-22060, I noticed that a unit test started
> failing because region server crashed with NPE during initialization and
> after aborting the master. It turned out that access to the rssStub was not
> synchronized.
> The existing code in HRegionServer already takes care of this fact by copying
> and null checking in most places, but there are a couple ones that are not so
> careful. Those are in reportForDuty and abort methods.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)