[
https://issues.apache.org/jira/browse/HBASE-13055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14325078#comment-14325078
]
Hudson commented on HBASE-13055:
--------------------------------
SUCCESS: Integrated in HBase-0.98-on-Hadoop-1.1 #814 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/814/])
HBASE-13055 HRegion FIXED_OVERHEAD missed one boolean (Duo Zhang) (apurtell:
rev be9f6966dc7ff33a87d2f9787caf94f443195716)
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
> HRegion FIXED_OVERHEAD missed one boolean
> -----------------------------------------
>
> Key: HBASE-13055
> URL: https://issues.apache.org/jira/browse/HBASE-13055
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.0.0, 2.0.0, 0.98.10, 1.1.0
> Reporter: zhangduo
> Assignee: zhangduo
> Fix For: 2.0.0, 1.0.1, 1.1.0, 0.98.11
>
> Attachments: HBASE-13055.patch
>
>
> 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)