[
https://issues.apache.org/jira/browse/HBASE-20061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375860#comment-16375860
]
Hudson commented on HBASE-20061:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4643 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4643/])
HBASE-20061 HStore synchronized member variable filesCompacting should (busbey:
rev f90b47e3b00eacfb6eaa0ae1fc1cbc5190dffa9f)
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java
> HStore synchronized member variable filesCompacting should be private
> ---------------------------------------------------------------------
>
> Key: HBASE-20061
> URL: https://issues.apache.org/jira/browse/HBASE-20061
> Project: HBase
> Issue Type: Bug
> Components: regionserver
> Affects Versions: 1.2.0, 3.0.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0-alpha-1
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Priority: Major
> Fix For: 2.0.0, 3.0.0, 1.3.2, 1.5.0, 1.2.7, 1.4.3
>
> Attachments: HBASE-20061.0.patch
>
>
> follow up to HBASE-19728 (which is in an RC for 1.4.2 currently, so no
> addendums):
> the filesCompacting member is currently package private, which allows folks
> outside of HStore to modify it without ensuring we have hte needed locking in
> place. it looks like we don't actually use it anywhere outside of HStore, so
> we should just make it private.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)