Skip to content

Commit 0dd42f7

Browse files
committed
HBASE-24648 Remove the legacy 'forceSplit' related code at region server side (#1990)
Addendum to fix TestHeapSize
1 parent 91da188 commit 0dd42f7

File tree

1 file changed

+2
-2
lines changed
  • hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver

1 file changed

+2
-2
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8345,10 +8345,10 @@ void checkFamily(final byte [] family)
83458345

83468346
public static final long FIXED_OVERHEAD = ClassSize.align(
83478347
ClassSize.OBJECT +
8348-
56 * ClassSize.REFERENCE +
8348+
55 * ClassSize.REFERENCE +
83498349
3 * Bytes.SIZEOF_INT +
83508350
14 * Bytes.SIZEOF_LONG +
8351-
3 * Bytes.SIZEOF_BOOLEAN);
8351+
2 * Bytes.SIZEOF_BOOLEAN);
83528352

83538353
// woefully out of date - currently missing:
83548354
// 1 x HashMap - coprocessorServiceHandlers

0 commit comments

Comments
 (0)