You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Yi Deng (JIRA)" <ji...@apache.org> on 2014/03/01 05:42:21 UTC

[jira] [Created] (HBASE-10647) Fix the bug of not decrease from size in updateColumnValue when removing the old puts.

Yi Deng created HBASE-10647:
-------------------------------

             Summary: Fix the bug of not decrease from size in updateColumnValue when removing the old puts.
                 Key: HBASE-10647
                 URL: https://issues.apache.org/jira/browse/HBASE-10647
             Project: HBase
          Issue Type: Bug
          Components: regionserver
    Affects Versions: 0.89-fb
            Reporter: Yi Deng
             Fix For: 0.89-fb


In MemStore.updateColumnValue, when removing old values, size is not decreased, but local variable addedSize is decreased, so size is greater than real value. This leads to the problem of negative value for HRegion.memstoreSize.




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)