Skip to content

Commit

Permalink
HBASE-24474 Rename LocalRegion to MasterRegion (#1811)
Browse files Browse the repository at this point in the history
 Addendum: HRegion changed size.
  • Loading branch information
saintstack committed Jun 2, 2020
1 parent 6b43015 commit 9c8895c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8348,7 +8348,7 @@ void checkFamily(final byte [] family)
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:
Expand Down

0 comments on commit 9c8895c

Please sign in to comment.