You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2019/02/01 20:03:00 UTC

[jira] [Updated] (HBASE-20061) HStore synchronized member variable filesCompacting should be private

     [ https://issues.apache.org/jira/browse/HBASE-20061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-20061:
-----------------------------------
    Fix Version/s:     (was: 1.5.0)

> 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: 1.3.2, 1.4.3, 2.0.0, 1.2.7
>
>         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)