Sean Busbey created HBASE-20061:
-----------------------------------
Summary: 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: 2.0.0-alpha-1, 1.4.0, 1.3.0, 1.2.0, 3.0.0, 1.5.0
Reporter: Sean Busbey
Assignee: Sean Busbey
Fix For: 3.0.0, 1.3.2, 1.5.0, 1.2.7, 2.0.0-beta-2, 1.4.3
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)