You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Ted Yu <yu...@gmail.com> on 2011/05/28 05:50:21 UTC

TestHeapSize and HBASE-3927

With the patch for the following JIRA, I got assertion failure in
TestHeapSize.testSizes() line: 239:
junit.framework.AssertionFailedError: expected:<168> but was:<160>

Can someone enlighten me on why the addition of field to Store would change
heap size of Put ?

Thanks