We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91da188 commit 0dd42f7Copy full SHA for 0dd42f7
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
@@ -8345,10 +8345,10 @@ void checkFamily(final byte [] family)
8345
8346
public static final long FIXED_OVERHEAD = ClassSize.align(
8347
ClassSize.OBJECT +
8348
- 56 * ClassSize.REFERENCE +
+ 55 * ClassSize.REFERENCE +
8349
3 * Bytes.SIZEOF_INT +
8350
14 * Bytes.SIZEOF_LONG +
8351
- 3 * Bytes.SIZEOF_BOOLEAN);
+ 2 * Bytes.SIZEOF_BOOLEAN);
8352
8353
// woefully out of date - currently missing:
8354
// 1 x HashMap - coprocessorServiceHandlers
0 commit comments