Skip to content

Commit

Permalink
HBASE-24648 Remove the legacy 'forceSplit' related code at region ser…
Browse files Browse the repository at this point in the history
…ver side (#1990)

Addendum to fix TestHeapSize
  • Loading branch information
saintstack committed Jun 29, 2020
1 parent 37b863b commit bfec964
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8407,10 +8407,10 @@ private static List<Cell> sort(List<Cell> cells, final CellComparator comparator

public static final long FIXED_OVERHEAD = ClassSize.align(
ClassSize.OBJECT +
56 * ClassSize.REFERENCE +
55 * ClassSize.REFERENCE +
3 * Bytes.SIZEOF_INT +
14 * Bytes.SIZEOF_LONG +
3 * Bytes.SIZEOF_BOOLEAN);
2 * Bytes.SIZEOF_BOOLEAN);

// woefully out of date - currently missing:
// 1 x HashMap - coprocessorServiceHandlers
Expand Down

0 comments on commit bfec964

Please sign in to comment.