[
https://issues.apache.org/jira/browse/HBASE-24474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Stack resolved HBASE-24474.
-----------------------------------
Resolution: Fixed
Reresolving after pushing:
{code}
commit 9c8895cfbfdc8abaf2f924739e6655f7886ca836 (HEAD -> 2, origin/branch-2)
Author: stack <[email protected]>
Date: Tue Jun 2 10:20:30 2020 -0700
HBASE-24474 Rename LocalRegion to MasterRegion (#1811)
Addendum: HRegion changed size.
diff --git
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
index 6d92b477c4..3b3062d693 100644
---
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
+++
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
@@ -8348,7 +8348,7 @@ public class HRegion implements HeapSize,
PropagatingConfigurationObserver, Regi
ClassSize.OBJECT +
ClassSize.ARRAY +
55 * ClassSize.REFERENCE + 3 * Bytes.SIZEOF_INT +
- (14 * Bytes.SIZEOF_LONG) +
+ (15 * Bytes.SIZEOF_LONG) +
3 * Bytes.SIZEOF_BOOLEAN);
// woefully out of date - currently missing:
{code}
> Rename LocalRegion to MasterRegion
> ----------------------------------
>
> Key: HBASE-24474
> URL: https://issues.apache.org/jira/browse/HBASE-24474
> Project: HBase
> Issue Type: Improvement
> Components: master
> Reporter: Duo Zhang
> Assignee: Duo Zhang
> Priority: Blocker
> Fix For: 3.0.0-alpha-1, 2.3.0
>
>
> This is a suggestion by [~ndimiduk] when reviewing the PR for HBASE-24408.
> https://github.com/apache/hbase/pull/1753#discussion_r432783115
> I think this can make the code less confusing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)