You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2020/06/02 17:45:21 UTC

[hbase] branch branch-2 updated: HBASE-24474 Rename LocalRegion to MasterRegion (#1811) Addendum: HRegion changed size.

This is an automated email from the ASF dual-hosted git repository.

stack pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 9c8895c   HBASE-24474 Rename LocalRegion to MasterRegion (#1811)  Addendum: HRegion changed size.
9c8895c is described below

commit 9c8895cfbfdc8abaf2f924739e6655f7886ca836
Author: stack <st...@apache.org>
AuthorDate: Tue Jun 2 10:20:30 2020 -0700

     HBASE-24474 Rename LocalRegion to MasterRegion (#1811)
     Addendum: HRegion changed size.
---
 .../src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 6d92b47..3b3062d 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: