zhangduo created HBASE-13055:
--------------------------------
Summary: Wrong HRegion FIXED_OVERHEAD
Key: HBASE-13055
URL: https://issues.apache.org/jira/browse/HBASE-13055
Project: HBase
Issue Type: Bug
Affects Versions: 0.98.10, 1.0.0, 2.0.0, 1.1.0
Reporter: zhangduo
Assignee: zhangduo
Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.11
HRegion.FIXED_OVERHEAD says we have 4 booleans on all branches. But actually we
have 5 booleans.
{noformat}
isLoadingCfsOnDemandDefault
disallowWritesInRecovering
isRecovering
splitRequest
regionStatsEnabled
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)